/*
Theme Name: MyTheme
Author: CSSites
Author URI: https://cssantana.com/
Version: 2.0.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MyTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Custom
# Generic
1. Global Styles
2. Typography
3. Buttons
4. Navbar
5. Offcanvas
6. Single Page
7. header-media - Topo Titulo
8. Pages
9. Comments Area
10. Mask
11. Pagination
12. Search
13. Formulário Contacto
14. Rating / Love / Count
15. Breadcrumb
16. Sidebar
17. Footer
18. Widgets
19. Overlay
20. Accordion
21. Natal
22. Keyframes
23. Gallerys
24. Animations
25. Cards
26. magnificPopup
27. social
28. action box
*/

:root {
    --mt-color-primary: #FF6E81;
    --mt-color-secondary: #000000;
    --mt-color-tertiary: #ffc107;
    --mt-color-text: #666666;
    --mt-color-accent: #000000;
    --mt-color-lighter: #808080;
    --mt-color-dark: #000000;
    --mt-color-border: #E5E5E5;
	
    --mt-typography-primary-font-weight: 700;
    --mt-typography-primary-text-transform: none;
    --mt-typography-primary-font-style: normal;
    --mt-typography-primary-text-decoration: none;
    --mt-typography-primary-letter-spacing: 0;
    --mt-typography-primary-line-height: 1.3;

    --mt-typography-secondary-font-weight: 400;
    --mt-typography-secondary-text-transform: none;
    --mt-typography-secondary-font-style: normal;
    --mt-typography-secondary-text-decoration: none;
    --mt-typography-secondary-letter-spacing: 0;
    --mt-typography-secondary-line-height: 1.3;
    
	--mt-typography-text-size: 16px;
    --mt-typography-text-font-weight: 400;
    --mt-typography-text-text-transform: none;
    --mt-typography-text-font-style: normal;
    --mt-typography-text-text-decoration: none;
    --mt-typography-text-letter-spacing: 0;
    --mt-typography-text-line-height: 1.5;

    --mt-typography-accent-font-weight: 500;
    --mt-typography-accent-text-transform: uppercase;
    --mt-typography-accent-font-style: normal;
    --mt-typography-accent-text-decoration: none;
    --mt-typography-accent-letter-spacing: 0.1em;
    --mt-typography-accent-line-height: 1.2;
	
	--mt-btn-shadow: -4px 5px 11px -2px hsl(0deg 0% 40% / 37%);
	--mt-btn-shadow-1: -4px 5px 11px -2px hsl(0deg 0% 40% / 37%);
	--mt-btn-hover-shadow-1: -2px 5px 10px -2px hsl(0deg 0% 40% / 37%);
	--mt-btn-shadow-2: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
	--mt-btn-hover-shadow-2: 0 4px 6px -1px rgba(0,0,0,.3), 0 2px 4px -1px rgba(0,0,0,.06);
	--mt-shadow-1: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	--mt-shadow-2: 0 0 10px 2px rgba(0, 0, 0, 0.3);
	--mt-shadow-5: 0 0 10px 2px rgba(0, 0, 0, 0.5);
	--mt-shadow-8: 0 0 10px 2px rgba(0, 0, 0, 0.8);
	--mt-shadow-inset: rgba(255, 255, 255, 0.5);
	--mt-box-shadow-1: 0 4px 10px 0 rgb(74 74 74 / 30%), 0 4px 10px rgb(0 0 0 / 8%);
	--mt-box-shadow-2: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
	--mt-box-shadow-3: 0 0 15px rgba(0,0,0,.1);
	--mt-background-gradient: transparent linear-gradient( 90deg, #7D4196 0%, #FF3494 100%) 0% 0% no-repeat padding-box;
	--mt-color-gradient-one: linear-gradient(225deg,#ffc63f 0%,#fd3358 49%,#bc35d8 100%);
	--mt-color-gradient-two: linear-gradient(-35deg,rgba(33,33,33,0),#693bc5);
	--mt-color-gradient-destaque: linear-gradient(82.67deg,#591bca -.14%,#7543dc 98.83%);
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

body { text-rendering: optimizeLegibility !important; }

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

a { cursor: pointer;}

ul, ol { margin: 0 0 1.5em 0;}

ul {list-style: disc;}

ol {list-style: decimal;}

blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

/* Forms
--------------------------------------------- */


select {border: 1px solid #ccc;}

textarea {width: 100%;}

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1.15rem; }

blockquote p:last-child { margin-bottom: 0; }

blockquote, figcaption, p, ol, pre, table, ul {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media only screen and (min-width: 480px) and (max-width: 1365px) {
blockquote, figcaption, ol, pre, table, td, ul {
    font-size: 0.88rem;
    line-height: 1.25rem;
}
}

@media only screen and (max-width: 479px) {
blockquote, figcaption, ol, pre, table, td, ul {
    font-size: 0.82rem;
    line-height: 1.2rem;
}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }
#content {overflow-x: hidden;}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.widget select { max-width: 100%; }

.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-links { clear: both; margin: 0 0 1.5em; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.wp-caption-text { text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.entry-title a:hover {color: var(--color-hover) !important; text-decoration: none;}

#wp-calendar #next { text-align: right; }
#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }
#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }


.wp-bs-4-jumbotron { margin-bottom: 0; }
.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }
.wp-bs-4-jumbotron .container { max-width: 40rem; }
.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

#wp-bp-posts-slider { border: 0; }
#wp-bp-posts-slider .carousel-item img { width: auto; max-height: 600px; -o-object-fit: cover; object-fit: cover; }
#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }
#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}


/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
.small,
small {
	font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; }
}


/* ==========================================================================
        1. Global Styles
========================================================================== */

html {
	font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
    scroll-padding: 120px 0 0 0;
}
html, body {
    position: relative;
}
html:not([data-useragent*=Mobile]) body::-webkit-scrollbar {
    height: auto;
    width: 10px
}

html:not([data-useragent*=Mobile]) body::-webkit-scrollbar-track {
    background: #f1f1f1
}

html:not([data-useragent*=Mobile]) body::-webkit-scrollbar-thumb {
    background-color: var(--color-tema-primary);
    border: 2px solid #f1f1f1;
    border-radius: 5px
}

::-moz-selection {
    text-shadow: none;
    background: var(--color-tema-primary);
    color: #fff
}
::selection {
    text-shadow: none;	
    background: var(--color-tema-primary);
    color: #fff;
}

body {
	font-family: var(--mt-typography-primary-font-family);
    font-weight: var(--mt-global-typography-text-font-weight);
    font-style: var(--mt-global-typography-text-font-style);
    line-height: var(--mt-global-typography-text-line-height);
    letter-spacing: var(--mt-global-typography-text-letter-spacing);
    color: var(--color);
    font-size: 1rem;
	width: 100%;	
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
	overflow-x: hidden;
    overflow-y: scroll;
}

a:active:not(.btn, .scrollup), 
a:focus:not(.btn, .scrollup), 
a:hover:not(.btn, .scrollup) {
    color:  var(--link-hover-color);
}
a:hover {
    text-decoration: none;
}
a{color: var(--link-color);}
a:hover, a:active{color: var(--link-hover-color);}
a:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .scrollup) {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
a:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .scrollup) {
    color: var(--color-tema-primary);
}
a:hover:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .scrollup) {
    background-color: transparent;
    border: 0;
}
p.text-large {
    font-size: 18px;
    line-height: 1.6;
}
::marker {
    color: var(--color-tema-primary);
}
.mark, mark {
    position: relative;
    background: none;
	color: #fff;
}
mark:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 27%;
    background-image: url(/wp-content/themes/mytheme/images/title-underline.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -12px;
}
@media only screen and (max-width: 629px) {
mark:after {
    margin-top: -12px;
}
}
ol, ul {
    padding: 0
}
ul li:not(.nav-item, .product) {
    padding-top: 0.75rem;
}
ol li {
    padding-top: 1.5rem;
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1em
}
.strong, .bold  {
    font-weight: 600;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	clear: both;	
	font-family: var(--mt-typography-secondary);
	text-transform: var(--mt-typography-text-text-transform);
	letter-spacing: 0.03rem;
}

h1, .h1{color: var(--h1);}
h2, .h2{color: var(--h2);}
h3, .h3{color: var(--h3);}
h4, .h4{color: var(--h4);}
h5, .h5{color: var(--h5);}
h6, .h6{color: var(--h6);}

p+h2,p+header h2,p+h3,p+h4,ul+h2,ul+header h2,ul+h3,ul+h4,ol+h2,ol+header h2,ol+h3,ol+h4,table+h2,table+header h2,table+h3,table+h4,blockquote+h2,blockquote+header h2,blockquote+h3,blockquote+h4,form+h2,form+header h2,form+h3,form+h4 {
    margin-top: 1em;
}

.order-6 {
    order: 6!important;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.w100 {width: 100vw;}

.t-0 {
    top: 0 !important;
}
.r-0 {
    right: 0 !important;
}
.l-0 {
    left: 0 !important;
}
.b-0 {
    bottom: 0 !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.full {
    width: 100%;
}
.big {
    font-size: 125%;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 1351px) and (max-width: 1550px) {
.container {max-width: 1320px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
.container {max-width: 1140px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.container {max-width: 960px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container {max-width: 760px !important;}
}
@media only screen and (max-width: 767px) {
.container {max-width: 100% !important;}
}
@media(min-width: 768px) and (max-width:1290px) {
.container {
	padding-left:30px;
	padding-right: 30px;
	width: auto;
}
}
.content-wrap:not(#podcast-player) {	
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
    position: relative;
}
.content-wrap.front-page {
    padding-top: 0 !important;
}
.content-area {
	padding-left: clamp(20px, calc(-51.11111px + 9.25926vw), 60px);
    padding-right: clamp(20px, calc(-51.11111px + 9.25926vw), 60px);
	position: relative;
}
.excerpt,
.title {
    z-index: 1;
    position: relative;
}
.featured {
    min-width: 140px;
    position: absolute;
    top: 50px;
}
.categ {
	color: var(--color-tema-primary);
}

img.scale-with-grid {
    width: 100%;
}

.bg-primary,
.bg-color-primary {
    background-color: var(--color-tema-primary) !important;
}
.bg-secondary,
.bg-color-secondary {
    background-color: var(--color-tema-secondary) !important;
}
.bg-color-dark {
    background-color: var(--color-tema-dark) !important;
}
.color-dark {
    color: var(--color-tema-dark) !important;
}
.bg-color-gradient-destaque {
	background: var(--mt-color-gradient-destaque) !important;
}
.bg-color-tema {
    background-color: var(--color-tema-primary) !important;
}
.bg-tema {
  background: var(--color-tema-primary) !important;
}
.bg-pp {
    background-color: ;
}
.bg-soft {
    background-color: var(--bs-gray-100) !important;
}
.bg-black {
    background-color: var(--bs-dark) !important;
}

.border-primary {
    border-color: var(--color-tema-primary) !important;
}
.border-secondary {
    border-color: var(--color-tema-secondary) !important;
}

.color-hover {
  background: var(--link-hover-color) !important;
}
.color-tema {
  color: var(--color-tema-primary) !important;
}
.text-primary {
    color: var(--color-tema-primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}

.text-black,
.text-dark,
.color-black {
    color: var(--bs-black) !important;
}
.text-white,
.color-white {
    color: var(--bs-white) !important;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-gradient {
  background: var(--mt-background-gradient) !important;
}
.bg-gradient-one {
	background: var(--mt-color-gradient-one) !important;
}
.bg-gradient-two {
	background: var(--mt-color-gradient-two) !important;
}

.border-white {
    border-color: white;
}
.border-2 {
    border-width: 2px!important;
}
.border-3 {
    border-width: 3px!important;
}
.border-4 {
    border-width: 4px!important;
}
.border-5 {
    border-width: 5px!important;
}
.border-width-1 {
    width: 10%;
}
.border-width-2 {
    width: 20%;
}
.border-width-3 {
    width: 30%;
}
.border-width-4 {
    width: 40%;
}
.border-width-5 {
    width: 50%;
}
.border-width-6 {
    width: 60%;
}
.border-width-7 {
    width: 70%;
}
.border-width-8 {
    width: 80%;
}
.border-width-9 {
    width: 90%;
}

.box-shadow-1 {
	-webkit-box-shadow: var(--mt-box-shadow-1);
    box-shadow: var(--mt-box-shadow-1);
}
.box-shadow-2 {
	-webkit-box-shadow: var(--mt-box-shadow-2);
    box-shadow: var(--mt-box-shadow-2);
}
.box-shadow-3 {
	-webkit-box-shadow: var(--mt-box-shadow-3);
    box-shadow: var(--mt-box-shadow-3);
}
.shadow-no {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h3.aux-heading-primary {
	font-size: clamp(1.94rem, 3vw, 2.82rem);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: -0.65px;
    color: #111111;
}
.aux-divider {
    height: 4px;
    width: 95px;
    margin: 30px 0px 33px 0px;
    background-color: #CCCCCC;
}

article .badge {
    display: inline-block;
    line-height: 1.5em;
    color: #fff;
    background: var(--color-tema-primary);
    padding: 5px 15px;
    text-align: left;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
	-webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
article .badge:hover {
	background-color: #f1c1b5;	
}
article a.badge,
article .badge a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
article .badge:hover a {
    color: #fff;
    background-color: transparent;
}

.home section.content-area {
    box-shadow: none;
    position: relative;
}
.home .entry-content { margin: 0; }

section .fixed {
    position: fixed !important;
    top: 0;
}

.area-adv:before {
    content: "ADVERTISEMENT";
    display: block;
    font: 400 10px/10px sans-serif;
    text-align: center;
    color: #707070;
}

.adv-top-menu-mobile {
    display: none;
}

@media only screen and (max-width: 991px){
.adv-top-menu {
    display: none;
}
.adv-top-menu-mobile {
    display: block;
}
}

img.leaflet-marker-icon {
    background-color: transparent !important;
    border: 0 !important;
}

.scrollup {
    background-color: var(--color-tema-primary);
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
	text-decoration: none;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    font-size: .75rem;
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.scrollup.activate {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.scrollup.activate:hover {
    background-color: var(--color-tema-secondary);
}
.scrollup .scrollup-icon {
	font-size: 18px;
    font-size: 1.25rem;
    transition: all 10000ms ease;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.scrollup .scrollup-icon:before {
    content: "\f286";	
    font-family: 'bootstrap-icons' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}
.scrollup .scrollup-label {
    font-weight: 700;
    margin-top: 5px;
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*		3. Buttons
/*-----------------------------------------------------------------------------------*/
[role=button],
.btn  {
    font-weight: 400;
    font-size: 0.82rem;
    line-height: 1.25em;
    letter-spacing: 0.2px;
    padding: 0.6em 1.75em;
    position: relative;
    color: #000000;
    background-color: #ededed;
    border: 1px solid #ededed;
	text-decoration: none;
}
[role=button]:focus,
[role=button]:active,
[role=button]:hover,
.btn:focus,
.btn:active,
.btn:hover  {
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
	text-decoration: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type="button"], 
[type="reset"], 
[type="submit"],
.edit-toggle.edit-post,
.btn,
.btn:hover,
.btn-theme,
.btn-theme:hover,
.box-icon .icon-box-icon,
.rating_holder,
.card.card-body,
.card.sidebar-posts,
.card.card-body:hover,
.card.sidebar-posts:hover,
ul.favorites-list li,
ul.favorites-list li:hover,
#back_to_top {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input:focus, 
select:focus, 
textarea:focus, 
input[type="search"]:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, 
.btn:focus, 
.btn.focus {
    outline: 0;
}

.btn-full {
    width: 100% !important;
}
.btn i {
    margin-left: 15px;
}
.btn-xxs {
	font-size: clamp(0.53rem, 2vw, 0.59rem) !important;
}
.btn-xs {
	font-size: clamp(0.59rem, 2vw, 0.7rem) !important;
}
.btn-s {
	font-size: clamp(0.76rem, 2vw, 0.88rem) !important;
}
.btn-m {
	font-size: clamp(0.88rem, 2vw, 1rem) !important;
}
.btn-l {
	font-size: clamp(0.94rem, 2vw, 1.18rem) !important;
}
.btn-xl {
	font-size: clamp(1.06rem, 2vw, 1.36rem) !important;
}
.btn-xxl {
	font-size: clamp(1.18rem, 2vw, 1.48rem) !important;
}

.radius-0,
.btn-radius-0  {
	border-radius: 0 !important;
}
.radius-10  {
	border-radius: 10px !important;
}
.radius-20  {
	border-radius: 20px !important;
}
.radius-30  {
	border-radius: 30px !important;
}
.radius-50  {
	border-radius: 50px !important;
}

.btn-link {
    padding: 0;
    margin: 0.8rem;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
    box-shadow: none !important;
    text-decoration: underline;
}

.btn-black {
	color: #fff;
    background: linear-gradient(90deg, #373739 0%, #1d1c1b 100%) !important;
    border: 1px solid #1C1B1A !important;
}
.btn-black.text-white:hover, .btn-black.text-white:active, .btn-black.text-white:focus {
    color: #fff;
    background: linear-gradient(90deg, #373739 0%, #1d1c1b 100%) !important;
	border: 1px solid #1C1B1A !important;
}
.btn-white {
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-tema-primary {
    color: #222;
    background-color: transparent;
    border-color: var(--color-tema-primary) !important;
}
.btn-tema-primary:hover, .btn-tema-primary:active, .btn-tema-primary:focus {
    color: #fff !important;
    background-color: var(--color-tema-primary) !important;
    border-color: var(--color-tema-primary) !important;
}

.btn-success {
    color: #fff;
    background-color: #6ca53f !important;
    border-color: #6ca53f !important;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success:active {
    color: #fff;
    background-color: #5a8934 !important;
    border-color: #548031 !important;
}
.btn-danger {
    color: #fff;
    background-color: #df5b49 !important;
    border-color: #df5b49 !important;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover, .btn-danger:active {
    color: #fff;
    background-color: #d93e28 !important;
    border-color: #d03925 !important;
}
.btn-info {
    color: #fff;
    background-color: #1ab0c7 !important;
    border-color: #1ab0c7 !important;
}
.btn-info.focus, .btn-info:focus, .btn-info:hover, .btn-info:active {
    color: #fff;
    background-color: #1692a5 !important;
    border-color: #14889a !important;
}
.btn-warning {
    color: #fff;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover, .btn-warning:active  {
    color: #fff;
    background-color: #ffca2c !important;
    border-color: #ffca2c !important;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #0a58ca !important;
    border-color: #0a58ca !important;
}

.btn-stander {
    position: relative;
    text-align: center;
    letter-spacing: 0.2px;
    padding: 0.8em 1.75em;
	color: #fff;
	background-color: var(--color-tema-primary);
    border: 1px solid var(--color-tema-primary);
	text-decoration: none;
    display: inline-flex;
	justify-content: center;
	align-items: center;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-stander:hover, .btn-stander:active, .btn-stander:focus {
	color: #fff;
	background-color: var(--color-tema-secondary);
    border: 1px solid var(--color-tema-secondary);
}

.btn-swipe {
	position: relative;
    text-align: center;
    letter-spacing: 0.2px;
    display: inline-flex;
    justify-content: center;
	align-items: center;
    text-decoration: none;
	border: 0; 
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    text-transform: uppercase;
	padding: 0.8em 1.75em;
}
.btn-swipe, .btn-swipe:hover, .btn-swipe:active, .btn-swipe:focus {
    border: 0 !important;
}
.btn-swipe.btn-swipe-center {
    align-items: center;
}
.btn-swipe:before {
	content: "";
	position: absolute;
	border: 0 !important;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}
.btn-swipe:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
    z-index: -2;
}

.btn-swipe.btn-danger:before {
	background-color: #d93e28 !important;
}
.btn-swipe.btn-success:before {
    background-color: #5a8934 !important;
}
.btn-swipe.btn-info:before {
    background-color: #1692a5 !important;
}
.btn-swipe.btn-primary:before {
    background-color: #0d6efd !important;
}
.btn-swipe.btn-warning:before {
    background-color: #ffc107 !important;
}
.btn-swipe.btn-costum:before {
    background-color: var(--color-tema-secondary) !important;
}
.btn-swipe.btn-danger:after {
    background-color: #df5b49 !important;
}
.btn-swipe.btn-success:after {
    background-color: #6ca53f !important;
}
.btn-swipe.btn-info:after {
    background-color: #1ab0c7 !important;
}
.btn-swipe.btn-primary:after {
    background-color: #0a58ca !important;
}
.btn-swipe.btn-warning:after {
    background-color: #ffca2c !important;
}
.btn-swipe.btn-costum:after {
    background-color: var(--color-tema-primary) !important;
}

.btn-border {
    position: relative;
    text-align: center;
    letter-spacing: 0.2px;
    padding: 0.8em 1.75em;
    border: none;
    background: transparent !important;
	text-decoration: none;
    display: inline-flex;
	justify-content: center;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.btn-border, .btn-border:hover, .btn-border:focus, .btn-border:active {
    border: 0 !important;
}
.btn-border:before, .btn-border:after {
    content: '';
    display: inline-block;
    border-style: solid;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    pointer-events: none;
    visibility: hidden;
	width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}
.btn-border:before {	
    border-width: 0 0 2px 2px;
    bottom: 0;
    left: 0;
    top: auto;
}
.btn-border:after {
    border-width: 2px 2px 0 0;
    right: 0;
    top: 0;
    left: auto;
}

.btn-border.btn-border-tb:before {
    border-width: 0 0 2px 0;
    bottom: 0;
    left: 0;
    top: auto;
    pointer-events: none;
    visibility: hidden;
}
.btn-border.btn-border-tb:after {
    border-width: 2px 0 0 0;
    right: 0;
    top: 0;
    left: auto;
}
.btn-border.btn-border-lr:before {
    border-width: 0 2px 0 0;
    bottom: 0;
    left: 0;
    top: auto;
    pointer-events: none;
    visibility: hidden;
}
.btn-border.btn-border-lr:after {
    border-width: 0 0 0 2px;
    right: 0;
    top: 0;
	bottom: 0;
    left: auto;
}
.btn-border:hover:before, .btn-border:hover:after {
    opacity: 1;
    border-color: var(--color-tema-primary);
    filter: alpha(opacity=100);
    height: 100%;
    visibility: visible;
    width: 100%;
}
.btn-border.btn-border-tb:hover:before, .btn-border.btn-border-tb:hover:after {
    width: 100%;
	height: auto;
}
.btn-border.btn-border-lr:hover:before, .btn-border.btn-border-lr:hover:after {
    height: 100%;
    width: auto;
}
.btn-border i {
    margin-left: 10px;
}
.btn-border.btn-border-white:hover:before, .btn-border.btn-border-white:hover:after {
    border-color: #fff;
}
.btn-border.btn-border-black:hover:before, .btn-border.btn-border-black:hover:after {
    border-color: #212121;
}

.btn-outline {
    position: relative;
    text-align: center;
    letter-spacing: 0.2px;
    padding: 0.8em 1.75em;
    border: none;
    background: transparent !important;
	text-decoration: none;
	display: inline-block;
    text-transform: uppercase;
}
.btn-outline:before, 
.btn-outline:after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-outline.btn-danger {
	color: #d93e28 !important;
}
.btn-outline.btn-success {
    color: #5a8934 !important;
}
.btn-outline.btn-info {
    color: #1692a5 !important;
}
.btn-outline.btn-primary {
    color: #0d6efd !important;
}
.btn-outline.btn-warning {
    color: #ffc107 !important;
}
.btn-outline.btn-costum {
    color: var(--color-tema-primary) !important;
}

.btn-outline:before {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
}
.btn-outline:before {
    border: 2px solid #c0c7d2;
}
.btn-outline.btn-danger:after {
	border: 2px solid #d93e28 !important;
}
.btn-outline.btn-success:after {
    border: 2px solid #5a8934 !important;
}
.btn-outline.btn-info:after {
    border: 2px solid #1692a5 !important;
}
.btn-outline.btn-primary:after {
    border: 2px solid #0d6efd !important;
}
.btn-outline.btn-warning:after {
    border: 2px solid #ffc107 !important;
}
.btn-outline.btn-costum:after {
    border: 2px solid var(--color-tema-primary) !important;
}
.btn-outline:after {
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
    transition: -webkit-clip-path .3s;
    transition: clip-path .3s;
    transition: clip-path .3s, -webkit-clip-path .3s;
}
.btn-outline.btn-danger.focus, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:hover,
.btn-outline.btn-success.focus, .btn-outline.btn-success:focus, .btn-outline.btn-success:hover,
.btn-outline.btn-info.focus, .btn-outline.btn-info:focus, .btn-outline.btn-info:hover,
.btn-outline.btn-primary.focus, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover,
.btn-outline.btn-warning.focus, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:hover,
.btn-outline.btn-costum.focus, .btn-outline.btn-costum:focus, .btn-outline.btn-costum:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
.btn-outline.active,
.btn-outline:active {
    border-color: transparent !important;
}
.btn-outline.active:after,
.btn-outline:active:after,
.btn-outline:hover:after {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}

.btn-shadow-1  {
    box-shadow: var(--mt-btn-shadow-1);
    -webkit-box-shadow: var(--mt-btn-shadow-1);
    -moz-box-shadow: var(--mt-btn-shadow-1);
}
.btn-hover-shadow-1:hover,
.btn-shadow-1:hover  {
    box-shadow: var(--mt-btn-hover-shadow-1);
    -webkit-box-shadow: var(--mt-btn-hover-shadow-1);
    -moz-box-shadow: var(--mt-btn-hover-shadow-1);
}
.btn-shadow-2  {
    box-shadow: var(--mt-btn-shadow-2);
    -webkit-box-shadow: var(--mt-btn-shadow-2);
    -moz-box-shadow: var(--mt-btn-shadow-2);
}
.btn-hover-shadow-2:hover,
.btn-shadow-2:hover  {
    box-shadow: var(--mt-btn-hover-shadow-2);
    -webkit-box-shadow: var(--mt-btn-hover-shadow-2);
    -moz-box-shadow: var(--mt-btn-hover-shadow-2);
}
.btn-shadow-3  {
    box-shadow: var(--mt-btn-shadow-3);
    -webkit-box-shadow: var(--mt-btn-shadow-3);
    -moz-box-shadow: var(--mt-btn-shadow-3);
}
.btn-hover-shadow-3:hover,
.btn-shadow-3:hover  {
    box-shadow: var(--btn-hover-shadow-3);
    -webkit-box-shadow: var(--btn-hover-shadow-3);
    -moz-box-shadow: var(--btn-hover-shadow-3);
}
.btn-site {
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #ffffff;
    width: fit-content;
    padding: 1.2em 2.2em;
    font-weight: 800;
    margin-top: 30px;
    background-color: transparent;
    border-radius: 0;
	display: flex;
    align-items: center;
}
.btn-site:hover, .btn-site:focus, .btn-site:active {
	color: var(--color-tema-primary);
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
@media only screen and (max-width: 800px) {
.btn-site {
    font-size: 0.76rem;
	padding: 0.9em 2em;
}
}

.tm-button {
    overflow: hidden;
    border-radius: 100px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-property: all;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
	z-index: 1;
}
.tm-button:hover, .tm-button:focus, .tm-button:active  {
    overflow: visible;
}

.btn-neow {
    position: relative;	
    background-color: #050038;	
    color: #fff;
    font-weight: 600;	
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;	
	border: 0;	
    padding-top: 1.6em;
    padding-right: 3em;
    padding-bottom: 1.6em;
    padding-left: 3em;
    border-radius: 100px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.btn.btn-neow:hover, .btn.btn-neow:focus, .btn.btn-neow:active  {
    background-color: #050038 !important;
    border: 0 !important;
    color: #fff !important;
}
.btn-neow:before {
    content: '';
    background-image: linear-gradient(90deg,#9600e1,#e100a4 25%,#ff504b 61%,#ffb01c 97%);
	background-image: linear-gradient(180deg,#4DC2FF 0%,#4657F0 100%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;	
    width: 105%;	
    left: 50%;
    border-radius: 100px;
    z-index: -1;
    -webkit-animation: rotation 3s infinite linear;
    animation: rotation 3s infinite linear;
    aspect-ratio: 1;
}
.tm-button:hover .btn-neow:before {
    display: none;
}
.btn-neow:after {
    content: "";
	background-image: linear-gradient(#9600e1 30%,#ffb01c 70%);	
	background-image: linear-gradient(#bde1ff 30%,#03A9F4 70%);
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    filter: blur(35px);
    opacity: 0;
    z-index: -1;
    transition-duration: 0.3s;
    transform: translate(-50%,-50%);
}
.tm-button:hover .btn-neow:after {
    opacity: 1;
}
@-webkit-keyframes rotation {
    from {
        transform: translate(-50%,-50%) rotate(0)
    }
    to {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

/**/

.comments-link a, 
.edit-link a, 
.meta a {
    color: var(--color-tema-primary) !important;
}

table th,
table td {
    vertical-align: middle !important;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
}
.table thead th {
    border-bottom: 1px solid #dee2e6;
}

ul.list-group .list-group-item div {
    float: left;
}
ul.list-group li.list-group-item .post-thumbnail {
    float: none;
}
li.list-group-item {
    margin-bottom: 0;
    color: #000;
}
.list-group-item.active {
    background-color: var(--color-tema-primary);
    border-color: var(--color-tema-primary);
}

.tooltip {
  font-family: var(--mt-typography-primary-font-family);
}

.bd-callout {
    padding: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border: 1px solid #e9ecef;
    border-left-width: .25em;
    border-radius: .25em;
    overflow: hidden;	
}
.bd-callout h5 {
    border: 0 !important;
}
.bd-callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), .5);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), .5);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout-primary {
    border-left-color: var(--color-tema-primary) !important;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.popover.fade.show {
    opacity: 1;
}

.box-gradient-1 {
    background: #561546;
    background: -moz-linear-gradient(45deg, #561546 0%, #922278 100%);
    background: -webkit-linear-gradient(45deg, #561546 0%,#922278 100%);
    background: linear-gradient(45deg, #561546 0%,#922278 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#561546', endColorstr='#922278',GradientType=1 );
}
.box-gradient-2 {
    background: #962e6a;
    background: -moz-linear-gradient(45deg, #962e6a 0%, #cf4194 100%);
    background: -webkit-linear-gradient(45deg, #962e6a 0%,#cf4194 100%);
    background: linear-gradient(45deg, #962e6a 0%,#cf4194 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#962e6a', endColorstr='#cf4194',GradientType=1 );
}
.box-gradient-3 {
    background: #fa2f63;
    background: -moz-linear-gradient(45deg, #fa2f63 0%, #fe583c 100%);
    background: -webkit-linear-gradient(45deg, #fa2f63 0%,#fe583c 100%);
    background: linear-gradient(45deg, #fa2f63 0%,#fe583c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f63', endColorstr='#fe583c',GradientType=1 );
}
.box-gradient-4 {
    background: #ff7b26;
    background: -moz-linear-gradient(45deg, #ff7b26 0%, #ffc108 100%);
    background: -webkit-linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    background: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b26', endColorstr='#ffc108',GradientType=1 );
}
.box-gradient-5 {
    background: var(--link-hover-color);
    background: -moz-linear-gradient(45deg, #ffa814 0%,#ffd713 100%);
	background: -webkit-linear-gradient(45deg, #ffa814 0%,#ffd713 100%);
    background: linear-gradient(45deg, #ffa814 0%,#ffd713 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa814', endColorstr='#ffd713',GradientType=1 );
}
.box-gradient-6 {
    background: #0079cf;
    background: -moz-linear-gradient(45deg, #0079cf 0%, #00a9fc 100%);
    background: -webkit-linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    background: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079cf', endColorstr='#00a9fc',GradientType=1 );
}
.box-gradient-7 {
    background: #0079cf;
    background: -moz-linear-gradient(45deg, #0079cf 0%, #00a9fc 100%);
    background: -webkit-linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    background: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079cf', endColorstr='#00a9fc',GradientType=1 );
}
.box-gradient-8 {
    background: #0079cf;
    background: -moz-linear-gradient(45deg, #0079cf 0%, #00a9fc 100%);
    background: -webkit-linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    background: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079cf', endColorstr='#00a9fc',GradientType=1 );
}
.box-gradient-9 {
    background: #0079cf;
    background: -moz-linear-gradient(45deg, #0079cf 0%, #00a9fc 100%);
    background: -webkit-linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    background: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079cf', endColorstr='#00a9fc',GradientType=1 );
}
.box-gradient-10 {
    background: #0079cf;
    background: -moz-linear-gradient(45deg, #0079cf 0%, #00a9fc 100%);
    background: -webkit-linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    background: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079cf', endColorstr='#00a9fc',GradientType=1 );
}
.box-shadow-lg {
    box-shadow: 0px 20px 40px -4px rgb(0 0 0 / 30%);
}

.edit-toggle.edit-post {
	position: fixed;
    left: 50%;
    transform: translate(-50%, 50%);
    margin: 0 !important;
    bottom: 0;
    background-color: var(--color-tema-primary);
    font-size: 0.88rem;
    cursor: pointer;
    z-index: 9999;
    text-align: right !important;
}
.edit-toggle.edit-post:hover {
    transform: translate(-50%, 0%);
}

.close span {
    font-size: 1.82rem;
    margin-right: 5px;
}

#area_edit.offcanvas-edit-post {
    width: 65%;
}
#area_edit.offcanvas-edit-post .offcanvas-body {
    padding: 0 50px 25px;
}
#area_edit.offcanvas-edit-post .acf-field {
    margin-top: 25px;
}
#area_edit.offcanvas-edit-post .acf-field .acf-label {
    background: var(--color-tema-primary);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
	margin-bottom: 10px;
}
#area_edit.offcanvas-edit-post input.acf-button {
    color: #fff;
    border-color: var(--color-tema-primary);
    background: var(--color-tema-primary);
}

/*
@media only screen and (min-width: 1200px){
.offcanvas.offcanvas-end {
    width: 50%;
}
}
@media only screen and (max-width: 690px) {
.offcanvas.offcanvas-end {
    width: 90%;
}
}

@media only screen and (max-width: 1180px) and (min-width: 700px) {
.offcanvas.offcanvas-end {
    width: 70%;
}
}
*/


/* ==========================================================================
        2. Typography
  ========================================================================== */

h1.title, h2.title, h3.title, h4.title{
    text-transform: uppercase;
}

h1.title a {
    text-decoration: none;
    color: #fff !important;
    text-transform: none;
}

/* fonte-size 17px */

.h7 {
	font-size: clamp(12px,calc(9.49367px + 1.10759vw),15px);}
h5, .h5,
h6, .h6 {
    font-weight: 400;
}

h2.title-title {
    background-color: var(--color-tema-primary);
    color: var(--white);
    padding: 1em;
}
h2.accordion-header {
    line-height: 1em;
}

.font-thin {
    font-weight: 200;
}
.font-medium {
    font-weight: 400;
}
.font-strong {
    font-weight: 600;
}
.font-extra-strong {
    font-weight: 800;
}

.half-title {
    width: 70%;
}


#action_bar .area-one, 
#action_bar .area-two, 
#action_bar .area-three {
    background-color: transparent;
}
#action_bar ul {
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*		4. Navbar
/*-----------------------------------------------------------------------------------*/
header.site-header {
    /* position: fixed; */		
    position: relative;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
nav.navbar .google-auto-placed {
    display: none;
}
nav.navbar.sticky-top img.custom-logo {max-width: 120px;}

nav.navbar #st-menu a.nav-link.active.dropdown-toggle {
    color: var(--color-tema-primary) !important;
}

nav.navbar #st-menu-one a.nav-link, 
nav.navbar #st-menu a.nav-link {
    display: flex;
    align-items: center;
	font-size: 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
nav.navbar #st-menu-one a.nav-link,
nav.navbar #st-menu a.nav-link {
    line-height: 23px;
    margin: 0 4px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
nav.navbar #st-menu a.nav-link {
	font-size: 0.88rem;
}
}

@media only screen and (min-width: 992px) {	
nav.navbar #st-menu .dropdown-menu:not(.megamenu):not(.sub-menu) {
	position: absolute;
	left: 0;
	padding: 12px;
	border: 0;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - 93px);
	border-radius: 0;
	z-index: 9;
	top: 102%;
	margin-left: 0;
	-webkit-transition: transform .6s ease-in-out;
	-moz-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transform: translateY(0%);
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}
nav.navbar #st-menu .dropdown-menu:not(.megamenu):not(.sub-menu) li {
    padding: 0 8px;
}
nav.navbar #bootstrap-navbar {
    display: flex;
    align-items: center;
}
nav.navbar.clone #st-menu .dropdown-menu:not(.megamenu):not(.sub-menu) {
	/*animation: growOut 300ms ease-in-out forwards; */
    /* transform-origin: top center; */
    transform: translateY(0%);
    top: 51px;
	position: fixed;
}
@keyframes growOut {
	0% {transform: scale(0)}
   80% {transform: scale(1.1)}
  100% {transform: scale(1)}
}
nav.navbar #st-menu .dropdown-menu:not(.megamenu):not(.sub-menu):after	{
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: -10px;
    left: 25%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fe4f70;
}
nav.navbar #st-menu .dropdown-menu:not(.megamenu) li:after {
	background: #EBEBEB;
    /* background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%); */
    /* background: linear-gradient(to right, #EBEBEB 0%, transparent 100%); */
    display: block;
    height: 1px;
    width: 100%;
}
nav.navbar #st-menu .dropdown-menu:not(.megamenu) li:after:last-child) {
	display: none;
}
nav.navbar #st-menu li li ul {
    left: 100%;
}
}

@media only screen and (min-width: 1200px) {
#st-logo img.custom-logo {
    max-width: 160px;
}
}
@media only screen and (max-width: 1199px) {
#st-logo img.custom-logo {
    max-width: 120px;
}
}

nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item {
	color: #444;
    font-size: 0.94rem;
    line-height: 35px;
	text-transform: initial;	
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item.active, 
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item:active,
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item.active:hover,
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item:active:hover {
	background-color: #fff;
    color: var(--color-tema-primary);
    text-decoration: none;
}
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item:focus, nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item:hover {
    color: var(--color-tema-primary);
	background-color: transparent;
}
nav.navbar .dropdown-menu.sub-menu .dropdown-item.active:focus,
nav.navbar .dropdown-menu.sub-menu .dropdown-item.active:hover,
nav.navbar .dropdown-menu.sub-menu .dropdown-item.active {
    color: #464646;
    background-color: transparent;
    text-decoration: none;
}
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-menu-end:hover .dropdown-menu.sub-menu {
	position: absolute;
	display: block;
    left: 100%;
    top: 0px;
}
nav.navbar .dropdown-menu:not(.megamenu) .dropdown-menu-end a:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    vertical-align: 0;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    position: absolute;
}

nav.navbar #st-menu li.megamenu .dropdown-menu:not(.megamenu):not(.sub-menu):after {
    display: none;
}
nav.navbar #st-menu li.megamenu .dropdown-menu {
    left: 0;
    right: 0;
	border: 0;
	padding: 10px;
}
nav.navbar #st-menu li.megamenu .dropdown-menu .megamenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
nav.navbar #st-menu li.megamenu .dropdown-menu .megamenu li a:hover {
    padding-left: 1em;
}
nav.navbar #st-menu li.megamenu .dropdown-menu .megamenu .sub-menu {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    border: 0;
	top: 0;
}
nav.navbar #st-menu li.megamenu .dropdown-menu .megamenu li a.dropdown-toggle {
    font-weight: 700;
    font-size: 0.88rem;
    border-bottom: 1px solid #EAE4E1;
}
nav.navbar #st-menu li.megamenu .dropdown-menu .megamenu li ul.sub-menu li a {
    font-weight: normal;
    font-size: 0.82rem;
	padding: 0.5em 0;
}

nav.navbar .facebook, nav.navbar .instagram, nav.navbar .srch, .woocommerce-car, .woocommerce-login, .wishlist-menu-item {
    height: 45px;
    width: 40px;
    margin: 0 3px;
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

nav.navbar i, nav.navbar .widget-container i {
    color: #262626;
	z-index: 1;
    position: relative;
	transition: all .3s;
}
nav.navbar .widget-container i.bi-person {
    font-size: 1.36rem;
}
nav.navbar .widget-container a:hover i {
    color: var(--color-tema-primary);
}
.wishlist-count,
.cart-count {
    background-color: var(--color-tema-secondary);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
}
nav.navbar .area-three {
    display: flex;
    justify-content: flex-end;
}
.topheader svg path {
    fill: #2d2d2d;
}

@media (min-width: 992px) {
nav.navbar {
	display: flex;
    flex-direction: column;
}
nav.navbar.orig {
    border-bottom: 1px solid #edf4f5;
	z-index: 2;
}
nav.navbar.orig.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
}
#topheader-mobile {
	display:none;
}
nav.navbar.clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;	
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
	-webkit-transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
    -moz-transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
    transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
body.navbar-down nav.navbar.clone {
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.navbar-toggler .toggler-icon, .navbar-toggler .toggler-icon i {
    display: flex;
    align-items: center;
    z-index: 1;
}
.navbar-toggler .toggler-icon span {
    font-size: 0.76rem;
}
.navbar-toggler .toggler-icon i {
    font-size: 2.12rem;
}
}

@media (max-width: 991px) {
nav.navbar.clone,
nav.navbar.orig,
.topheader {
   display: none !important;
}
#topheader-mobile {
	display: block;
}
#topheader-mobile a.menu-mobile-open.offcanvas-toggler-secondary {
	position: relative;
    left: auto;
    right: 30px;
}
#topheader-mobile a.menu-mobile-open.offcanvas-toggler-secondary .burger-icon>span {
	width: 25px;
}
.menu-mobile .offcanvas-body #bootstrap-navbar li.menu-item.menu-item-has-children.dropdown ul.dropdown-menu.show {
    width: auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
}
.menu-mobile .offcanvas-body #bootstrap-navbar li.menu-item.menu-item-has-children.dropdown ul ul {
    margin: 0;
}
.menu-mobile .offcanvas-body #bootstrap-navbar ul.dropdown-menu.show li a {
    font-size: 0.94rem;
}
.menu-mobile .offcanvas-body #bootstrap-navbar li.menu-item.menu-item-has-children.dropdown ul li ul {
    display: none;
}
.menu-mobile .offcanvas-body #bootstrap-navbar li.menu-item.menu-item-has-children.dropdown ul li:hover ul {
    display: block;
}
.pub-patroc-mobile {
	display: block !important;
}
nav.navbar .facebook, nav.navbar .instagram, nav.navbar .srch, .woocommerce-car, .woocommerce-login, .wishlist-menu-item {
    width: 35px;
    margin: 0 2px;
}
}

@media (max-width: 600px) {
	#topheader-mobile .toggler-icon span {
		display: block;
	}
	.toggler-icon span {
		display: none;
	}
		#topheader-mobile .area-icons #st-search {
        display: none;
    }
}

/* MEGA MENU */

nav.navbar ul#bootstrap-navbar li.mega-menu>a:after{
    color: #484848;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.mega-menu-content {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.06);
	z-index: 999;	
	position: relative;
}
.mega-menu-content ul {
    border: 0;
	list-style: none;
	padding: 0;
}
.mega-menu-content ul li.menu-item a.nav-link {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
}
.mega-menu-content ul li.menu-item a:hover, 
.mega-menu-content ul li.menu-item a.active {
    background-color: #00B9B2;
}
.mega-menu-content .mod-icon i {
	padding: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 20px;
    text-align: center;
    font-size: 1rem;
}
.mega-menu-content .menu-item + .menu-item {
    margin-left: 0;
}
.mega-menu-content .menu-item > a:after {
	display:none;
}
.mega-menu-content .tab-content .list-itens ul.content-list {
    width: 100%;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit,minmax(20ch, 1fr));
    list-style: none;
}
.mega-menu-content .tab-content .list-itens ul.content-list li.item-list {
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.mega-menu-content .tab-content .list-itens ul.content-list li.item-list a {
    padding: 0 8px;
    font-size: 15px;
	color: #696969;
}
.mega-menu-content .tab-content .list-itens ul.content-list li.item-list a:hover {
    color: var(--color-tema-primary) !important;
}
.mega-menu-content .panel-body .title {
    border-left: 3px solid var(--color-tema-primary);
    padding-left: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
	color: #4e4e4e;
}
.mega-menu-content .panel-body .mod-icon i,
.mega-menu-content .panel-body .mod-icon img {
    border-radius: 50%;
    padding: 4px;
	background-color: var(--color-tema-primary);
}
.mega-menu-content .panel-body .mod-icon i {
	font-size: 17px;
    font-weight: 300;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 24px;
    text-align: center;
}
.mega-menu-content .mm-img img {
    width: 90px;
    height: 55px;
    object-fit: cover;
    border-radius: 5px;
	margin-right: 8px;
}
.mega-menu-content .mml-4 ul {
    display: flex;
    flex-direction: row;
}
.mega-menu-content .mml-4 ul.dropdown-menu {
    display: flex;
    flex-direction: column;
	margin-top: 12px;
}
.mega-menu-content .mml-4 ul.navbar-nav li.menu-item a {
    color: #222;
}
.mega-menu-content .mml-4 ul li.menu-item a:hover {
    background-color: transparent;
}
.mega-menu-content .mml-4 ul li ul.dropdown-menu li.menu-item a {
    font-size: 15px;
    color: #404040;
    line-height: 1.75rem;
}
.mega-menu-content .mml-4 ul li ul.dropdown-menu li.menu-item a:hover {
    color: var(--color-tema-secondary);
}
.mega-menu-content .mml-4 ul li.menu-item a.nav-link {
    padding: 0;
}
.mega-menu-content .mml-4 ul:not(.dropdown-menu)>li {
    margin: 0 20px;
}
.mega-menu-content .mod-icon {
    margin-right: 10px;
}
.mega-menu-content .mml-2 ul {
	display: flex; 
	flex-direction: row; 
	justify-content: center; 
	margin: 0;
}

.burger-icon {
    width: 35px;
    cursor: pointer;
}
.burger-icon>span {
    margin: 3px 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: right;
    width: 100%;
    display: block;
}
.burger-icon>span:nth-child(1) {
    width: 55%;
    background: var(--color-tema-primary);
    height: 2px;
}
.burger-icon>span:nth-child(2) {
    width: 75%;
    background: var(--color-tema-primary);
    height: 2px;
}
.burger-icon>span:nth-child(3) {
    width: 65%;
    background: var(--color-tema-primary);
    height: 2px;
}
.burger-icon:hover>span {
    width: 100%;
}

.menu-offcanvas-open .burger-icon {
    display: none;
}
.icon-x {
    width: 35px;
    cursor: pointer;
	color: #fff;
    font-size: 1.53rem;
	display: none;	
}
.menu-offcanvas-open .icon-x {
    display: block;
}

.topheader .offcanvas-toggler-secondary {
    position: absolute;
    top: 15px;
    left: 20px;
}

/* ==========================================================================
5. Offcanvas
   ========================================================================== */
.offcanvas li.nav-item.suspenso {
    padding: 0;
    position: relative;
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.offcanvas li.nav-item.suspenso a {
    font-size: 0.82rem;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    letter-spacing: 0.2px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.offcanvas li.nav-item.suspenso a:after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(left, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to right, #EBEBEB 0%, transparent 100%);
}
.offcanvas .navbar-nav li {
    font-size: 1rem;
    line-height: 1.65em;
}
.offcanvas .navbar-nav li a.nav-link {
    padding: 5px 8px;
}
.offcanvas .dropdown-menu li a.dropdown-item {
    padding: 8px;
}
.offcanvas .navbar-nav li a.dropdown-item:hover,
.offcanvas .navbar-nav li a.nav-link:hover {
	color: var(--link-hover-color);
}
.offcanvas .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
	padding: 0 0 10px 12px;
    border: 0;
}
#offcanvas-navbar-left li.nav-item a.link {
    width: 100%;
    text-align: center;
	display: block;
}
#offcanvas-navbar-left li.nav-item a.link:hover {
    padding-left: 1.5em;
}
#offcanvas-navbar-left area-html p {
    font-size: 0.88rem;
}
#offcanvas-navbar-left a.social-link {
    font-size: 1.53rem;
}

/* FORM CONTACT */
#offcanvas-navbar-left .contact-area .wpforms-form input.wpforms-field-medium, 
#offcanvas-navbar-left .contact-area .wpforms-form select.wpforms-field-medium, 
#offcanvas-navbar-left .contact-area .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}
#offcanvas-navbar-left .contact-area .wpforms-form .wpforms-field-label-inline {
    color: #adadad;
}
#offcanvas-navbar-left .contact-area .wpforms-form .wpforms-recaptcha-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
   
/* ==========================================================================
         6. Single Page
   ========================================================================== */
   
.entry-meta .autor-post {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.82rem;
}
.single .content-area.content-area-up {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}
.single .entry-content img:not(.attachment-post-thumbnail) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.single .entry-content .bloco img {
    margin: 0;
	width: 100%;
	height: 300px;
    object-fit: cover;
}
.view-store img,
.single .entry-content .view-store img {
    width: 150px;
    height: 150px;
    display: block;
}
@media (min-width: 768px) {
.view-store img,
.single .entry-content .view-store img {
    position: absolute;
    top: 0;
    margin-top: -65px;
}
}
@media (max-width: 767px) {
.view-store img,
.single .entry-content .view-store img {
    position: relative;
    margin-top: -45px;
    display: inline-flex;
}
}

.bloco-inf {
    background: #F4FAFF;
    position: relative;
}
.bloco-inf:before {
    content: '\F646';
    font-family: bootstrap-icons !important;
    font-size: 2rem;
    line-height: 3rem;
    left: -1.5625rem;
    margin-top: -0.75rem;
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    background-color: var(--bs-yellow);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}


.single-post .post .content h3 {
    font-size: 1.53rem;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.single-post .post-artigo ul,
.single-post .post-artigo table ul {
	list-style: none;
}
.single-post .post-artigo ul li::before,
.single-post .post-artigo table ul li::before {
	content: "\F285";
	font-family: bootstrap-icons !important;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-tema-secondary);
    padding-right: 7px;
}
.single-post .post-artigo li.no-icone::before,
.single-post .post-artigo ul.non-icone li::before,
.single-post .post-artigo table ul.non-icone li::before,
.single-post .post-artigo ul li.list-group-item.active::before {
	display: none;
}

.single-post .post-artigo ol, 
.single-post .post-artigo ul,
.single-post .post-artigo table ol, 
.single-post .post-artigo table ul {
    padding-left: 1em;
}

.single-post .entry-footer {
    border-top: 1px solid #ededed;
    padding-top: 1em;
}
.single-post .content-area p {
    margin-bottom: 1.5rem;
    line-height: 150%;
    font-size: 1rem;
    letter-spacing: 0.001rem;
	text-align: justify;
}

.area-titulo-post {z-index: 1;}


/* ==========================================================================
        7. header-media - Topo Titulo
   ========================================================================== */

.header-media {
	position: relative;
    overflow: hidden;
	width: 100%;
	min-height: 350px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0;
}
@media (max-width: 1199px) {
.header-media>.col-12 {
    padding: 30px !important;
}
}
.header-media .col-0 {
    width: 0;
    display: none;
}
.header-media.top {
    min-height: 50vh;
}
.header-media .card-body {
	position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-media .title {
    word-break: break-word;
    text-transform: inherit;
}
.header-media.top .clip-container {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -1px;
	background-color: rgba(0,0,0,0);
	width: 100%;
	padding: 0;
}
.header-media.top .clip-container svg {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
}
@media only screen and (max-width: 1200px) {.header-media.top .clip-container svg {height: 40px;}}
@media only screen and (max-width: 700px) {.header-media.top .clip-container svg {height: 25px;}}


/* ==========================================================================
        8. Pages
   ========================================================================== */

.banner__title {
    color: #777;
}
.page-title .sub-message {
    font-size: clamp(2rem, 5vw, 2.24rem);
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.search-results-count span {
	font-size: 1.24rem;
    color: var(--bs-gray-700);
}
.search-results-count span.search-term {
    text-transform: uppercase;
    font-weight: 600;
	color: var(--bs-gray-900);
}
.search-results-post-type span {
    text-transform: uppercase;
    font-size: 0.70rem;
}

@media only screen and (max-width: 600px) {
.page-title h6 {
	font-size: 0.82rem;
	padding: 0 !important;	
	}
}

/* Página Blog */

.widget .blog-about p {
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    padding: 0 10px;
    text-align: center;
    margin: 0;
}


/* AREA FILTROS */

.area-filters {
    margin: 0 auto;
    width: 100%;
	padding: 0;
	display: grid;
    background: var(--color-tema-primary);	
    background: linear-gradient(to bottom,#00B9B2 0,#009F98 52%,#007179 100%);
}
.area-filters ul {
    margin-bottom: 0;
}
.area-filters ul li {
    margin: 8px 1%;
    padding: 0;
}
.area-filters ul li > a {
	color: var(--color-tema-primary);
    letter-spacing: 0.87px;
    font-size: 0.82rem;
    background-color: #fff;
    border-radius: 8px;
}
.area-filters ul li.active > a, 
.area-filters ul li > a:hover {
	color: #fff;
    border: 1px solid #fff;
    background-color: var(--color-tema-primary);
}
.area-filters .btn-outline {
    position: relative;
}
.searchandfilter ul {
    margin: 0;
    padding: 0;
	display: flex;	
    flex-direction: row;
    justify-content: center;
	flex-wrap: wrap;
}
.area-filters .searchandfilter ul li {
    width: 18%;
	margin: 8px 1%;	
    padding: 0;
}
.searchandfilter select.sf-input-select {
    min-width: 158px;
}
.searchandfilter label {
    width: 100%;
}
.area-filters .searchandfilter select {
    font-size: 14px;
    border-radius: 0;
    border: 0;
}
.area-filters .searchandfilter select option {
    border-radius: 0;
}
.area-filters .searchandfilter input[type=text] {
    border: 0;
    font-size: 14px;
    color: #333;
}
.area-filters .searchandfilter input[type=text],
.area-filters .searchandfilter select {
	height: 50px;
    font-size: 14px;
    border-radius: 0;
    position: relative;
    display: block;
    width: 100%;
    color: #666666;
    background: #fff;
    padding: 0.5rem 10% 0.5rem 5%;
	min-width: 158px;
}
.area-filters .searchandfilter ul li.sf-field-reset {
    background-color: #fff;
    padding: 12px 0;
}
.area-filters .searchandfilter ul li.sf-field-reset:hover a,
.area-filters .searchandfilter ul li.sf-field-reset a.search-filter-reset:hover {
    color: #009F98;
}

.search-filter-results .pagination .btn.btn-icon {
    margin: 0 5px;
}
.search-filter-results .pagination .btn.btn-icon a {
    color: #fff;
}

@media (max-width: 991px) and (min-width: 580px){
.area-filters .searchandfilter ul li {
    width: 31%;
}
}
@media (max-width: 579px) and (min-width: 450px) {
.area-filters .searchandfilter ul li {
    width: 46%;
}
}
@media (max-width: 449px) {
.area-filters .searchandfilter ul li {
    width: 100%;
}
}

/* ==========================================================================
        9. Comments Area
   ========================================================================== */

.comment_meta_container .side-container-comment-inner {
    position: relative;
    overflow: hidden;
    margin: 50px 0 30px;
}
.comment_meta_container .comment-count {
    font-size: 24px;
    line-height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    border-radius: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    color: white;
    background: black;
}
.comment_meta_container .center-border {
    position: absolute;
    top: 39%;
    width: 42%;
    border-top-style: solid;
    border-top-width: 1px;
    z-index: 1;
}
.comment_meta_container .center-border-left {
    left: 0;
}
.comment_meta_container .center-border-right {
    right: 0;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 0.88rem; padding-top: 0.2em; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comments-title { padding: 0 1em; border-bottom: 0; }

.comments-area .comment-navigation { padding: 1em 4em 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-cancel-reply { margin-left: 2em; }

.comments-area .logged-in-as { padding-left: 10px; font-size: 0.88rem; text-align: left; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: 0.88rem; }

.comments-area .no-comments { padding: 1em 4em; }

.comments-area small { font-size: 0.76rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link, .comments-area .comment-delete-link { margin-right: 1em; color: #6c757d; cursor: pointer;}

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover, .comments-area .comment-delete-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { color: #212529; }

.comments-area .reply-title.comment-reply-title {
    line-height: 1em;
    margin: 0;
}
.comment-awaiting.text-muted {color: #f44336 !important;}

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li {
    background-color: #F8FAFC;
	padding: 15px 20px;
    margin-bottom: 10px;
    border-bottom: none;
}
.comments-area .comment-list > li article {
    flex-direction: column;
}
.comments-area .comment-list > li article .media-body {
    overflow: auto;
    text-align: left;
	margin-left: 90px;
}
.comments-area .comment-list > li article img {
    position: absolute;
}
.comments-area .comment-list > li article .media-body .mt-3 {
	background-color: #f0f2f5;
    border-radius: 7.5px;
    border-top-left-radius: 0;
    padding: 15px 30px;
    margin-right: 15%;
	position: relative;
}
.comments-area .comment-list > li article .media-body .mt-3::before {
    content: "";
    border-left-color: #f0f2f5;
    border-right-color: transparent;
    left: 25px;
    right: auto;
    border-width: 15px;
    border-top-color: transparent;
    border-bottom-color: #f0f2f5;
    top: -15px;
    bottom: auto;
    position: absolute;
    border-style: solid;
}
.comments-area .comment-list > li article .media-body .mt-3 p {
    font-size: 0.82rem;
	margin-bottom: 0.5em;
}
.comments-area .comment-list .comment-respond { padding: 2.5em 4em; }

.comments-area .comment-list ul.children {
    list-style: none;
    padding-left: 0;
}
.comments-area .comment-list ul.children li {
    padding: 1.5em 0 0;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article {
    position: relative;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3 {
	background-color: var(--color-tema-primary);
    border-top-right-radius: 0;
    border-top-left-radius: 7.5px;
    text-align: left;
    margin-left: 15%;
    margin-right: 80px;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3 p {
    color: #fff;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3::before {
    content: "";
    border-left-color: transparent;
    border-right-color: var(--color-tema-primary);
    left: auto;
    right: 25px;
    border-width: 15px;
    border-top-color: transparent;
    border-bottom-color: var(--color-tema-primary);
    top: -15px;
    bottom: auto;
    position: absolute;
    border-style: solid;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article img {
    right: 0;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .media-body {
    text-align: right;
	margin-left: 0;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .media-body .date, 
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .comment-author {
    margin-right: 75px;
    text-align: right;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .reply {
    margin-right: 60px;
}
.comments-area .comment-list ul.children li .mt-3 a {
	font-style: italic;
    font-weight: 600;
}

@media (max-width: 767px) {
.comments-area .comment-list > li article .media-body .mt-3 {
    margin-right: 0;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3 {
    margin-left: 0;
}
}
@media (max-width: 639px) {
.comments-area .date, .comments-area .comment-author {
    padding-left: 70px;
}
.comments-area .comment-list > li article .media-body {
    margin-left: 0;
}
.comments-area .comment-list > li article .media-body .mt-3 {
    margin-right: 0;
    margin-top: 30px !important;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3 {
    margin-right: 0;
    margin-top: 30px !important;
}
}
@media (max-width: 479px) {
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .media-body {
    text-align: left;
}
.comments-area .comment-list > li article .media-body .mt-3 {
    margin-top: 10px !important;
    padding: 15px 15px;	
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article img {
    right: auto;
    left: 0;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3 {
    margin-top: 0 !important;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .media-body .date, 
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .comment-author {
	text-align: left;
    margin-right: auto;
}
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .mt-3::before {
    right: auto;
    border-left-color: var(--color-tema-primary);
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: var(--color-tema-primary);
}
}

@media only screen and (max-width: 389px){
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .media-body .date, 
.comments-area .comment-list > li ul.children li.comment-author-admin_mc article .comment-author {
    display: table-row;
}
}

/* ==========================================================================
        10. Mask
   ========================================================================== */

.mask-one {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-1.svg);
}
.mask-two {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-2.svg);
}
.mask-three {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-3.svg);
}
.mask-four {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-4.svg);
}
.mask-five {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-5.svg);
}
.mask-six {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-6.svg);
}
.mask-seven {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-7.svg);
}
.mask-eight {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-8.svg);
}
.mask-nine {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-9.svg);
}
.mask-ten {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-10.svg);
}
.mask-eleven {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-11.svg);
}
.mask-twelve {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-12.svg);
}
.mask-thirteen {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-13.svg);
}
.mask-fourteen {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-14.svg);
}
.mask-fifteen {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-15.svg);
}
.mask-sixteen {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-16.svg);
}
.mask-seventeen {
    --mt-mask-url: url(/wp-content/themes/mytheme/images/masks/mask-17.svg);
}
.has-mask img {
    -webkit-mask-image: var(--mt-mask-url);
    mask-image: var(--mt-mask-url);	
    -webkit-mask-size: contain;
    mask-size: contain;		
    -webkit-mask-position: center;
    mask-position: center;	
    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

/* ==========================================================================
        11. Pagination
   ========================================================================== */

.pagination {
    display: flex;
    justify-content: center;
}
.pagnave {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 40px 0;
	overflow: hidden;
}
.pagination .style-one .pagnave {
    box-shadow: 0 3px 9px rgb(0 82 224 / 16%);
    background: linear-gradient(180deg,#FFF 0,#F5FAFE 100%);
}
.pagination .style-one a,
.pagination .style-one span {
    line-height: 1.25em;
    outline: 0;
    border: 0;
    font-size: 0.76rem;
	font-weight: 400;
    padding: 1.25em 1.5em;
    color: #000;
}
.pagination .style-one a.active {
    background-color: var(--color-tema-primary);
    color: #fff;
	cursor: default;
}
.pagination .style-one a.next_page {
    border-left: 1px solid #e1e1e1;
}
.pagination .style-one a.prev_page {
    border-right: 1px solid #e1e1e1;
}

.pagination .style-two span, 
.pagination .style-two a {
	line-height: 1.5em;
    outline: 0;
    font-size: 0.76rem;
    font-weight: 400;
    margin-right: 8px;
    margin-left: 8px;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: solid 1px #D9D9D9;
    text-decoration: none;
    text-align: center;
    padding: 15px 0 16px;
    color: #444444;
}
.pagination .style-two a:hover {
    border-color: #000;
    background: #1A1A1A;
    color: #fff;
}
.pagination .page-numbers.current,
.pagination .style-two a.page.active {
	cursor: default;
    border-color: #000;
    background: #1A1A1A;
    color: #fff;
}
.pagination .style-two .next_page {
    margin-left: 24px;
}
.pagination .style-two .prev_page {
    margin-right: 24px;
}
.pagination .style-two .next_page, 
.pagination .style-two a.prev_page {
    font-size: 0;
	position: relative;
}
.pagination .style-two a.prev_page:before,
.pagination .style-two .next_page:before {
    font-family: 'bootstrap-icons';
    font-size: 1rem;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pagination .style-two .next_page:before {
	content: '\F285';
}
.pagination .style-two a.prev_page:before {
	content: '\F284';
}
.pagination .style-three a {
    line-height: 1.5em;
    outline: 0;
    font-size: 0.76rem;
    font-weight: 400;
    margin-right: 8px;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 12px 0 16px;
    color: #2e2e2e;
	cursor: pointer;
}
.pagination .style-three a:hover {
    color: var(--color-tema-primary);
}
.pagination .style-three a.page.active {
    cursor: default;
    background: var(--color-tema-primary);
    color: #fff;
    border-radius: 50%;
}
.pagination .style-three .next_page {
    margin-left: 24px;
}
.pagination .style-three .prev_page {
    margin-right: 24px;
}
.pagination .style-three .next_page, 
.pagination .style-three a.prev_page {
    font-size: 0;
	position: relative;
}
.pagination .style-three a.prev_page:before,
.pagination .style-three .next_page:before {
    font-family: 'bootstrap-icons';
    font-size: 1rem;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pagination .style-three .next_page:before {
	content: '\F285';
}
.pagination .style-three a.prev_page:before {
	content: '\F284';
}

/*-----------------------------------------------------------------------------------*/
/* 		12. Search
/*-----------------------------------------------------------------------------------*/

.another-search {
    margin: 0 auto 20px;
    max-width: 650px;
	position: relative;
}
.search-area-left-menu {
    margin: 0 auto 20px;
    max-width: 750px;
	position: relative;
}
form.search-form {
	width: 100%;
	position: relative;
}
form input[type="search"] {
	-webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    -ms-transition: border .3s;
    transition: border .3s;
    background: #fff;
	padding: 16px 50px 16px 30px;
    border-radius: 30px;
    color: #2c4466;
    display: block;
    font-size: 1.06rem;
    font-weight: 200;
    width: 100%;
}
form.search-form button.search-submit {
	background: transparent !important;
	border-radius: 0 30px 30px 0;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    height: 2.3em;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5em;
}
form input[type="search"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color-tema-secondary);
    outline: 0;
}
form input[type="search"]:focus::-webkit-input-placeholder {
	opacity: 0;
}
.search-area-mobile-menu form input[type="search"] {padding: 12px 40px 12px 20px;}
.search-area-mobile-menu form.search-form button.search-submit {right: 25px;}

/* ==========================================================================
        13. Formulário Contacto
   ========================================================================== */

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background: var(--color-tema-primary) !important;
	padding: 10px 35px !important;
    text-transform: uppercase;
	font-size: 0.75rem;
    line-height: 1.5em;
    letter-spacing: 0.3em;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background: var(--color-tema-secondary) !important;
}
div.wpforms-container-full {text-align: left;}
div.wpforms-container-full .wpforms-field-label {color: #fff; font-weight: 400;}
div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus,
div.wpforms-container-full input[type=checkbox]:focus:before, 
div.wpforms-container-full input[type=radio]:focus:before {
    border: 0px solid #fff !important;
    box-shadow: 0 0 0 0px #000, 0px 4px 3px rgb(82 82 82 / 15%) !important;
    outline: none;
}
div.ff-form.wpforms-container-full input[type=date], div.ff-form.wpforms-container-full input[type=datetime], div.ff-form.wpforms-container-full input[type=datetime-local], div.ff-form.wpforms-container-full input[type=email], div.ff-form.wpforms-container-full input[type=month], div.ff-form.wpforms-container-full input[type=number], div.ff-form.wpforms-container-full input[type=password], div.ff-form.wpforms-container-full input[type=range], div.ff-form.wpforms-container-full input[type=search], div.ff-form.wpforms-container-full input[type=tel], div.ff-form.wpforms-container-full input[type=text], div.ff-form.wpforms-container-full input[type=time], div.ff-form.wpforms-container-full input[type=url], div.ff-form.wpforms-container-full input[type=week], div.ff-form.wpforms-container-full select, div.ff-form.wpforms-container-full textarea {
    background: transparent;	
    border-radius: 0;
    border-top: none;
    border-right: none;	
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-left: none;	
}
div.ff-form.wpforms-container-full input[type=email]::placeholder,
div.ff-form.wpforms-container-full input[type=text]::placeholder,
div.ff-form.wpforms-container-full input[type=number]::placeholder,
div.ff-form.wpforms-container-full input[type=tel]::placeholder,
div.ff-form.wpforms-container-full input[type=url]::placeholder,
div.ff-form.wpforms-container-full select::placeholder,
div.ff-form.wpforms-container-full textarea::placeholder,
div.ff-form.wpforms-container-full input[type=email]::-webkit-input-placeholder,
div.ff-form.wpforms-container-full input[type=text]::-webkit-input-placeholder,
div.ff-form.wpforms-container-full input[type=number]::-webkit-input-placeholder,
div.ff-form.wpforms-container-full input[type=tel]::-webkit-input-placeholder,
div.ff-form.wpforms-container-full input[type=url]::-webkit-input-placeholder,
div.ff-form.wpforms-container-full select::-webkit-input-placeholder,
div.ff-form.wpforms-container-full textarea::-webkit-input-placeholder {
    color: #fff;
	font-size: 0.82rem;
}

@media only screen and (max-width: 1279px) {
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 0.76rem;
    padding: 5px 25px !important;
}
}

#wpforms-723.wpforms-container-full form {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0 15px;
}
#wpforms-723-field_5-container label.wpforms-field-label-inline {
    font-size: 0.70rem;
    color: #8f8f8f;
}
#wpforms-723.wpforms-container-full .wpforms-form .wpforms-head-container {
    margin: 0;
    padding: 0 0 15px 0;
}

div.wpforms-container-full .wpforms-confirmation-container-full, 
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #ff504b;
    border: 1px solid #ff504b;
    box-sizing: border-box;
    color: #fff;
    padding: 30px 45px;
	position: relative;
    border-radius: 7px;
}
div.wpforms-container-full .wpforms-confirmation-container-full:before {
    content: '\2713';
    position: absolute;	
    right: -25px;
    top: -25px;
    font-size: 4.70rem;
    line-height: 110px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    opacity: 0.2;
}
div.wpforms-container-full .wpforms-confirmation-container-full h3, 
div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: #fff;
}
div.wpforms-container-full .wpforms-confirmation-container-full ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
div.wpforms-container-full .wpforms-confirmation-container-full ul li {
    font-size: 0.82rem;
}

section#area-contact div.wpforms-container-full {
    padding: 50px 40px;
    box-shadow: 0px 0px 0px 20px rgba(255,255,255,.15);
    background-color: #ffffff;
    border-radius: 20px;
}
section#area-contact div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {color: #878787;font-size: 0.75rem;} 
section#area-contact div.wpforms-container-full textarea, 
section#area-contact div.wpforms-container-full input[type=email], 
section#area-contact div.wpforms-container-full input[type=text],
section#area-contact div.wpforms-container-full input[type=checkbox]:before, 
section#area-contact div.wpforms-container-full input[type=radio]:before {border: 0;background-color: #f5f5f5;} 
section#area-contact div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
section#area-contact div.wpforms-container-full .wpforms-form button[type=submit] { border: 0; }
section#area-contact div.wpforms-container-full input[type=submit]:focus:after, 
section#area-contact div.wpforms-container-full button[type=submit]:focus:after, 
section#area-contact div.wpforms-container-full .wpforms-page-button:focus:after { content: ""; position: absolute; border: 2px solid #ffffff; border-radius: 0; top: -2px; right: -2px; bottom: -2px; left: -2px; }
section#area-contact div.wpforms-container-full input[type=checkbox]:before, 
section#area-contact div.wpforms-container-full input[type=radio]:before {border-color: #fff;} 
section#area-contact div.wpforms-container-full input[type=checkbox]:focus:before, 
section#area-contact div.wpforms-container-full input[type=radio]:focus:before { border: 1px solid #ffffff; box-shadow: 0 0 0 1px #2733a1, 0px 1px 2px rgba(0,0,0,0.15);}
section#area-contact div.wpforms-container-full .wpforms-form label.wpforms-error, 
section#area-contact div.wpforms-container-full .wpforms-form em.wpforms-error {text-align: left;}

@media only screen and (max-width: 500px){
.wpforms-container .wpforms-one-half, 
.wpforms-container .wpforms-three-sixths, 
.wpforms-container .wpforms-two-fourths {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}
section#area-contact div.wpforms-container-full {
    padding: 20px;
    border-radius: 15px;
}
}

/* ==========================================================================
        14. Rating / Love / Count
  ========================================================================== */

form.post-rating-form {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 !important;
}
.post-rating-form input[type="submit"]#rate-btn {
    line-height: 1.5em;
    font-size: 0.65rem;
    text-transform: capitalize;
    color: #626262;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
}
.post-rating-form input[type="submit"]#rate-btn:hover {
    border: 1px solid #F5B027;
    background-color: #f6b330;
    color: #fff;
}
.area-rating {
    width: auto;
    display: flex;
    justify-content: center;
}
@media (min-width: 767px) {
.area-rating .post-rating.rate {
    padding: 0 60px;
}
}
@media (max-width: 767px) {
    .area-rating .post-rating.rate {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
		height: 60px;
    }
}

.mt-mt-star-rating {
    float: left;
    padding: 0 20px;
}
.mt-star-rating:not(:checked) > input {
    display: none;
}
.mt-star-rating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 1.40rem;
    color:#a7a7a7;
}
.mt-star-rating:not(:checked) > label:before {
    content: '★ ';
}
.mt-star-rating > input:checked ~ label {
    color: #F5B027;
}
.mt-star-rating:not(:checked) > label:hover,
.mt-star-rating:not(:checked) > label:hover ~ label {
    color: #F5B027;
}
.mt-star-rating > input:checked + label:hover,
.mt-star-rating > input:checked + label:hover ~ label,
.mt-star-rating > input:checked ~ label:hover,
.mt-star-rating > input:checked ~ label:hover ~ label,
.mt-star-rating > label:hover ~ input:checked ~ label {
    color: #F5B027;
}
					
.post-rating.count .title-wrapper {
    font-size: 0.75rem;
	line-height: 1.25em;
    color: #a7a7a7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.post-rating.count .average-rating {
    font-weight: 600;
    font-size: 0.82rem;
}
.post-rating.rate {
    display: flex;
    flex-direction: row;
    height: 50px;
	-webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    border-color: var(--color-tema-primary);;
    border-width: 1px;
    border-style: solid;
    justify-content: center;
    align-items: center;
}	
.post-rating.rate .title-wrapper {
    font-size: 0.75rem;
    color: #a7a7a7;
	padding-top: 4px;
}

/* post love */

.meta .button-love .label {
	font-size: 0.59rem;
    color: #fff;
    margin-top: 12px;
}
.meta .button-love .mfn-love i {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    bottom: 0;
    font-size: 1rem;
    color: #fff;
}
.meta .button-love .mfn-love i:last-child {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.meta .button-love .mfn-love:hover i:last-child, 
.meta .button-love .mfn-love.loved i:last-child {
    opacity: 1;
}
.meta .button-love a.mfn-love:focus, 
.meta .button-love a.mfn-love:hover {
    background-color: var(--color-tema-secondary);
}
@media only screen and (max-width: 767px) {
.meta .button-love {
    display: flex;
    flex-direction: row;
}
}

/* post count */
.meta .button-love a.mfn-love,
.post-view.count {
	color: #fff;
    align-items: center;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 3pc;
    height: 50px;
    margin: 0;
    outline-offset: -1px;
    text-align: center;
    -webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background-color: var(--color-tema-primary);
    justify-content: space-evenly;}
.post-view.count .icons-wrapper { position: relative; width: 100%; height: 16px;}
.post-view.count .icons-wrapper i { position: absolute; left: 0; right: 0; top: 0; bottom: 0; font-size: 1rem;}
.post-view.count .view-count { font-size: 0.59rem;}


  /* ==========================================================================
        15. Breadcrumb
  ========================================================================== */

nav.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	margin: 0;
}
ol.breadcrumb--list {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.82rem;
    font-weight: 300;
    justify-content: center;
    line-height: 1.15;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
	align-items: center;
}
.breadcrumb--list li+li:before {
    border: 1px solid var(--color-tema-primary);
    border-bottom: none;
    border-left: none;
    content: "";
    display: block;
    font-size: 6px;
    height: 1em;
    left: 18px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    transform-origin: 50% 50%;
    width: 1em;
}
.breadcrumb--list li+li {
    padding-left: 36px;
	padding-top: 0;
    position: relative;
}
.breadcrumb--list a {
    color: #282828;
}
li.breadcrumb--item {
    padding-top: 0;
}
.breadcrumb--list:after {
    content: "";
	position: absolute;
	background: linear-gradient(90deg,rgba(142,168,205,0),rgba(142,168,205,.2),rgba(142,168,205,0));
    bottom: 0;
    left: 50%;
	width: 1140px;
    display: block;
    height: 1px;
    max-width: calc(100vw - 10px);
    transform: translateX(-50%); 
}
@media only screen and (max-width: 600px) {
ol.breadcrumb--list {
    padding: 15px 15px;
    text-align: center;
    vertical-align: middle;
}
.breadcrumb--list li span.current {
    padding-left: 25px;
}
}

  /* ==========================================================================
        16. Sidebar
  ========================================================================== */

.no-sidebar {
    margin-right: auto;
    margin-left: auto;
}
.no-sidebar .card-title.entry-title {
    text-align: center;
}
.both-sidebar .imag-featured,
.no-sidebar .imag-featured {
    text-align: center;
}
.sidebar .widget {
	margin: 0 0 50px 0;
}
.sidebar .widget a {
    color: #282828;
}
.sidebar .widget a.btn.btn-theme {
	color: #383838;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
    display: block;
    max-width: 70%;
    margin: 20px auto;
}
.sidebar .widget a.btn.btn-theme:hover {
    color: #fff !important;
}
.sidebar .widget a.btn.btn-arrow {
    color: #000!important;
}
.sidebar .widget header a:hover h1 {
    color: var(--gray-dark) !important;
}
@media only screen and (min-width: 1100px) {
.sidebar article.hentry {
    margin: 0 0 1.5em;
}
}

/* ==========================================================================
        17. Footer
  ========================================================================== */

footer {
    position: relative;
}
footer .clip-container-footer {
	width: 100%;
    -webkit-transform: translateY(calc(1px - 100%));
    transform: translateY(calc(1px - 100%));
}
footer .clip-container-footer svg {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
}
@media only screen and (max-width: 1200px) {footer .clip-container-footer svg {height: 40px;}}
@media only screen and (max-width: 700px) {footer .clip-container-footer svg {height: 25px;}}

footer#Footer .footer-main {
    z-index: 2;
	overflow: hidden;
}
footer .clip-container-footer {
    display: none;
}
footer#Footer a:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .btn-site, .btn-neow), 
footer#Footer p {
    font-size: 0.82rem;
}
footer#Footer .widget-title {
    margin-bottom: 15px;
}

