/*
Theme Name: MyTheme
Author: CSSantana
Author URI: https://cssantana.pt/
Version: 2.1.2
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
29. PDFemb
30. Cookies
31. IE-warning
*/

/*--------------------------------------------------------------
## 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.2353rem; padding: 1.2353rem 10.7647rem; }

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: 0.7647rem; 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 0.7647rem; 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 10.7647rem; 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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;	
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	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: var(--mt-font-weight);
	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.5294rem; 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: var(--mt-font-weight); }
.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 */

/**
 * 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: 85% !important;
}

/**
 * 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;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;	
    -moz-text-size-adjust: 100%;
    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) !important;
    color: var(--text-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:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .scrollup) {
    background-color: transparent;
	color: var(--link-color);
    border: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
a:active:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .scrollup, .scrollup),
a:hover:not(.btn, .btn-theme, .btn-stander, .btn-swipe, .btn-border, .scrollup) {
    background-color: transparent;
    border: 0;
	color: var(--link-hover-color) !important;
}
a:hover {text-decoration: none;}

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-bottom: 0.7647rem;
	font-weight: 400;
}
ol li {
    padding-bottom: 1rem;
	font-weight: 400;
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1em
}
.strong, .bold  {
    font-weight: var(--mt-font-weight);
}

h1, h2, h3, h4, h5, li, p {
	word-break: break-word;
}

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: var(--mt-text-letter-spacing);
}

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

.badge.badge-super {
    position: absolute !important;
    inset: .15rem auto auto 100% !important;
    transform: translate(Max(-.625rem, -50%), -50%);
    z-index: 1;
    font-size: 12px;
}

.fa, .fal, .far, .fas {
    font-family: 'Font Awesome 5 Pro' !important;
}

.border-left {
    border-left: 1px solid #e9e9e9;
}
.border-right {
    border-right: 1px solid #e9e9e9;
}

.text-justificado {
    text-align: justify;
    text-justify: inter-word;
}

.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), 50px);
    padding-right: clamp(20px, calc(-51.11111px + 9.25926vw), 50px);
	position: relative;
}

.content-area p {
    text-align: left;
	line-height: calc(var(--bs-body-line-height) + .25 / 1.0);
}

@media (min-width: 991px) {
.page-content-inn {
    flex: 0 0 auto;
    width: 83.33333333%;
}
}

.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,
.card .bg-primary,
.mtbg-primary,
.bg-color-primary,
.mtbg-color-primary {
    background-color: var(--color-tema-primary) !important;
}
.bg-secondary,
.card .bg-secondary,
.mtbg-secondary,
.bg-color-secondary,
.mtbg-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.9412rem, 3vw, 2.8235rem);
    font-weight: var(--mt-font-weight);
    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: #ccc;
}

.separate {
    background: var(--color-tema-primary);
    width: 75px;
    height: 3px;
    margin: 15px auto;
}
.separate.left {
    margin: 15px 0;
}
article .badge {
    background: var(--color-tema-secondary);
	padding: 6px 8px 4px;
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: var(--mt-text-letter-spacing);
    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: "PUB";
    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;
	background-color: #fff;
}
.adv-top-menu-mobile .banner-in {
    height: auto !important;
}
}

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

.area-map .leaflet-map {
    border: 10px solid #fff;
	box-shadow: -4px 5px 11px -2px hsl(0deg 0% 40% / 37%);
}

.scrollup {
    background-color: var(--color-tema-primary);
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 89;
	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: 0.7647rem;
    -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: 21px;
    font-size: 1.2353rem;
    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: var(--mt-font-weight);
    margin-top: 5px;
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*		3. Buttons
/*-----------------------------------------------------------------------------------*/
[role=button],
.btn {
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    font-weight: var(--mt-font-weight);
    position: relative;
    outline: 0;
    letter-spacing: .125em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--color-tema-primary);
    border: 1px solid var(--color-tema-primary);
    outline: none;
    -webkit-text-stroke: 0px;
}

/*
[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.5294rem, 2vw, 0.5882rem) !important;
}
.btn-xs {
	font-size: clamp(0.5882rem, 2vw, 0.7059rem) !important;
}
.btn-s {
	font-size: clamp(0.7647rem, 2vw, 0.8824rem) !important;
}
.btn-m {
	font-size: clamp(0.8824rem, 2vw, 1rem) !important;
}
.btn-l {
	font-size: clamp(0.9412rem, 2vw, 1.1765rem) !important;
}
.btn-xl {
	font-size: clamp(1.0588rem, 2vw, 1.3529rem) !important;
}
.btn-xxl {
	font-size: clamp(1.1765rem, 2vw, 1.4706rem) !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.8235rem;
}
.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-primary {
    background-color: var(--color-tema-primary) !important;
    border-color: var(--color-tema-primary) !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    background-color: var(--color-tema-secondary) !important;
    border-color: var(--color-tema-primary) !important;
    box-shadow: 0px 0px 8px var(--color-tema-primary) !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.btn-swipe {
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
	font-size: 0.7235rem;
    text-align: center;
    background-repeat: no-repeat;
    padding: 0.8235rem 2.2941rem;
    transition: background-size .45s cubic-bezier(.785,.135,.15,.86), background-position .45s step-end, color .45s cubic-bezier(.785,.135,.15,.86), border .45s cubic-bezier(.785,.135,.15,.86);
    position: relative;
	z-index: auto;
}
.btn-swipe.btn-swipe-center {
    align-items: center;
}

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

.btn-border {
    position: relative;
    text-align: center;
    letter-spacing: var(--mt-text-letter-spacing);
    padding: 0.8em 1.75em;
    border: none;
    background: transparent !important;
	text-decoration: none;
    display: inline-flex;
	justify-content: center;
    font-weight: 400;
    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: var(--mt-text-letter-spacing);
    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);
}
a.btn-site, .btn-site {
    -webkit-appearance: none;
    appearance: none;
    font-size: 0.8235rem;
    letter-spacing: var(--mt-text-letter-spacing);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.125rem;
    padding: 0.8235rem 2.2941rem;
    text-transform: uppercase;
    color: #ffffff;
    border: thin solid #ffffff;
    width: fit-content;
    font-weight: 600;
    background-color: transparent;
}
.btn-site:hover, .btn-site:focus, .btn-site:active,
a.btn-site:hover, a.btn-site:focus, a.btn-site:active {
	color: var(--color-tema-primary);
    background-color: #ffffff;
    border: thin solid #ffffff;
}
@media only screen and (max-width: 599px) {	
a.btn-site, .btn-site{
    font-size: 0.7647rem;
}
}

.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: 500;	
    letter-spacing: var(--mt-text-letter-spacing);
    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;
    left: 50%;	
    top: 50%;	
    width: 105%;
    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)
    }
}

.btn-theme:hover, .btn-theme:active, .btn-theme:focus {
    background-color: var(--color-tema-secondary);
    border-color: var(--color-tema-secondary);
    color: #fff;
}

.btn-dest, .btn-dest:hover, .btn-dest:active {
    color: #fff;
    font-size: 0.8235rem;
	font-weight: 500;
    background-color: #00b9b2;
    border-color: #00b9b2;
    line-height: 3.125rem;
    padding: 0 1.875rem;
    text-transform: uppercase;
    -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%);
    -webkit-box-shadow: 0px 3px 0px #006762;
    -moz-box-shadow: 0px 3px 0px #006762;
    box-shadow: 0px 3px 0px #006762;
}
.btn-dest:hover, .btn-dest:active {
    -webkit-box-shadow: 0 0 0 #00b9b2;
    -moz-box-shadow: 0 0 0 #00b9b2;
    box-shadow: 0 0 0 #00b9b2;
}

.btn.bg-color-primary:hover,
.btn.bg-color-secondary:hover {
    opacity: 0.85;
}

/**/