footer#Footer .widget-title:after {
    background-color: #c3b092;
}
footer#Footer .footer-widgets {
    position: relative;
}
footer#Footer .footer-widgets .widgets {
    z-index: 1;
    position: relative;
}
footer#Footer .footer-widgets .image-wrapper {
    background-color: transparent;
    border-radius: 0;
}
footer#Footer .text-name {
    display: inline-block;
}
footer#Footer .text-name mark {
    font-weight: 200;
    color: #ffffff;
    font-size: 6rem;
    line-height: 0.75em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 25px;
    border: 1px solid #1c3585;
    border-radius: 10px;
    overflow: hidden;
}
footer#Footer .footer-widgets ul {
    padding-left: 0;
    margin-left: 20px;
}
footer#Footer .text-name mark font {
    color: #0099ff;
	font-size: 0.35em;
    font-family: none;
    line-height: 0.3em;
}
footer#Footer .text-name mark::after {
    margin-top: -16px;
	display:none;
}
footer#Footer .copyright {
	font-size: 0.82rem;
    letter-spacing: 0.03em;
}
#footer-copyright .links {
    position: relative;
    z-index: 1;
}
footer#Footer .copyright-text .designed, 
footer#Footer .copyright-text .designed a {
    font-size: 0.7059rem;
    margin-top: 5px;
}
@media only screen and (max-width: 991px) {
footer#Footer .footer-widgets .widgets .col-12 {
    margin-bottom: 40px;
}
footer#Footer .widget-title {
    margin-bottom: 10px;
}
}


.header-media.ff {
    border-bottom: 1px solid #333;
}
.mt-payments .list-inline {
    display: flex;
    flex-direction: row;
    margin: 0;
}
.mt-payments .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0;
}

/* ==========================================================================
        18. Widgets
  ========================================================================== */

.widget {
    margin-bottom: 3em;
}
.widget-title {
	width: auto;
}
.widget-title h4 {
    font-family: var(--mt-typography-type-3);
	font-size: clamp(38px, 5vw, 44px);
}
.sidebar .widget-title {
    border-left: 0;
    padding-left: 0;
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #eee;
    margin-bottom: 1rem;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li {
    width: auto;
    margin: 0;
    position: relative;
    padding: .6em 0;
    margin-left: 0;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li span.post-thumbnail img {
    width: 110px;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li a.post-title {
    width: calc(100% - 110px);
    padding-left: 20px;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li p {
    margin: 0;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li .num {
    float: right;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li:last-child {
    margin-bottom: 0;
}
.widget li.cat-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: block;
    width: auto;
    margin: 0;
    position: relative;
    padding: .6em 0;
    margin-left: 0;
}
.widget li.cat-item a {
    color: #282828;
}
.widget li.cat-item a:hover {
    color: var(--color-tema-primary);
}
.widget input, 
.widget select,
.widget textarea {
    width: 100%;
    margin-bottom: 10px;
}
.widget input:last-child,
.widget select:last-child,
.widget textarea:last-child {
    margin-bottom: 0;
}
.sidebar .widget ul:not(.w-icon):not(.cart_list):not(.product_list_widget):not(.product-categories) li::before {
	content: '\F285';
    font-family: 'bootstrap-icons';
	display: none;
    margin-left: -16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    position: relative;
    top:0px;
    margin-right: 9px;
    color: #c6c6c6;
}

.sidebar .widget ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li ul.sub-menu li {
    padding-top: 0.5rem;
}
.widget ul li ul.sub-menu li a {
	font-size: 0.82rem;
    padding-left: 10px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    width: 100%;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li ul.sub-menu a:after {
	content: '\F285';
    font-family: 'bootstrap-icons';
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -8px;
    margin-right: -5px;
}

.sidebar [type="submit"] {
    background-color: var(--color-tema-primary);
    border: 0;
    color: #fff;
    height: 40px;
}
.sidebar [type="submit"]:hover {
    background-color: var(--color-tema-secondary);
}

/* ==========================================================================
        19. Overlay
  ========================================================================== */

.overlay-1:before,
.overlay-2:before,
.overlay-3:before,
.overlay-4:before,
.overlay-5:before,
.overlay-6:before,
.overlay-7:before,
.overlay-8:before,
.overlay-9:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
}
.overlay-n:before {
  opacity: 0;
  display: none;
}
.overlay-1:before {
  opacity: 0.1;
}
.overlay-2:before {
  opacity: 0.2;
}
.overlay-3:before {
  opacity: 0.3;
}
.overlay-4:before {
  opacity: 0.4;
}
.overlay-5:before {
  opacity: 0.5;
}
.overlay-6:before {
  opacity: 0.6;
}
.overlay-7:before {
  opacity: 0.7;
}
.overlay-8:before {
  opacity: 0.8;
}
.overlay-9:before {
  opacity: 0.9;
}

/* ==========================================================================
        20. Accordion
  ========================================================================== */

.accordion-item {
    border: 0;
	margin-bottom: 10px;
}
.accordion-button:not(.collapsed), 
.accordion-button {
    color: #222 !important;
    background-color: var(--color-tema-primary);
    background-color: #F5F5F5;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body img.post-thumbnail {
    float: left;
    height: 100%;
    object-fit: cover;
}


/* ==========================================================================
        21. Natal
  ========================================================================== */

.header-snow-container {
    animation: fadeIn .35s ease 1.7s forwards;
}
.header_snow {
    background: none;
    background-image: url(/wp-content/plugins/opcoes-tema/images/snow1.png),url(/wp-content/plugins/opcoes-tema/images/snow2.png),url(/wp-content/plugins/opcoes-tema/images/snow3.png);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
	animation: snow 12s linear infinite;
}
@keyframes snow{
	0%{background-position:0 0,0 0,0 0}
	50%{background-position:500px 500px,100px 200px,-100px 150px}
	to{background-position:500px 1000px,200px 400px,-100px 300px}
}


/* ==========================================================================
        22. Keyframes
  ========================================================================== */
.area-thumb {
    height: 50vh;
    width: 100%;
}
.img-moving {
    width: 100%;
    height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: ImgMove 0s linear infinite forwards, BorderRadius 38s linear infinite forwards;
}
@keyframes ImgMove {
    0%,100% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 75%
    }
}

@keyframes BorderRadius {
    0%,100% {
        border-radius: 50% 50% 40% 60%/40% 60% 40% 60%;
    }

    10% {
        border-radius: 38% 62% 37% 63%/52% 53% 48% 49%;
    }

    20% {
        border-radius: 55% 45% 50% 50%/55% 35% 65% 45%;
    }

    30% {
        border-radius: 40% 60% 45% 55%/30% 55% 45% 65%;
    }

    40% {
        border-radius: 45% 55% 60% 40%/54% 74% 26% 46%;
    }

    50% {
        border-radius: 43% 57% 22% 78%/30% 75% 25% 70%;
    }

    60% {
        border-radius: 30% 70% 31% 69%/30% 70% 30% 70%;
    }

    70% {
        border-radius: 43% 57% 60% 40%/62% 35% 65% 35%;
    }

    80% {
        border-radius: 45% 55% 37% 63%/43% 47% 53% 57%;
    }

    90% {
        border-radius: 65% 35% 55% 45%/50% 50%;
    }
}


/* ==========================================================================
    23. Gallerys
  ========================================================================== */

#galerias .card-header {
    background-color: #f8f9fa;
    padding: 15px;
}
#galerias .carousel-inner {
    display: flex;
    flex-direction: row;
}
#galerias .post-featured {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* Ajuste conforme necessário para a proporção desejada */
    overflow: hidden;
}
#galerias .post-featured img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin: 0;
}