table th,
table td {
    vertical-align: middle !important;
	font-weight: 400;
	font-size: 16px;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #d9e2ee;
}
.table thead th {
    border-bottom: 1px solid #d9e2ee;
    background-color: var(--color-tema-primary);
    color: #fff;
    padding: 20px 5px;
    font-size: clamp(17px, calc(9.69088px + 1.08192vw), 18px);
}

.table th.bg-pp {
    background: var(--color-tema-secondary);
    padding: 2rem !important;
}

ul.list-group .list-group-item div {
    float: left;
}
ul.list-group li.list-group-item .post-thumbnail {
    float: none;
}
li.list-group-item>.d-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
li.list-group-item {
	font-size: 0.8824rem;
    margin-bottom: 0;
	border-bottom: 1px solid #d9e2ee;
}
ul li i {
    color: #838383;
}

.list-group.dica-sugest li.active {
    background-color: var(--color-tema-primary);
    border-color: var(--color-tema-primary);
}
.list-group.dica-sugest li {
    padding: 30px;
}


.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 {
	border-left-color: #FAA937;
}
.bd-callout-info {
    border-left-color: #8E44AD;
}
.bd-callout-danger {
    border-left-color: #EC4844;
}
.bd-callout-primary {
    border-left-color: var(--color-tema-primary) !important
}

.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.8824rem;
    cursor: pointer;
    z-index: 9999;
    text-align: right !important;
}
.edit-toggle.edit-post:hover {
    transform: translate(-50%, 0%);
}

.close span {
    font-size: 1.8235rem;
    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;
	line-height: 100%;
	padding-top: 5px;
}

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: var(--mt-font-weight);
}
.font-extra-strong {
    font-weight: 800;
}

.half-title {
    width: 70%;
}

#action_bar .action-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#action_bar .action-bar-content ul li i {
    color: #fff;
}
#action_bar .area-one, 
#action_bar .area-three {
    width: 33%;
}
#action_bar .area-two {
    width: 33%;
}

#action_bar ul {
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*		4. Navbar
/*-----------------------------------------------------------------------------------*/

header.site-header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;	
}
header.site-header .header-int {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 89, 146, 1) 100%);
    background: #F7F7F7;
}
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;
}

nav.navbar #bootstrap-navbar {
    display: flex;
    align-items: center;
}
nav.navbar #bootstrap-navbar li {
    position: relative;
}
nav.navbar #bootstrap-navbar > .menu-item + .menu-item {
    margin-left: 30px;
}
@media (max-width: 1399px) {
	nav.navbar #bootstrap-navbar > .menu-item + .menu-item {
		margin-left: 10px;
	}
}
nav.navbar #bootstrap-navbar > .menu-item > a {
    margin-bottom: 5px;
	padding: 0;
}

nav.navbar #bootstrap-navbar > .menu-item > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-tema-primary);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
nav.navbar #bootstrap-navbar > .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before, 
nav.navbar #bootstrap-navbar > .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a:before, 
nav.navbar #bootstrap-navbar > .menu-item.current-menu-item > a:before, 
nav.navbar #bootstrap-navbar > .menu-item.menu-current > a:before, 
nav.navbar #bootstrap-navbar > .menu-item:hover > a:before, 
nav.navbar #bootstrap-navbar > .menu-item:focus > a:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

@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.8824rem;
}
}

@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.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 {
    min-width: 180px;
	width: 180px;
}
}
@media only screen and (max-width: 699px) {
#st-logo img.custom-logo {
    width: 160px;
}
}

nav.navbar .dropdown-menu:not(.megamenu) .dropdown-item {
	color: #444;
    font-size: 0.9412rem;
    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: var(--mt-font-weight);
    font-size: 0.8824rem;
    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.8235rem;
	padding: 0.5em 0;
}

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.3529rem;
}
nav.navbar .widget-container a:hover i {
    color: var(--color-tema-primary);
}
.wishlist-count,
.cart-count {
    background-color: var(--color-tema-primary);
    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;
}

@media (min-width: 992px) {
nav.navbar {
	display: flex;
    flex-direction: column;
}
nav.navbar.orig {
	border-bottom: 1px solid rgb(223, 224, 225);
	z-index: 999;
}
nav.navbar.orig.navbar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	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.7647rem;
}
.navbar-toggler .toggler-icon i {
    font-size: 2.1176rem;
}
}

@media (max-width: 991px) {
nav.navbar.clone,
nav.navbar.orig {
   display: none;
}
#topheader-mobile {
	display: block;
}
#topheader-mobile img.custom-logo {
    width: 120px;
}
#topheader-mobile .wishlist-count, 
#topheader-mobile .cart-count {
    right: 0;
}
#topheader-mobile a.menu-mobile-open.offcanvas-toggler-secondary {
	position: relative;
    left: auto;
    right: 0;
}
#topheader-mobile .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.9412rem;
}
.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: 40px;
    margin: 0 2px;
}
}

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

/* MEGA MENU */

nav.navbar ul#bootstrap-navbar li.mega-menu>a:after{
    content: "";    
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    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: var(--mt-font-weight);
    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: 1rem;
}
.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: 4px 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: left;
    width: 100%;
    display: block;
}
.burger-icon>span:nth-child(1) {
    width: 65%;
    background: var(--color-tema-primary);
    height: 2px;
}
.burger-icon>span:nth-child(2) {
    width: 85%;
    background: var(--color-tema-primary);
    height: 2px;
}
.burger-icon>span:nth-child(3) {
    width: 55%;
    background: var(--color-tema-primary);
    height: 2px;
}
.burger-icon:hover>span {
    width: 100%;
}
.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.8235rem;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    letter-spacing: var(--mt-text-letter-spacing);
    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 a.nav-link {
    padding-bottom: 15px;
}
.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.8824rem;
}
#offcanvas-navbar-left a.social-link {
    font-size: 1.5294rem;
}

/* 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
   ========================================================================== */

.single .content-area.content-area-up {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

.content-area figure.wp-caption {
    margin: 0 auto;
}

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

.single .content-area figure.wp-caption img {
    margin-bottom: 0;
}

.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,
.tip-block {
    background-color: #F4FAFF;
    clear: both;
    border-width: 5px;
    border-style: solid;
    border-color: var(--color-tema-primary);
    position: relative;
    padding: 0 2rem 0 3rem;
    width: 100%;
}

.bloco-inf:before,
.tip-block:before {
    content: '\F646';
    font-family: bootstrap-icons !important;
    font-size: 2rem;
    line-height: 3rem;
    left: -1.5625rem;
    margin-top: -0.30rem;
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    background-color: var(--color-tema-primary);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.single-post .post .content h3 {
    font-size: 1.5294rem;
    line-height: 35px;
    font-weight: var(--mt-font-weight);
    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: var(--mt-font-weight);
    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;
}

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

.post-relacionado .title {
	font-size: clamp(32px, calc(1.25966px + 3.09119vw), 40px);
}

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

.header-media {
	position: relative;
	width: 100%;
	min-height: 350px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-media .area-int {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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, 
.header-media .list-title {
    word-break: break-word;
    text-transform: inherit;
    color: #fff;
    font-size: clamp(45px, calc(-18.41577px + 6.95518vw), 70px);
    line-height: clamp(45px, calc(-7.48068px + 6.18238vw), 90px);
    text-shadow: 0 0 30px rgba(0, 0, 0, .2);
    text-shadow: 0 0 60px rgba(0, 0, 0, .2);
}
.header-media .sub-title {
    color: #fff;
    max-width: 90%;
    min-width: 65%;
    margin: 0 auto;
	text-align: left;
	letter-spacing: 0.15rem;
    font-size: clamp(26px, calc(-2.17929px + 2.62751vw), 30px);
    line-height: clamp(30px, calc(8.7558px + 1.85471vw), 40px);
    font-weight: 400;
    text-shadow: 0 0 60px rgba(0, 0, 0, .2);
}
.header-media .info {
    animation: ttob 1.77s cubic-bezier(.25,.46,.45,.94) both;
    animation-delay: .2s;
}
.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;}
}

@media (min-width: 992px) and (max-width: 1200px) {
.header-media {
	min-height: 300px !important;
}
}

@media (max-width: 991px) {
.header-media {
	min-height: 250px !important;
}
.single-post .header-media .area-int .title {
    font-size: clamp(40px, calc(-18.41577px + 6.95518vw), 70px);
}
}


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

.banner__title {
    color: #2e2e2e;
}
.page-title .sub-message {
font-size: 1.15rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #7e8383;
    letter-spacing: var(--mt-text-letter-spacing);
}
.search-results-count span {
	font-size: 1.2353rem;
    color: var(--bs-gray-700);
}
.search-results-count span.search-term {
    text-transform: uppercase;
    font-weight: var(--mt-font-weight);
	color: var(--bs-gray-900);
}
.search-results-post-type span {
    text-transform: uppercase;
    font-size: 0.7059rem;
}

@media only screen and (max-width: 600px) {
.page-title h6 {
    font-size: 0.8235rem;
}
}

/* Página Blog */

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

/* Pages List Post Change Numbers */

table.posts input {
    width: 100px;
    border: 1px solid #e3e3e3;
}
table.posts td.number {
    text-align: right;
}
.nav-post-type li.nav-item a {
    color: #fff;
	font-size: 1.0588rem;
}
.nav-post-type li.nav-item a.active {
    color: #FFEB3B;
}


/* AREA FILTROS */

.area-filters {
    margin: 0 auto;
    width: 100%;
	padding: 0;
	display: grid;
    background: var(--color-tema-primary);
}
.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.8235rem;
    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;
}
.searchandfilter label {
    width: 100%;
}
.searchandfilter input[type="radio"] {
    -webkit-appearance: searchfield;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.searchandfilter input[type=text] {
    border: 0;
    font-size: 14px;
    color: #333;
}
select,
form select.form-select, 
.filtro-info form.searchandfilter ul li label select, 
.filtro-info form.searchandfilter ul li label input, 
.searchandfilter input[type=text]{
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 8px 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: rgb(242, 243, 246);
    font-size: 15px;
    gap: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
select option {
    color: #333;
    background-color: #fff;
    padding: 5px;
}

.searchandfilter ul li.sf-field-search label input {
    background: url(/wp-content/themes/mytheme-child/images/images_cores/search.svg) no-repeat right 1rem center/15px 15px;
}
.searchandfilter ul li label select.sf-input-select {
    background: url(/wp-content/themes/mytheme-child/images/images_cores/select.svg) no-repeat right 0.3rem center/15px 15px;
}
.searchandfilter ul li.sf-field-submit {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
    border-top: 1px #e1e1e1 solid;
    border: 0;
    padding-top: 38px;
	display: block;
}
.searchandfilter ul li.sf-field-reset {
    background-color: #fff;
    padding: 12px 0;
}
.searchandfilter a.search-filter-reset {
    background-image: linear-gradient(to top left, var(--color-tema-primary), var(--color-tema-secondary));
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 400;
    font-size: 0.7647rem;
    padding: 13px 25px;
    text-decoration: none;
    letter-spacing: var(--mt-text-letter-spacing);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}
.searchandfilter a.search-filter-reset:hover {
    background-color: var(--color-tema-primary);
    border-color: var(--color-tema-primary);
    color: #fff !important;
}

.search-filter-results .pagination .nav-next,
.search-filter-results .pagination .nav-previous {
    display: inline;
	margin: 0 25px;
}
.search-filter-results .pagination .nav-previous a,
.search-filter-results .pagination .nav-next a {
    width: 100px;
}
.search-filter-results .pagination .btn.btn-icon {
    margin: 0 5px;
}
.search-filter-results .pagination .btn.btn-icon a {
    color: #fff;
}
.searchandfilter .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.bar-filter {
    display: none;
}
.bar-filter .toggle-btn {
    position: relative;
    overflow: hidden;
    color: inherit;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width:1199px) {
	.bar-filter {
		display: block;
		margin-bottom: 10px;
	}
	.sidebar-left .sidebar {
		display: none;
	}
}


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

section#havecomments {background: #fff;}

.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.8824rem; 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.8824rem; 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.8824rem; }

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

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

.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.8235rem;
	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: var(--mt-font-weight);
}

@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 {
    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.7647rem;
	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 a {
	line-height: 1.5em;
    outline: 0;
    font-size: 0.7647rem;
    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: var(--color-tema-primary);
    background: var(--color-tema-primary);
    color: #fff !important;
}
.pagination .page-numbers.current,
.pagination .style-two a.page.active {
	cursor: default;
    border-color: var(--color-tema-primary);
    background: var(--color-tema-primary);
    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';
}

@media (max-width: 649px) {
.pagination .style-two a {
	width: 35px;
	height: 35px;
	padding: 8px 0;
	margin-right: 2px;
	margin-left: 2px;
}
}

.pagination .style-three a {
    line-height: 1.5em;
    outline: 0;
    font-size: 0.7647rem;
    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;
    flex-direction: column;
	overflow: hidden;
}
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: 1rem;
    font-weight: 400;
    width: 100%;
}
form input[type="search"]::placeholder {
    color: #a7a7a7;
    font-size: 1rem;
}
form.search-form button.search-submit {
	background: var(--color-tema-secondary);
    border-radius: 0 30px 30px 0;
    border: none;
    cursor: pointer;
    font-size: 1.1765rem;
    height: 59px;
    margin: 0;
    padding: 0;
    padding: 16px 50px 16px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all 0.3s;
}
form.search-form button.search-submit:hover {
    background: var(--color-tema-primary);
}
form.search-form button.search-submit i {
    color: #ffffff;
}
form input[type="search"] {
    border-color: var(--color-tema-secondary);
}
form input[type="search"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color-tema-primary);
    outline: 0;
}
form input[type="search"]:focus::-webkit-input-placeholder {
	opacity: 0;
}