.carousel {
    overflow: hidden;
}
.carousel-indicators {
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    min-width: 7px;
    min-height: 7px;
    margin-right: 2px;
    margin-left: 2px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-indicators li::marker {
    content: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: -23px 0 0;
    top: 50%;
	opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.carousel:hover button.carousel-control-prev .carousel-control-prev-icon, 
.carousel:hover button.carousel-control-next .carousel-control-next-icon {
    opacity: 1;
}

.carousel-indicators li {
    cursor: pointer;
}
.carousel img {
    margin: 0 !important;
}

/* ==========================================================================
    24. Animations
  ========================================================================== */

/* ==========================================================================
    25. Cards
   ========================================================================== */
/* CARDS */

.card {
    border-radius: 0px;
    overflow: hidden;	
}
article.featured-post .front, 
article.featured-post .back {
    border-radius: 50%;
}
.card.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
}
article .badges {
    position: absolute;
    top: 15px;
    left: 10px;
    margin-top: -5px;
    z-index: 3;
}
.card-full .card .badges,
.card-list .card .badges {
    left: 12px;
    display: flex;
    justify-content: flex-end;
}
.card-text p,
.card-excerpt p {
    font-size: 0.88rem;
    color: #4a4a4a;
    line-height: 1.25rem;	
	word-break: break-all;
}
.card .post-thumbnail {
	overflow: hidden;
}
.card-photo .post-thumbnail,
.card .imag-featured {
    height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
}
.card .imag-featured img {
    width: 100%;
    min-height: 100%;	
	margin: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: transform 2s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform 2s cubic-bezier(.19,1,.22,1);
    transition: transform 2s cubic-bezier(.19,1,.22,1);
}
.card:hover .imag-featured img {
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
}
.card .card-title,
.card .card-title a {
    color: #333;
	font-weight: 400;
    word-break: break-word;
}
.card .card-title a:hover {
    color: var(--link-hover-color);
}
.card .post-featured {
    background-color: var(--color-tema-primary);
    position: relative;
}
.card .img-logo {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 70px;
    height: 70px;
    background-color: var(--color-tema-primary);
    border: solid 5px #fff;
    border-radius: 50%;
}
.card .img-logo .icone {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	overflow: hidden;
}
.card .img-logo img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	padding: 0;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card .img-logo .icone i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-bottom .btn {
    font-size: 0.82rem;
    padding: 0.6em 1.75em;
}
.card-body.border-1 {
    border: 1px solid #efefef;
    border-top: none;
}
.card-body>a.absolute {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 1;
}

@media only screen and (max-width: 639px){
.card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
}

/* CARDS GRID/LIST */
.card-style-6 .post-featured img:not(.logo),
.card-full .post-featured img:not(.logo),
.card-photo .post-featured img:not(.logo),
.card-grid .post-featured img:not(.logo),
.card-list .post-featured img:not(.logo) {
    min-height: 250px;
	height: 100%;
	margin: 0;
}

.card-grid .post-featured {
    height: 250px;
}
.card-full .img-logo,
.card-list .img-logo {
    right: 0;
    left: auto;
    top: 50%;
    transform: translate(50%, -50%);
}

.post-relacionado .card-list .img-logo,
.post-relacionado .card-full .img-logo {
    top: 70%;
}
.post-relacionado .card-full .img-logo {
    left: 0%;
    right: auto;
    transform: translate(-50%, -50%);
}
.post-relacionado .card-list .evento-data {
    left: calc(50% - 100px);
    top: 15px;
}
.post-relacionado .card-full .evento-data {
	right: 15px;
    left: auto;
    top: 15px;
    z-index: 2;
}

/* CARDS CAMPANHA */

.campanha-destaque {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
    color: #fff;
    background-color: #F7D54E;
    margin: 20px 0;
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .85rem;
    animation-name: shake-with-delay;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.card-list .campanha-destaque,
.card-full .campanha-destaque {
	margin: 10px 0;
    width: auto;
}


/* CARD PHOTO */

.card-photo .title-area {
    margin-top: -60px;
    z-index: 1;
    background: #fff;
	overflow: visible;
}
.card-photo .img-logo {
    bottom: auto;
    top: 0;
    transform: translate(-50%, -50%);
}
.card-photo .evento-data {
    top: -180px;
    right: -15px;
}


/* CARD LINKS */
article.arllayout1:first-child {
    margin-top: 25px !important;
}
article.arllayout1 {
    padding: 0.35rem 1rem !important;
}

/* CARD STYLE 4 */
.card-style-4 .imag-featured img {
    height: 350px;
}
.card-style-4 .cart-top {
	width: 80%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-style-4 .badges {
    left: -10px;
    top: 10px;
}
.card-style-4 .evento-data {
    top: 13px;
    bottom: auto;
    right: -60px;
}
.card-style-4 .img-logo {
    left: 15%;
}
.card-style-4 .campanha-destaque {
    margin: 10px 0;
}

/* CARD STYLE 5 */
.card-style-5 .imag-featured img {
    height: 400px;
}
.card-style-5 .card .post-featured {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-style-5 .badges {
    left: 25px;
}
.card-style-5 .cart-text {
    background-color: #fff;
    z-index: 2;
    bottom: 30px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.card-style-5 .cart-text:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #fff;
}
.card-style-5 .card-body {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.card-style-5 .cart-text .card-bottom, 
.card-style-5 .cart-text .card-title {
    position: relative;
    z-index: 2;
}
.card-style-5 .img-logo {
    bottom: auto;
    top: -5px;
    transform: translate(-50%, -50%);
}

/* CARD STYLE 6 */
article.featured-post .card-style-6 .card {
    border-radius: 15px;
}
.card-style-6 .imag-featured {
    transition: .3s;
    border-radius: 12px;
}
.card-style-6 .imag-featured img {
    height: 300px;
    object-fit: cover;
    transition: .3s;
    transform: scale(1.125);
}
.card-style-6:hover .card-verse .evento-data {
    display: none;
}
.card-style-6 .card .card-verse {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    transition: .3s;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.card-style-6 .card:hover .card-verse {
    opacity: 1;
    visibility: visible;
}
.card-style-6 .card-front-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.card-style-6 .card-title {
    font-size: 1.53rem;
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.card-style-6 .card-title:hover {
    color: var(--link-hover-color);
}
.card-style-6 .badges {
	left: 0;
    margin-top: 0px;
    position: relative;
    display: inline-flex;
    float: left;
}
.card-style-6 .card-front-in .card-front-title {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.card-style-6 .card-front-info {
	z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.card-style-6 .card-front-info .d-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.card-style-6 .card-front-in .img-logo {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
}
.card-style-6 .card-front-in .cart-categ {
    color: #fff;
    font-size: 1.76rem;
}
.card-style-6 .card-footer {
    position: absolute;
    bottom: 0;
}

/* CARDS CARD STYLE 7 */

.card-style-7 .back, 
.card-style-7 .front {
    border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.crd_rotateX .card-style-7 .card-inner,
.crd_rotateY .card-style-7 .card-inner {
    width: 100%;
    aspect-ratio: 1;
    perspective: 1000px;
}
.crd_rotateX .card-style-7 .front,
.crd_rotateX .card-style-7 .back,
.crd_rotateY .card-style-7 .front,
.crd_rotateY .card-style-7 .back {
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;	
}
.crd_rotateY .card-style-7 .front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.crd_rotateX .card-style-7 .front {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.crd_rotateY .card-style-7 .card-inner:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.crd_rotateX .card-style-7 .card-inner:hover .front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.crd_rotateY .card-style-7 .back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.crd_rotateX .card-style-7 .back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.crd_rotateY .card-style-7 .card-inner:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.crd_rotateX .card-style-7 .card-inner:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.crd_rotateY .card-style-7 .back .text,
.crd_rotateX .card-style-7 .back .text {
    background-color: var(--color-tema-secondary);
    color: #fff;
    padding: 15px;
    font-size: 0.88rem;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;	
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.crd_shadow .card-style-7 img:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
}
.crd_shadow .card-style-7 .image:hover,
.card-style-one .image {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.crd_shadow .card-style-7 .back {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.crd_shadow .card-style-7 .card-inner:hover .back {
	display: flex;
    background-color: var(--color-tema-secondary);
	color: #fff;
    padding: 15px;
    font-size: 0.88rem;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
	z-index: 1;
}
.crd_shadow .card-style-7 .card-inner .front .post-thumbnail.logo:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.crd_shadow .card-style-7 .card-inner:hover .front .post-thumbnail.logo:after {
    background-color: rgb(0 0 0 / 27%);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card-style-7 img {
	width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.card-style-7 .front .img-logo {
    bottom: 150px;
}
.card-style-7 .badges {
    bottom: 40px;
    top: auto;
    left: 50%;
    transform: translate(-50%);
}
.card-style-7 .badges .badge {
    background: transparent !important;
    font-size: 1.25rem;
}
.card-style-7 .evento-data {
    left: 50%;
    top: 25px;
    transform: translate(-50%);
}
.card-style-7 .card-inner:hover .img-logo,
.card-style-7 .card-inner:hover .badges {
	display:none;
}
.card-style-7 .card-title {
    color: #fff;
    font-size: 1.5rem;
}
.card-style-7 .card-excerpt p {
    color: #fff;
}

.card-style-7 .campanha-destaque {
    top: 0;
    right: 0;
    position: absolute;
	margin: 40px 0 0;
    background-color: var(--color-tema-primary);
    color: #fff;
    padding: 3px 15px;
	z-index: 2;
}
.card-style-7 .beneficio {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card-style-7 .beneficio title {
    display: inline-block;
    padding: 5px 15px;
    background-color: #007179;
}
.card-style-7 .beneficio span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #00B9B2;
}

/* CARDS CARD STYLE 8 */
.card-style-8 .card.shadow {
    box-shadow: none !important;
}
.card-style-8 .card .post-featured {
    background-color: transparent;
}
.card-style-8 .card .imag-featured {
    min-width: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-style-8 .badges {
	top: 12px;
    left: -8px;
}
.card-style-8 .badge {
	position: absolute;
}
.card-style-8 .card .card-title {
    margin-top: 40px;
}
.card-style-8 .evento-data {
    right: auto;
    left: 10px;
}
.card-style-8 .campanha-destaque {
	left: -5px;
    right: auto;
    width: auto;
    margin: 10px 0 0;
    padding: 0.2rem 1rem 0.2rem;
}
.card-style-8 .img-logo {
    left: 0;
    bottom: 42px;
}
.card-style-8 .beneficio span,
.card-style-8 .beneficio title {
    padding: 5px 12px;
}

/* CARDS CARD STYLE 8 (sidebar) */
#sidebar .card-style-8 .card .imag-featured img {
	width: 135px;
}
#sidebar .card-style-8 .card .card-title, 
#sidebar .card-style-8 .card .card-title a {
    font-size: 0.88rem;
    font-weight: 600;
}
#sidebar .card-style-8 .badges {
    font-size: 9px;	
    margin-top: 0;
    top: 6px;
    left: -10px;
    position: absolute;
    display: flex;
    justify-content: flex-start;
}
#sidebar .card-style-8 .badge {
	padding: 3px 8px 3px 4px;
}
#sidebar .card-style-8 .evento-data .date-large {
    width: 125px;
}
#sidebar .card-style-8 .evento-data .date-dia,
#sidebar .card-style-8 .evento-data .date-mes {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}

/* CARDS CARD STYLE 9 */

.card-style-9 {
    height: 400px;
}
.card-style-9 .card {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card-style-9 a.item {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.card-style-9 .card img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(.90) grayscale(0);
    transition: all .5s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
.card-style-9 .card:hover img {
    transform: scale(1.1);
    filter: brightness(1) grayscale(0);
}
.card-style-9 .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    mix-blend-mode: multiply;
    border-radius: var(--bs-border-radius);
}
.card-style-9 .card:hover .item-overlay {
    visibility: visible;
	opacity: 1;
}
.card-style-9 .info {
	padding: 30px;
    z-index: 3;
    top: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.card-style-9 .info h3 {
    line-height: 100%;
    font-weight: 700;
    font-style: normal;
    color: white;
}
.card-style-9 .info .card-bottom {
    opacity: 0;
    height: 0;
    transition: all .5s ease-in-out;
}
.card-style-9 .card:hover .info .card-bottom {
    opacity: 1;
    height: 55px;
}
.card-style-9 .info .category-badge {
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin: -2px 0 10px 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.widget-area.sidebar article:not(:first-child) {
    margin-top: 5px;
}

.featured-item-md1 {
    position: absolute;
	z-index: 2;
    top: 15px;
    right: 0;
    background-color: var(--mt-color-primary);
    padding: 5px 20px;
    color: #fff;
}

.featured-item-md2 {
    border: 5px solid var(--color-tema-primary);
}

.featured-item-text-md3 {
    background-color: var(--color-tema-primary);
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

/* Card meta-info */

.meta-info.style_two {
    position: absolute;
    top: 0;
    z-index: 2;	
}
.meta-info.style_two .post-date {
    z-index: 2;
    display: flex;
    min-width: 53px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    color: #383838;
    text-align: center;
    line-height: 1;
    flex-direction: column;
    align-items: center;
}
.meta-info.style_two .post-date .post-date-day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px;
}
.meta-info.style_two .post-date .post-date-month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.card-list .meta-info.style_two {
    left: 20px;
    margin-top: 20px;
}
.card-style-6 .meta-info.style_two,
.card-full .meta-info.style_two,
.card-photo .meta-info.style_two,
.card-grid .meta-info.style_two {
    right: 20px;
    margin-top: 20px;
}
.card-style-9 .meta-info.style_two {
    margin-top: -25px;
}




.meta-info.style_one {
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0 0 10px;
    opacity: 0.5;
}

/* ==========================================================================
        Card-footer
  ========================================================================== */

.card-footer {
	padding: 0;
    position: relative;
    margin-top: 0;
	background-color: #fff;
    height: 40px;
	border: 0;
	border-radius: 0 !important;
	width: 100%;
	z-index: 1;
}
.card-list .card-footer {
    position: absolute;
    bottom: 0;
	z-index: 1;
}
.card-footer .post-meta {
	position: relative;
    border-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-evenly;
}
.card-footer .post-meta>* {
	margin: 0 10px;
    line-height: 20px;
}
.card-footer .post-meta .meta-author {
    font-size: 0.76rem;
}
.card-footer .post-meta a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.76rem;
	-webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    transition: color .1s linear;
	text-decoration: none !important;
}
.card-footer .post-meta i, 
.card-footer .post-meta a {
    color: #fff;
	font-size: 0.88rem;
}
.card-footer .post-meta .post-type {
    font-size: 1em;
}
.card-footer .post-meta .button-love a.mfn-love {
    position: relative;
    display: flex;
    min-width: 50px;
    text-align: center;
	-webkit-transition: width .15s ease-in-out;
    -moz-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    z-index: 1;
    cursor: pointer;
    flex-direction: row-reverse;
    align-items: center;
    background-color: transparent;
}
.card-footer .post-meta .button-love .label {
	font-size: 0.76rem;
}
.card-footer .post-meta .button-love .nectar-love i {
    line-height: 20px;
    width: 15px;
}
.card-footer .post-meta .button-love i {
    font-style: normal;
    font-size: 0.76rem;
}
.card-footer .post-meta .button-love i.bi-person {
    font-size: 1rem;
}
.card-footer .post-meta .button-love .mfn-love i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0.88rem;
}
.card-footer .post-meta .button-love .mfn-love i:last-child {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card-footer .post-meta .button-love .mfn-love:hover i:last-child, 
.card-footer .post-meta .button-love .mfn-love.loved i:last-child {
    opacity: 1;
}

/* ==========================================================================
    26. magnificPopup
  ========================================================================== */
 
.zoom-image {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
	z-index: 9;
}
.carousel-item a.zoom-image {
    color: #fff;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
	right: -17px !important;
	top: -15px !important;
	background: rgb(0 185 178 / 40%);
	color: rgb(255 255 255 / 50%) !important;
	border-radius: 50%;
	width: 35px !important;
	height: 35px;
	line-height: 35px;
	font-size: 38px;
	text-align: center !important;
	opacity: 1;
	padding: 0 !important;
	margin: 0;
	text-shadow: none !important;
}
button.mfp-close:active,
button.mfp-close:focus,
button.mfp-close:hover {
	background: #00b9b2 !important;
	color: #fff !important;
}
.mfp-arrow-left:before {
	border-right: 0 !important;
}
.mfp-arrow-right:before {
	border-left: 0 !important;
}
.mfp-bg.mfp-ready,
.mfp-wrap.mfp-gallery {
    z-index: 99999 !important;
}
.mfp-container img.mfp-img {
    margin: 0;
    padding: 0;
}
.mfp-counter {
    padding: 0 15px;
}

/* ==========================================================================
    27. social
  ========================================================================== */

.social-icons li a,
footer#Footer .social-icons li a {
	font-size: 1.17rem;
    color: var(--color-tema-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.social-icons li,
footer#Footer .social-icons li {
	border: 1px solid var(--color-tema-primary);
    border-radius: 50px;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    position: relative;
    margin: 5px;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social-icons li:hover,
footer#Footer .social-icons li:hover {
	background-color: var(--color-tema-primary);
}
.social-icons li:hover a,
footer#Footer .social-icons li:hover a {
	color: #ffffff;
}

/* ==========================================================================
    28. action box
  ========================================================================== */

.action_box {
    color: #fff;
    position: relative;
    background-color: #FF6E81;
    margin-top: -50px;
    z-index: 3;
    border-radius: 6px;
    clear: both;
}
.action_box.style3:before {
    position: absolute;
    content: '';
    background-color: #FF6E81;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}

.action_box.style3 .action_box_inner:before {
    content: '';	
    position: absolute;
    background-color: #FF6E81;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
}
.action_box.style3 .action_box_inner:after {
    content: '';	
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    width: 90%;
    height: 30%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}
.action_box.style3 .action_box_inner {
    padding: 35px;
    border-radius: 6px;
    z-index: 1;
}
.action_box_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.action_box_buttons .btn-phin {
	border-radius: 25px;
    padding: 7px 25px;
    border: 1px dashed #fff;
    color: #fff;
    margin-top: 15px;
}