/* ==========================================================================
        13. Formulário Contacto
   ========================================================================== */
input.wpcf7-submit,
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;
    border-color: var(--color-tema-primary) !important;
    padding: 10px 35px !important;
    text-transform: uppercase;
    font-size: 0.7647rem;
    line-height: 1.5em;
    letter-spacing: var(--mt-text-letter-spacing);
    color: #fff;
}
input.wpcf7-submit:hover,
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-form .wpforms-field-label {font-size: 15px; font-weight: 500;}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {font-size: 14px;}
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.8235rem;
}

@media only screen and (max-width: 1279px) {
input.wpcf7-submit,
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.7647rem;
    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.7059rem;
    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: #4CAF50;
    border: 1px solid #4CAF50;
    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: 10px;
    top: 10px;
    font-size: 4.7059rem;
    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.8235rem;
}
div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row {
    margin-bottom: 0;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0;
}
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.7647rem;} 
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;
}
}

.forms-area-int {
    padding: 50px 50px 30px;
}
.form-title-wrap {
    background: #009F98;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 15px;
}
.form-title-wrap h2.form-title {
    color: #fff;
}
.wpcf7 label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.wpcf7-select,
textarea.wpcf7-textarea, 
input.wpcf7-text {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 15px;
    background: #f5f5f5;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    height: 50px;
    border-radius: 0.25rem;
}
input.wpcf7-text {
    background-color: transparent;
    height: 43px;
}
textarea.wpcf7-textarea {
    height: 200px;
    background: transparent;
}
input.wpcf7-file {
    border: 1px dashed #555a55;
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    padding: 8px;
}
input.wpcf7-submit {
    border: 0;
    border-radius: 50px;
    box-shadow: none;
}
input.wpcf7-file {
    border-color: var(--color-tema-primary) !important;
    padding: 15px 15px;
    line-height: 1.5em;
    letter-spacing: var(--mt-text-letter-spacing);
}
.wpcf7 .ajax-loader {
    margin-top: 12px;
    position: absolute;
    right: 70px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 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 {
    padding: 5px 25px !important;
}
.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-direction: column;
	height: 70px;
}
}

.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.4118rem;
    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.7647rem;
	line-height: 1.25em;
    color: #a7a7a7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.post-rating.count .average-rating {
    font-weight: var(--mt-font-weight);
    font-size: 0.8235rem;
}
.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: #a7a7a7;
    border-width: 1px;
    border-style: solid;
    justify-content: center;
    align-items: center;
}	
.post-rating.rate .title-wrapper {
    font-size: 0.7647rem;
    color: #a7a7a7;
	padding-top: 4px;
}

/* post love */

.meta .button-love .mfn-love i {
    position: absolute;
    left: 0;
}
.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 i, 
.meta .button-love a.mfn-love:hover i {
    color: var(--color-tema-secondary);
}
@media only screen and (max-width: 767px) {
.meta .button-love {
    display: flex;
    flex-direction: row;
}
}

/* post-meta */

.meta.post-meta>.d-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.post-meta .meta-item {
	font-size: 13px;
    color: #a3a3a3;
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
    line-height: 13px;
    display: inline-block;
}
.post-meta .meta-item i {
    font-size: 15px;
}
.post-meta .post-author .autor-post {
    display: inline-flex;
    align-items: center;
}
.meta-item .autor-post .autor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin-left: 5px;
}
.post-meta .meta-item .autor-post:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/07/image-tintasPintura.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
}
.meta-item .autor-post .autor span.byline {
    margin-top: 3px;
}

.post-meta .meta-item.post-rate,
.post-meta .meta-item:last-child {
    border-right: 0;
}
.post-meta .button-love a.mfn-love {
    position: relative;
}
.post-meta .button-love .mfn-love i {
    position: absolute;
    left: 0;
}
.post-meta .button-love .label {
    padding-left: 18px;
    color: #a3a3a3;
}
.post-meta .autor-post .date {
    display: none;
}
.post-meta .entry-authors img.avatar {
    margin: 0;
}
.post-meta .autor-post .autor a {
    font-size: 12px;
}
.meta.post-meta .post-rating {
    display: inline-flex;
	min-width: 165px;
}
.meta.post-meta .post-rating .average-rating {
    width: 78px;
}
.rating_holder .post-rating {
    display: flex;
    flex-direction: column;
}
.post-rating .votes {
    font-size: 11px;
}

.average-rating i, 
.button-love .mfn-love i {
    color: #FFC52C;
}
.bi-star-fill::before {color: #FFC52C;}


@media (max-width: 600px) {
.entry-meta {
	margin-top: 5px;
}
.post-meta .meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meta.post-meta>.d-flex {
    justify-content: space-between;
    align-items: center;
}
}

@media (max-width: 490px) {
.meta-item.post-author {
    display: none;
}
}


  /* ==========================================================================
        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.8235rem;
    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;
	padding-bottom: 0;
    min-width: 50px;
}
.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: #000;
    position: relative;
    z-index: 1;
}
.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#Footer section {
    text-align: center;
}
footer .clip-container-footer {
	width: 100%;
    -webkit-transform: translateY(calc(1px - 100%));
    transform: translateY(calc(1px - 100%));
}
footer#Footer .footer-widgets ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
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 {
    padding: 0 !important;
    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.9rem;
}
footer#Footer .widget-title {
    margin-bottom: 15px;
}
footer#Footer .widget-title:after {
    background-color: #c3b092;
}
footer#Footer .widget-title h4 {
    color: #fff;
}
footer#Footer .footer-media h3.message {
    font-weight: var(--mt-font-weight);
    font-size: clamp(32px, 5vw, 46px);
	position: relative;
}
footer#Footer .footer-media .sub-message {
    font-size: 22px;
}
footer#Footer .footer-widgets {
    position: relative;
	z-index: 2;
}
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 .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: 13px;
    letter-spacing: var(--mt-text-letter-spacing);
}
#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;
}
}

@media (max-width: 649px) {
footer#Footer .widget-area {
    border: 0;
    padding: 0;
}
.widget ul:not(.cart_list):not(.product_list_widget):not(.product-categories) li {
    text-align: left;
}
footer#Footer .widget-title {
	text-align: left;
}
}

.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 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;
}
.widget ul li ul.sub-menu li {
    padding-top: 0.5294rem;
}
.widget ul li ul.sub-menu li a {
	font-size: 0.8235rem;
    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);
}

.widget.widget_recent_entries ul {
    padding-left: 1rem;
}
.widget.widget_recent_entries ul li {
    border-bottom: 1px solid #ededed;
}


/* ==========================================================================
        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 {
	text-align: center;
    z-index: 1;
    border-radius: 4px;
    background: rgb(18 18 18 / 30%);
    border-color: rgb(255 255 255 / 70%);
    border-style: solid;
    border-width: 1px;
    font-size: 1.5294rem;
    line-height: 0;
    padding: 35px 25px;
    cursor: pointer;
    pointer-events: all;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);	
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s;	
    -webkit-transition: all .3s ease 0s;
    transition: all 0.3s;	
    -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;
	background-size: 70%;
}
.carousel-indicators li {
    cursor: pointer;
}
.carousel img {
    margin: 0 !important;
}

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

.shake {
    animation-name: shake-with-delay;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes shake-with-delay {
    from, 16%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.spinMe {
	animation: spinMe 60s infinite forwards;
}
@keyframes spinMe {
  0% { transform: rotate(0turn);}
  10% { transform: rotate(0turn);}
  20% { transform: rotate(0turn);}
  30% { transform: rotate(0turn);}
  40% { transform: rotate(0turn);}
  50% { transform: rotate(0turn);}
  60% { transform: rotate(0turn);}
  70% { transform: rotate(2turn);}
  75% { transform: rotate(0turn);}
  80% { transform: rotate(0turn);}
  90% { transform: rotate(0turn);}
  100% { transform: rotate(0turn);}	
}

.anima-ltor {
	animation: ltor 1.77s cubic-bezier(.25,.46,.45,.94) both;
	animation-delay: .2s;
}
@keyframes ltor {
	0% {
    opacity: 0;
    transform: translateX(-20px);
	}
	30% {
    opacity: .4;
	}
	100% {
    opacity: 1;
    transform: translateX(0);
	}
}

.anima-rtol {
	animation: rtol 1.77s cubic-bezier(.25,.46,.45,.94) both;
	animation-delay: .2s;
}
@keyframes rtol {
	0% {
    opacity: 0;
    transform: translateX(20px);
	}
	30% {
    opacity: .4;
	}
	100% {
    opacity: 1;
    transform: translateX(0);
	}
}

.anima-ttob {
	animation: ttob 1.77s cubic-bezier(.25,.46,.45,.94) both;
	animation-delay: .2s;
}
@keyframes ttob {
	0% {
    opacity: 0;
    transform: translateY(-20px);
	}
	30% {
    opacity: .4;
	}
	100% {
    opacity: 1;
    transform: translateY(0);
	}
}

.anima-btot {
	animation: btot 1.77s cubic-bezier(.25,.46,.45,.94) both;
	animation-delay: .2s;
}
@keyframes btot {
	0% {
    opacity: 0;
    transform: translateY(20px);
	}
	30% {
    opacity: .4;
	}
	100% {
    opacity: 1;
    transform: translateY(0);
	}
}
	

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

/* CARDS */

.card {
    border-radius: 0px;
    overflow: hidden;	
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.card.shadow-sm {
    -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;
}
.card .rating_number .post-rating {
    display: inline-flex;
    margin-bottom: 10px;
    color: #c3c3c3;
	font-size: 0.7647rem;
}
article .badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}
.card-text p,
.card-excerpt p {
    color: #fff;
    line-height: 1.2353rem;
    font-size: 0.9412rem;
    word-break: break-word;
}
.card .taxonomy a, 
.card .taxonomy span {
    font-size: 13px;
}
.card .post-thumbnail {
	overflow: hidden;
}
.card-photo .post-thumbnail,
.card .imag-featured {
	background-color: #fff;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	text-align: center;
}
.card .imag-featured img {
    width: 100%;
    min-height: 100%;	
	margin: 0 !important;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: transform 800ms ease;
    -moz-transition: transform 800ms ease;
	transition: transform 800ms ease;
}
.card .card-title,
.card .card-title a {
    color: #232323;
	font-weight: 500;
	line-height: 120%;
    word-break: break-word;
}
.card .card-title a:hover {
    color: var(--link-hover-color);
}
.card .post-featured {
    background-color: #eef8ff;
    position: relative;
}
.card .img-logo {
	z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 70px;
    height: 70px;
    background-color: #d1d1d1;
    border: solid 3px #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.8235rem;
    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 MODELO GRID E LIST */

.card-full .post-featured,
.card-photo .post-featured,
.card-grid .post-featured,
.card-full .post-featured img:not(.logo),
.card-photo .post-featured img:not(.logo),
.card-grid .post-featured img:not(.logo) {
    height: 250px;
	margin: 0;
	object-fit: cover;
}
.card-list .post-featured,
.card-list .post-featured img:not(.logo) {
    height: 240px;
}
.search-results .card-list .post-featured, 
.search-results .card-list .post-featured img:not(.logo) {
    height: 200px;
}

.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%);
}

.card-grid .card__title {
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(1.4118rem, 1.4118rem + calc(1vw - .32rem)* .3571, 1.7647rem);
	color: var(--color-tema-secondary);
}
.card-list .card__title {
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(1.4118rem, 1.4118rem + calc(1vw - .32rem)* .3571, 1.9412rem);
	color: var(--color-tema-secondary);
}

.card-list .card__title:hover, 
.card-grid .card__title:hover {
    color: var(--color-tema-primary);
}
.card__excerpt p {
    font-size: 0.8235rem;
    text-align: center;
}

.card-grid a.card__link {
    cursor: pointer;
    background-color: var(--color-tema-primary);
    color: var(--color-tema-secondary);
    letter-spacing: var(--mt-text-letter-spacing);
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    margin: auto;
    padding: 6px 20px;
    font-size: 0.8235rem;
}
.card-grid a.card__link:hover {
    background-color: var(--color-tema-secondary);
}

.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;
}
article .card-list .badges {
	top: auto;
    bottom: 10px;
}

@media (max-width: 991px) {
.card-grid .card-body,
.card-list .card-body {
    padding-bottom: 50px;
}
}

/* CARD MODELO PHOTO */

.card-photo {
    height: 350px;
}
.card-photo .title-area {
    background-color: rgb(5 19 70 / 90%);
    border-top: 4px solid var(--color-tema-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate(0%, 102%);
    z-index: 2;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
.card-photo:hover .title-area {
	transform: translate(0%, 0%);
    min-height: 160px;
    padding-bottom: 2rem;
}
.card-photo .title-area .card__title {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1.1765rem, 1.1765rem + calc(1vw - .32rem)* .3571, 1.7059rem);
    line-height: 120%;
    letter-spacing: var(--mt-text-letter-spacing);
}
.card-photo .post__title {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    width: 90%;
    margin: 0 5%;
    text-align: left;
    background-color: rgb(255 255 255);
    font-family: var(--mt-typography-secondary);
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1.3529rem, 1.3529rem + calc(1vw - .32rem)* .3571, 1.5294rem);
    line-height: 120%;
    letter-spacing: var(--mt-text-letter-spacing);
    border-left: 4px solid var(--color-tema-primary);
    padding: 0.5rem 1rem 0.3rem 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.card-photo .img-logo {
    bottom: auto;
    top: 0;
    transform: translate(-50%, -50%);
}
.card-photo .title-area a.btn.card__button{
    cursor: pointer;
    background-color: var(--color-tema-primary);
    color: var(--color-tema-secondary);
    letter-spacing: var(--mt-text-letter-spacing);
    text-transform: uppercase;
    font-weight: var(--mt-font-weight);
    width: auto;
    margin: auto;
    font-size: 0.8235rem;
    padding: 7px 25px;
}

.card-photo .card__excerpt p {
    font-size: 0.8235rem;
    color: #a5aebb;
    text-align: center;
}
.card-photo .card-footer.meta-bottom {
    background: var(--color-tema-primary) !important;
}
.card-photo .card .card-footer.meta-bottom a, 
.card-photo .card .card-footer.meta-bottom i, 
.card-photo .card .meta-bottom .post-meta .button-love .label {
    color: var(--color-tema-secondary);
}


/* CARD LINKS */

article.arllayout1:first-child {
    margin-top: 25px !important;
}
article.arllayout1 {
    padding: 0.3529rem 1rem !important;
}

/* CARD MODELO 4 */

.card-mod-4 .card__heading {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
	font-size: clamp(1.2941rem, 1.2941rem + calc(1vw - .32rem)* .3571, 1.7647rem);
    font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 140%;
    letter-spacing: var(--mt-text-letter-spacing);
    border-left: 4px solid var(--color-tema-primary);
    color: #fff;
    padding: 0 0 0 1rem;
    max-width: 80%;
    transition: opacity .2s;
    z-index: 1;
}
.card-mod-4 .card__heading span {
    box-shadow: 1rem 0 0 var(--color-tema-secondary), -1rem 0 0 var(--color-tema-secondary);
    background-color: var(--color-tema-secondary);
    display: inline;
    padding: .6rem 0;
    line-height: 1.35;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.card-mod-4 .card__hover {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 4px solid var(--color-tema-primary);
    width: calc(100% - 40px);
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .2s, height .6s;
}
.card-mod-4 .card__blur {
    background-color: rgb(2 22 53 / 70%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.card-mod-4 .card__content {
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.card-mod-4 .card:focus .card__hover, 
.card-mod-4 .card:hover .card__hover {
    opacity: 1;
    height: auto;
    overflow: unset;
	z-index: 2;
}
.card-mod-4 .card__title {
	font-size: clamp(1.1765rem, 1.1765rem + calc(1vw - .32rem)* .3571, 1.7647rem);
    color: #fff;
	text-align: center;
}
.card-mod-4 .card__excerpt {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}
.card-mod-4 .card__button {
    background-color: var(--color-tema-primary);
    transition: background-color .2s;
    color: var(--color-tema-secondary);
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
    padding: 0.75rem 2.5rem;
    font-weight: var(--mt-font-weight);
    text-transform: uppercase;
    position: relative;
    letter-spacing: var(--mt-text-letter-spacing);
}
.card-mod-4 .card__button:hover {
    background-color: #9ed7d6;
}

/* CARD MODELO 5 */

.card-mod-5 .imag-featured, 
.card-mod-5 .imag-featured img {
    height: 380px;
    object-fit: contain;
    background-color: #fff;
}
.card-mod-5:hover .imag-featured img {
    transform: scale(1.025);
}
.card-mod-5 .imag-featured:before {
    content: "";
    position: absolute;
    left: 0;	
    top: 0;	
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 00, 00, 0);
}
.card-mod-5 .card:after {
    content: "";
	background: linear-gradient(180deg, rgb(44 68 102 / 0%), #110f45);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 80px;
    opacity: .2;
    pointer-events: none;
    z-index: 1;
}
.card-mod-5 .cart-meta {
	position: absolute;
    top: 8px;
}
.card-mod-5 .badges {
    left: 16px;
}
.card-mod-5 .rating_number {
    position: absolute;
    top: 40px;
    left: 16px;
    z-index: 2;
}
.card-mod-5 .card__title {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
	font-weight: 400;
	font-size: clamp(1.1765rem, 1.1765rem + calc(1vw - .32rem)* .3571, 1.8rem);
    border-left: 4px solid var(--color-tema-primary);
    color: #ffffff;
    padding: 0.5rem 1rem 0.5rem 1rem;
    max-width: 90%;
    z-index: 1;
	background-color: var(--color-tema-secondary);
}
.card-mod-5 .cart-text {
    min-height: 90px;
    margin-bottom: 25px;
    position: absolute;
	bottom: 0;
    z-index: 3;
    text-align: left;
}
.card-mod-5 .card-footer.meta-bottom {
    background: var(--color-tema-primary);
    border-top: 0;
}
.card-mod-5 .card .meta-bottom .post-meta .button-love .label, 
.card-mod-5 .card .card-footer.meta-bottom .post-meta i, 
.card-mod-5 .card .card-footer.meta-bottom .post-meta a {
    color: #fff;
}

/* CARD MODELO 6 */

article .card-mod-6 .badges {
    position: relative;
    top: -10px;
    left: 0;
}
article .card-mod-6 .badges .badge {
	background: var(--color-tema-secondary);
}
.card-mod-6 .post-featured img {
    width: 100%;
    height: 100%;
	height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card-mod-6 .card__front {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
	padding: 20px 20px 0 20px;
    background-color: #FFF;
    border-right: 4px solid var(--color-tema-secondary);
}
.card-mod-6 .card__title {
	font-size: clamp(1.4118rem, 1.2353rem + calc(1vw - .32rem)* .3571, 1.7647rem);
    min-height: 0;
    text-transform: uppercase;
    position: relative;
    padding-right: 1rem;
    margin-bottom: 0;
    color: #021635;
    transition: color .4s;
}
.card-mod-6 .card__excerpt {
    font-size: 1.6rem;
    color: #a5aebb;
    overflow: hidden;
    transition: all .2s ease-in-out, opacity .2s;
    transform: scale(0);
    transform-origin: bottom left;
    height: 0;
}
.card-mod-6 .card__link {
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    background-color: var(--color-tema-secondary);
    text-transform: uppercase;
    color: #fff;
    max-width: 100%;
    letter-spacing: var(--mt-text-letter-spacing);
    text-transform: uppercase;
    font-weight: var(--mt-font-weight);
    z-index: 5;
    transition: all .4s ease-in-out;
    overflow: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom left;
    display: none;
}
.card-mod-6 .card__link:hover {
    background-color: var(--color-tema-primary);
    color: #fff !important;
}
.card-mod-6 .card__link i {
	font-size: 1.5rem;
    margin-left: 5px;
}
.card-mod-6 .card__link:hover i {
    transition: all .3s ease-in-out;
    margin-left: 10px;
}

.card-mod-6 .card:focus .card__excerpt,
.card-mod-6 .card:focus .card__link,
.card-mod-6 .card:hover .card__excerpt,
.card-mod-6 .card:hover .card__link {
    height: auto;
    overflow: unset;
    opacity: 1;
    transform: scale(1);
}
.card-mod-6 .card:focus .card__front, .card-mod-6 .card:hover .card__front {
    background-color: #021635;
    border-right: 4px solid var(--color-tema-secondary);
    bottom: 0;
}
.card-mod-6 .card:focus .card__title, .card-mod-6 .card:hover .card__title {
    color:#fff;
}
.card-mod-6 .card:focus .card__excerpt, .card-mod-6 .card:hover .card__excerpt {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    transform: scale(1);
}
.card-mod-6 .card:focus .card__link, .card-mod-6 .card:hover .card__link {
    padding: 1rem 2rem;
    position: absolute;
    left: 2rem;
    bottom: -25px;
    display: inline-flex;
}

/* CARDS CARD STYLE 7 */

.card-mod-7 .back, 
.card-mod-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;
}
.card-mod-7 .front .post-title {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    right: 0;
}
.card-mod-7 .front .post-title h4 {
    text-shadow: 1px 1px 4px rgb(0 0 0 / 65%);
    text-transform: initial;
}
.featured-post .card-mod-7 .card:before {
    left: 30px;
    padding-left: 40px;
}
.card-mod-7 .card-inner:hover .back {
	border: 1px solid #eee;
}

.crd_rotateX .card-mod-7 .card-inner,
.crd_rotateY .card-mod-7 .card-inner {
    width: 100%;
    aspect-ratio: 1;
    perspective: 1000px;
}
.crd_rotateX .card-mod-7 .front,
.crd_rotateX .card-mod-7 .back,
.crd_rotateY .card-mod-7 .front,
.crd_rotateY .card-mod-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-mod-7 .front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.crd_rotateX .card-mod-7 .front {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.crd_rotateY .card-mod-7 .card-inner:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.crd_rotateX .card-mod-7 .card-inner:hover .front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.crd_rotateY .card-mod-7 .back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.crd_rotateX .card-mod-7 .back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.crd_rotateY .card-mod-7 .card-inner:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}
.crd_rotateX .card-mod-7 .card-inner:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.crd_rotateY .card-mod-7 .back .text,
.crd_rotateX .card-mod-7 .back .text {
    background-color: var(--color-tema-secondary);
    color: #fff;
    padding: 15px;
    font-size: 0.8824rem;
    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-mod-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-mod-7 .image:hover,
.card-style-one .image {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.crd_shadow .card-mod-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-mod-7 .card-inner:hover .back {
	display: flex;
    background-color: #fff;
	color: #fff;
    padding: 15px;
    font-size: 0.8824rem;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
	z-index: 1;
}

.crd_shadow .card-mod-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-mod-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-mod-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-mod-7 .front .img-logo {
    bottom: 150px;
}
.card-mod-7 .badges {
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}
.card-mod-7 .badges .badge {
    font-size: 12px;
}
.card-mod-7 .evento-data {
    left: 50%;
    top: 25px;
    transform: translate(-50%);
}
.card-mod-7 .card-inner:hover .img-logo,
.card-mod-7 .card-inner:hover .badges {
	display:none;
}
.card-mod-7 .card-title a {
    color: #232323;
}
.card-mod-7 .card-excerpt p {
	font-size: 13px;
}

.card-mod-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-mod-7 .beneficio {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card-mod-7 .beneficio title {
    display: inline-block;
    padding: 5px 15px;
    background-color: #007179;
}
.card-mod-7 .beneficio span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #00B9B2;
}

@media (min-width: 600px) {
.card-mod-7 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
}

/* CARDS CARD STYLE 8 */

.card-mod-8 {
    min-height: 90px;
}
.card-mod-8 .card .post-featured {
    background-color: transparent;
}
.card-mod-8 .card .post-featured {
    width: 140px;
    max-width: 160px;
    min-height: 80px;
    height: 100%;
}
.card-mod-8 .card .card-title {
	font-size: clamp(1.1765rem, 1.1765rem + calc(1vw - .32rem)* .3571, 1.2941rem);
    text-transform: initial;
}
.card-mod-8 span.label {
    font-size: 13px;
}
.card-mod-8 .campanha-destaque {
	left: -5px;
    right: auto;
    width: auto;
    margin: 10px 0 0;
    padding: 0.2rem 1rem 0.2rem;
}

/* CARDS CARD STYLE 8 (sidebar) */

aside .card-mod-8 .card .card-title, 
aside .card-mod-8 .card .card-title a {
    font-size: 1.0588rem;
}
aside .card-mod-8 .badges {
    font-size: 9px;	
    margin-top: 0;
    top: 6px;
    left: -10px;
    position: absolute;
    display: flex;
    justify-content: flex-start;
	padding: 3px 8px 3px 4px;
}
aside .featured-post .card-mod-8 .card:before {
    font-size: 14px;
    top: 10px;
    width: 35px;
    height: 35px;
}

@media (min-width: 575px) {
aside .card-mod-8 .card .card-title, 
aside .card-mod-8 .card .card-title a {
    font-size: 1.1765rem;
}
}

/* CARDS CARD STYLE 9 */

.card-mod-9 {
    height: 400px;
}
.card-mod-9 .card {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card-mod-9 a.item {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.card-mod-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-mod-9 .card:hover img {
    transform: scale(1.1);
    filter: brightness(1) grayscale(0);
}
.card-mod-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-mod-9 .card:hover .item-overlay {
    visibility: visible;
	opacity: 1;
}
.card-mod-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-mod-9 .img-logo {
    top: 0;
}
.card-mod-9 .rating_number span {
    color: #fff;
}
.card-mod-9 .info .card-bottom {
    opacity: 0;
    height: 0;
    transition: all .5s ease-in-out;
}
.card-mod-9 .card:hover .info .card-bottom {
    opacity: 1;
    height: 55px;
}

/* 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.5294rem 0.5rem;
    font-size: 0.8235rem;
    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 FEATURED ITEM */

.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-md3 {
    border: 5px solid var(--color-tema-primary);
}

.featured-item-md3 {
    border: 3px 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 POST DATE */

.meta-info.style_one {
    position: relative;
    font-weight: 400;
    margin: 5px 0 0 10px;
}

.card .meta-info {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;	
}
.meta-info.style_two .post-date {
    z-index: 2;
    display: flex;
    min-width: 58px;
    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: var(--mt-font-weight);
    font-size: 12px;
}
.meta-info.style_two .post-date .post-date-year {
    font-size: 12px;
    padding-bottom: 8px;
}


.card-header-actions .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* CARD META BOTTOM */

.card .meta-bottom {
	position: absolute;
    bottom: 0;
    left: 0;
	background: #fff;
    border-top: 1px solid rgb(238 238 238 / 35%);
	border-radius: 0 !important;
    padding: 9px 15px;
    width: 100%;
    font-size: 13px;
    letter-spacing: var(--mt-text-letter-spacing);
    text-transform: uppercase;
	display: flex;
    justify-content: space-between;
	z-index: 3;
}
.card-list .card .meta-bottom {
    background-color: #ffffff;
}
.card .meta-bottom .post-meta>* {
	line-height: 20px;
    padding-right: 10px;
	padding-left: 10px;
    border-right: 1px solid #dedede;
}
.card .meta-bottom .post-meta>*:last-child {
    border-right: 0;
    padding-right: 0;
}
.meta-info.style_one,
.card .meta-bottom .taxonomy a,
.card .meta-bottom .meta-author,
.card .meta-bottom .post-meta i, 
.card .meta-bottom .post-meta a,
.card .meta-bottom .post-meta .button-love .label {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0;
	color: #b3b3b3;	
}
.card .meta-bottom .post-meta .button-love i {
    font-style: normal;
}
.card .meta-bottom .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 .meta-bottom .post-meta .button-love .mfn-love:hover i:last-child, 
.card .meta-bottom .post-meta .button-love .mfn-love.loved i:last-child {
    opacity: 1;
	color: #FFC52C;
}

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


/* ==========================================================================
    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.1765rem;
    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-radius: 50px;
    padding: 0;
    width: 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;
}
#st-social ul.social li a i {
    color: var(--color-tema-primary);
    font-size: 1.5rem;
}

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

/* ==========================================================================
    29. PDF
  ========================================================================== */

.pdfemb-viewer {
    width: 100% !important;
    margin: 0px auto !important;
    text-align: center !important;
	margin-bottom: 35px !important;
}
.pdfemb-toolbar button, 
.pdfemb-toolbar button[disabled] {
    background-color: rgb(161 203 82);
}
.pdfemb-toolbar button:hover {
    background-color: rgb(150 193 31);
}

/* ==========================================================================
    30. COOKIES
  ========================================================================== */

#cookie_action_close_header {
    background-color: #009f98;
    padding: 5px 15px;
    color: #fff !important;
    text-decoration: none;
}
#cookie_action_close_header:hover {
    background-color: #00b9b2;
}
#cookie-law-info-bar .cli_settings_button {
    background-color: #cbcbcb;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 13px;
}

/* ==========================================================================
    31. IE-WARNING
  ========================================================================== */

#ie-warning {
    background-color: rgb(0 0 0 / 60%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    height: 100%;
    display: none;
}
#ie-warning .icon {
    margin: -80px auto 30px;
    background: rgb(255 0 0);
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1.7059rem;
    display: block;
    position: relative;
}
#ie-warning .icon i {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#ie-banner {
    position: absolute;
    width: 800px;
    height: 380px;
    background-color: #ffffff;
    color: #000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
#ie-message {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}
#ie-banner #ie-message h5 {
    color: #4e4e4e;
    font-size: 40px;
    font-weight: 800;
}
@media only screen and (max-width: 950px) and (min-width: 0px) {
#ie-warning {
    display: none !important;
}
}

