/*

Theme Name: Blog Combina Casa

Theme URI: https://wordpress.org/themes/twentyfourteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.

Version: 1.9

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: twentyfourteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 * 5.0 - Navigation

 * 6.0 - Content

 *   6.1 - Post Thumbnail

 *   6.2 - Entry Header

 *   6.3 - Entry Meta

 *   6.4 - Entry Content

 *   6.5 - Galleries

 *   6.6 - Post Formats

 *   6.7 - Post/Image/Paging Navigation

 *   6.8 - Attachments

 *   6.9 - Archives

 *   6.10 - Contributor Page

 *   6.11 - 404 Page

 *   6.12 - Full-width

 *   6.13 - Singular

 *   6.14 - Comments

 * 7.0 - Sidebar

 *   7.1 - Widgets

 *   7.2 - Content Sidebar Widgets

 * 8.0 - Footer

 * 9.0 - Featured Content

 * 10.0 - Multisite

 * 11.0 - Media Queries

 * 12.0 - Print

 * -----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.

 *

 * -----------------------------------------------------------------------------

 */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: "Nunito Sans", sans-serif;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

.playfair{
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}



audio,

canvas,

video {

	display: inline-block;

	max-width: 100%;

}



html {

	overflow-y: scroll;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}



body,

button,

input,

select,

textarea {

	color: #2b2b2b;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.5;

}



body {

	background: #fff;
	overflow-x: hidden;

}



a {

	color: #5a534b;

	text-decoration: none;

}



a:focus {

	outline: thin dotted;

}



a:hover,

a:active {

	outline: 0;

}



a:active,

a:hover {

	color: #d47d02; 

}



h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

	font-weight: 700;

	margin: 36px 0 12px;

}



h1 {

	font-size: 26px;

	line-height: 1.3846153846;

}



h2 {

	font-size: 24px;

	line-height: 1;

}



h3 {

	font-size: 22px;

	line-height: 1.0909090909;

}



h4 {

	font-size: 20px;

	line-height: 1.2;

}



h5 {

	font-size: 18px;

	line-height: 1.3333333333;

}



h6 {

	font-size: 16px;

	line-height: 1.5;

}



address {

	font-style: italic;

	margin-bottom: 24px;

}



abbr[title] {

	border-bottom: 1px dotted #2b2b2b;

	cursor: help;

}



b,

strong {

	font-weight: 700;

}



cite,

dfn,

em,

i {

	font-style: italic;

}



mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}



p {

	margin-bottom: 24px;

}



code,

kbd,

tt,

var,

samp,

pre {

	font-family: monospace, serif;

	font-size: 15px;

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	line-height: 1.6;

}



pre {

	border: 1px solid rgba(0, 0, 0, 0.1);

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	margin-bottom: 24px;

	max-width: 100%;

	overflow: auto;

	padding: 12px;

	white-space: pre;

	white-space: pre-wrap;

	word-wrap: break-word;

}



blockquote,

q {

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

	content: none;

}



blockquote {

	color: #767676;

	font-size: 19px;

	font-style: italic;

	font-weight: 300;

	line-height: 1.2631578947;

	margin-bottom: 24px;

}



blockquote cite,

blockquote small {

	color: #2b2b2b;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.5;

}



blockquote em,

blockquote i,

blockquote cite {

	font-style: normal;

}



blockquote strong,

blockquote b {

	font-weight: 400;

}



small {

	font-size: smaller;

}



big {

	font-size: 125%;

}



sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	bottom: 1ex;

}



sub {

	top: .5ex;

}



dl {

	margin-bottom: 24px;

}



dt {

	font-weight: bold;

}



dd {

	margin-bottom: 24px;

}



ul,

ol {

	list-style: none;
}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin: 0 0 0 20px;

}



img {

	-ms-interpolation-mode: bicubic;

	border: 0;

	vertical-align: middle;

}



figure {

	margin: 0;

}



fieldset {

	border: 1px solid rgba(0, 0, 0, 0.1);

	margin: 0 0 24px;

	min-width: inherit;

	padding: 11px 12px 0;

}



legend {

	white-space: normal;

}



button,

input,

select,

textarea {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 100%;

	margin: 0;

	max-width: 100%;

	vertical-align: baseline;

}



button,

input {

	line-height: normal;

}



input,

textarea {

	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



input[type="search"] {

	-webkit-appearance: textfield;

}



input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

	vertical-align: top;

}



table,

th,

td {

	border: 1px solid rgba(0, 0, 0, 0.1);

}



table {

	border-collapse: separate;

	border-spacing: 0;

	border-width: 1px 0 0 1px;

	margin-bottom: 24px;

	width: 100%;

}



caption,

th,

td {

	font-weight: normal;

	text-align: left;

}



th {

	border-width: 0 1px 1px 0;

	font-weight: bold;

}



td {

	border-width: 0 1px 1px 0;

}



del {

	color: #767676;

}



hr {

	background-color: rgba(0, 0, 0, 0.1);

	border: 0;

	height: 1px;

	margin-bottom: 23px;

}



/* Support a widely-adopted but non-standard selector for text selection styles

 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.

 */

::selection {

	background: #fadca5;

	color: #fff;

	text-shadow: none;

}



::-moz-selection {

	background: #fadca5;

	color: #fff;

	text-shadow: none;

}





/**

 * 2.0 Repeatable Patterns

 * -----------------------------------------------------------------------------

 */



/* Input fields */



input,

textarea {

	border: 1px solid rgba(0, 0, 0, 0.1);

	border-radius: 2px;

	color: #2b2b2b;

	padding: 8px 10px 7px;

}



textarea {

	width: 100%;

}



input:focus,

textarea:focus {

	outline: 0;

}



/* Buttons */



button,

.button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	background-color: #24890d;

	border: 0;

	border-radius: 2px;

	color: #fff;

	font-size: 12px;

	font-weight: 700;

	padding: 10px 30px 11px;

	text-transform: uppercase;

	vertical-align: bottom;

}



button:hover,

button:focus,

.button:hover,

.button:focus,

input[type="button"]:hover,

input[type="button"]:focus,

input[type="reset"]:hover,

input[type="reset"]:focus,

input[type="submit"]:hover,

input[type="submit"]:focus {

	background-color: #41a62a;

	color: #fff;

}



button:active,

.button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	background-color: #55d737;

}



.search-field {

	width: 100%;

}



.search-submit {

	display: none;

}



/* Placeholder text color -- selectors need to be separate to work. */



::-webkit-input-placeholder {

	

}



:-moz-placeholder {



}



::-moz-placeholder {

	

	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */

}



:-ms-input-placeholder {

	

}



/* Responsive images. Fluid images for posts, comments, and widgets */



.comment-content img,

.entry-content img,

.entry-summary img,

#site-header img,

.widget img,

.wp-caption {

	max-width: 100%;

}



/**

 * Make sure images with WordPress-added height and width attributes are

 * scaled correctly.

 */



.comment-content img[height],

.entry-content img,

.entry-summary img,

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"],

#site-header img {

	height: auto;

}



img.size-full,

img.size-large,

.wp-post-image,

.post-thumbnail img {

	height: auto;

	max-width: 100%;

}



/* Make sure embeds and iframes fit their containers */



embed,

iframe,

object,

video {

	margin-bottom: 24px;

	max-width: 100%;

}



p > embed,

p > iframe,

p > object,

span > embed,

span > iframe,

span > object {

	margin-bottom: 0;

}



/* Alignment */



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



blockquote.alignleft,

figure.wp-caption.alignleft,

img.alignleft {

	margin: 7px 24px 7px 0;

}



.wp-caption.alignleft {

	margin: 7px 14px 7px 0;

}



blockquote.alignright,

figure.wp-caption.alignright,

img.alignright {

	margin: 7px 0 7px 24px;

}



.wp-caption.alignright {

	margin: 7px 0 7px 14px;

}



blockquote.aligncenter,

img.aligncenter,

.wp-caption.aligncenter {

	margin-top: 7px;

	margin-bottom: 7px;

}



.site-content blockquote.alignleft,

.site-content blockquote.alignright {

	border-top: 1px solid rgba(0, 0, 0, 0.1);

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	padding-top: 17px;

	width: 50%;

}



.site-content blockquote.alignleft p,

.site-content blockquote.alignright p {

	margin-bottom: 17px;

}



.wp-caption {

	margin-bottom: 24px;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 0;

}



.wp-caption {

	color: #767676;

}



.wp-caption-text {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 12px;

	font-style: italic;

	line-height: 1.5;

	margin: 9px 0;

}



div.wp-caption .wp-caption-text {

	padding-right: 10px;

}



div.wp-caption.alignright img[class*="wp-image-"],

div.wp-caption.alignright .wp-caption-text {

	padding-left: 10px;

	padding-right: 0;

}



.wp-smiley {

	border: 0;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Assistive text */



.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	overflow: hidden;

	position: absolute !important;

	height: 1px;

	width: 1px;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	line-height: normal;

	padding: 15px 23px 14px;

	position: absolute;

	left: 5px;

	top: 5px;

	text-decoration: none;

	text-transform: none;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



.hide {

	display: none;

}



/* Clearing floats */



.footer-sidebar:before,

.footer-sidebar:after,

.hentry:before,

.hentry:after,

.gallery:before,

.gallery:after,

.slider-direction-nav:before,

.slider-direction-nav:after,

.contributor-info:before,

.contributor-info:after,

.search-box:before,

.search-box:after,

[class*="content"]:before,

[class*="content"]:after,

[class*="site"]:before,

[class*="site"]:after {

	content: "";

	display: table;

}



.footer-sidebar:after,

.hentry:after,

.gallery:after,

.slider-direction-nav:after,

.contributor-info:after,

.search-box:after,

[class*="content"]:after,

[class*="site"]:after {

	clear: both;

}



/* Genericons */



.bypostauthor > article .fn:before,

.comment-edit-link:before,

.comment-reply-link:before,

.comment-reply-login:before,

.comment-reply-title small a:before,

.contributor-posts-link:before,

.menu-toggle:before,

.search-toggle:before,

.slider-direction-nav a:before,

.widget_twentyfourteen_ephemera .widget-title:before {

	-webkit-font-smoothing: antialiased;

	display: inline-block;

	font: normal 16px/1 Genericons;

	text-decoration: inherit;

	vertical-align: text-bottom;

}



/* Separators */



.site-content span + .entry-date:before,

.full-size-link:before,

.parent-post-link:before,

span + .byline:before,

span + .comments-link:before,

span + .edit-link:before,

.widget_twentyfourteen_ephemera .entry-title:after {

	content: "\0020\007c\0020";

}





/**

 * 3.0 Basic Structure

 * -----------------------------------------------------------------------------

 */





.main-content {

	width: 100%;

}





/**

 * 4.0 Header

 * -----------------------------------------------------------------------------

 */



/* Ensure that there is no gap between the header and

	 the admin bar for WordPress versions before 3.8. */

.clear{

	clear: both;	 

}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.gap-space-12 {
    gap: .75rem;
}
.flex {
    display: flex
;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
input[type="search"] {
    border: 1px solid var(--cor-bordas);
    padding: 12px;
    font-size: .875em;
}
.header-redes-sociais {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.header-redes-sociais a {
    display: flex
;
    align-items: center;
}
.header-redes-sociais a img {
    width: 25px;
    transition: 500ms;
}
.window-wrapper {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 1;
}
.rounded-\[50px\] {
    border-radius: 50px;
}
.item-ctn{
	background-color:#d47d02; 
	width: 20px;
	height: 20px;
}
.absolute {
    position: absolute;
}
.max-w-\[30px\] {
    max-width: 30px;
}
.size-space-40 {
    width: 2.5rem;
    height: 2.5rem;
}
.w-\[610px\] {
    width: 610px;
}
.w-\[45px\] {
    width: 45px;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[91\%\] {
    width: 91%;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[42px\] {
    height: 42px;
}
.h-\[50px\] {
    height: 50px;
}
.z-\[4\] {
    z-index: 4;
}
.ml-\[10px\] {
    margin-left: 10px;
}
.-order-3, .order-\[-3\] {
    order: -3;
}
.z-\[2\] {
    z-index: 2;
}
.text-xs {
    font-size: .75rem;
}
.mx-\[2px\] {
    margin-left: 2px;
    margin-right: 2px;
}
.top-\[27px\] {
    top: 27px;
}
.right-\[-1px\] {
    right: -1px;
}
.hidden {
    display: none;
}
span.menu-text {
    font-weight: bold;
}
.bottom-1 {
    bottom: .25rem;
}
.gap-space-8 {
    gap: .5rem;
}
.text-color-white {
    color: var(--color-white, #fff);
}
.py-space-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.container {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
#nav-root li a{
	padding-left: 14px;
	padding-right: 14px;
}
.relative {
    position: relative;
}
#frm-search svg{
	color:#6b6b6b
}
.border-transparent {
    border-color: transparent;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.topo-banner{
	text-align: center;
}

.acessoArea{

    padding-top: 6px;

}

.acessoArea p {

    display: inline;

    font-size: 13px;

    float: left;

    color: #5a534b;

    padding-right: 6px;

    margin-bottom: 0;

}

.midias {

    float: right;

}

.midias a {

    display: inline-block;

    margin-left:0px;

    margin-top: 10px;

    background: url(images/sprite-midias.png)no-repeat;

    width: 28px;

    height: 26px;

}

.midias .facebook {

	background-position-x: -72px;

}

.midias .ico-instagram{

    background-position-x: -107px;   

}

.midias .pinterest{

    background-position-x: -40px;  

}
.midias .tiktok{
	background: url(images/ico-tik-tok.png)no-repeat center center;
	width: 26px;
	height: 26px;
}
.header-middle{

	background: #fff;
	border-bottom: solid 1px #e1e1e1;

}
.text-\[\.875em\] {
    font-size: .875em;
}
.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}
.gap-space-4 {
    gap: .25rem;
}
ol, ul {
    list-style: none;
}
.whatsapp-topo {
    background: url(images/ico-whatsapp-topo.png)no-repeat center left;
	margin-top: 5px;
	padding-left: 30px;

    margin-bottom: 27px;

    margin-right: 0px;

}
.navbar-expand-lg .navbar-nav .nav-link{
	font-size: 13px;
	font-weight: 700;
	color:#464646;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	border-bottom: solid 5px #f85e34;
}

.logotipo h1{

	margin-top: 23px;
	margin-bottom: 68px;

}

.caixaBusca .campoBusca {

    width: 82%;

    height: 44px;

    border: 0;

    text-indent: 7px;

    font-weight: 300;

    color: #4e4b4c;

    padding: 0;

    background: #fff;

    font-size: 12px;

    float: left;

}

.caixaBusca .campoBusca {

    border-radius: 0px;

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

    background-color: #fff;

    height: 50px;

    font-size: 16px;

    padding-left: 20px;

    outline: none;

}

.caixaBusca .search-button {

    width: 15%;

    float: left;

    height: 45px;

    border: none;

    background: 0 0;

}

.caixaBusca .search-button {

    border-top-right-radius: 0px;

    border-bottom-right-radius: 0px;

    background-color: #fff;

    height: 50px;

    outline: none;
	padding: 0;

}

.caixaBusca {

    width: 100%;
    border-bottom: none;
	margin-bottom: 18px;
	border:solid 2px #cfd4d9;
	margin-top: 70px;


}

.search-button, .search-button:hover {

    color: #25282A;

}

.fa-search:before{

	content: url(images/ico-search.png);

}

.chamada-blog-topo, .whatsapp-topo, .qtdeCarrinho, .itens-cart, .total-cart {

    float: right;

    font-size: 13px;

    font-weight: 700;

    color: #5a534b;

    text-transform: uppercase;

}
.whatsapp-topo a{
	color:#571d50;
	font-size: 16px;
	font-weight: 500;
}


.chamada-blog-topo a{

	color: #5a534b;

	 font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}

.minicart .total-cart {

    display: block;

    float: right;

    clear: both;

    margin-top: -17px;

}

.chamada-blog-topo {

    background: url(images/ico-blog-2.png)no-repeat center left;

    padding-left: 37px;

    margin-left: 50px;

    height: 41px;

    margin-top: 28px;

}



.minicart {

    display: block;

    position: relative;

    float: left;

}

.minicart .ico-carrinho {

    float: right;

    padding-top: 1px;

    padding-right: 3px;

    width: 36px;

    height: 37px;

}

.minicart .ico-carrinho {

    background: url(images/ico-cart-2.png)no-repeat center left;

    width: 50px;

    float: left !important;

}

.minicart a, .minicart  a:hover {

    color: #4f3327 !important;

    outline: none !important;

}

.minicart {

    width: 113px;

    margin-top: 23px;

}

.linkPedidos {

    padding: 4px 0 0;

    float: right;

}

.fora-itens-cart {

    float: left;

    padding-left: 3px;

}

.itens-cart {

    float: right;

    width: 50%;

    margin-top: 3px;

}

.minicart .qtdeCarrinho {

    display: block;

    position: absolute;

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    text-align: center;

    top: -11px;

    right: -12px;

    background: #fff;

    padding: 1px;

    border-radius: 360px;

    width: 26px;

    border: 2px solid #9f023a;

}

.minicart .qtdeCarrinho {

    color: #4f3327;

    background: transparent !important;

    border: none;

    text-align: center !important;

    position: relative !important;

    top: inherit;

    right: inherit;

    display: inherit;

    width: 50%;

    float: left;

}

.header-topo{

	background: #381c0b;

}

.fora-logo{

	display: table;

	margin: 43px auto;

}

p.carrinho-topo{

	margin-top: -78px;

}

p.carrinho-topo i:after{

	content: url("images/ico-cart.png");	

}

p.carrinho-topo a{

	color: #fff;

	font-size: 13px;

	border-bottom: solid 2px #fbac18;

	text-decoration: none;

	text-transform: uppercase;

	font-weight: 700;

 	margin-top: 5px;

 	height: 26px;

}

p.carrinho-topo{

	display: flex;

}

.baixo-header{

	background:url(images/bg-baixo-header.jpg)no-repeat center center;
	height: 112px;

	position: relative;

}

.fora-texto-baixo-header p{

	font-size: 27px;

	color: #fff;

	font-style: italic;

 	margin-top: 18px;

    letter-spacing: 2px;

    text-align: center;

}

.fora-flores img{

	margin-bottom: -37px;

}

.fora-texto-baixo-header{

	/*margin-top: -82px;*/

	position: absolute;

	top: 0;

	width: 100%;

	

}

.titulo-left{

	width: 30%;

}

.titulo-left img{

	max-width: 100%;

	height: auto;

}

.titulo-right{

	width: 70%;

}

.titulo-categ{

	font-size: 34px;
	font-weight: 700;
	color: #141414;
	width: 100% !important;
	margin-bottom: 15px;
	font-style: italic;

}

.cat-active a{

	color: #fbac18 !important;

}

.list-categ li{

	list-style: none;

	line-height: 2;

}

.list-categ li a{

	font-size: 16px;

	color: #141414;

	display: block;

	text-decoration: none;

}
.list-categ li a:hover,
.list-categ li.active a{
	color:#d7824b;
	text-decoration: underline;
	font-weight: 700;
}
.list-categ{

	margin-top: 40px;

    margin-left: 0;
	width: 330px;

}

.fora-news{

    border-radius: 15px;

	padding:48px 30px 80px 30px;

  	margin-top: 41px;

  	background-color: #571d50; 

}

.titulo-right p{

	font-size: 20px;

	font-weight: 700;

	color: #fcebda;

	line-height: 23px;

}

p.sub-frase{

	font-size: 15px;

	color: #ffffff;

	margin-top: 5px;
	font-weight: 500;

}
.pull-left{
	float: left;
}
.wysija-paragraph{

	margin-bottom: 10px;

}

.wysija-input{

	width: 100%;

	background: #efefef;

	color: #6f6f6f;

	font-size: 13px;

	font-weight: 400;

	border-radius:0;

	border: none;

	padding: 15px 20px;
	border-radius: 15px;

}

.wysija-input:focus{

	color: #381c0b;

}

.wysija-submit{

	background: transparent !important;

    border-radius: 0 !important;

    font-size: 15px !important;

    text-transform: capitalize !important;

    width: 100% !important;

    padding: 15px 20px !important;

    margin-top: 10px !important;

   text-align: end;

}

.wysija-submit:hover{

	background: transparent !important;

  	-webkit-transition: background-color 2s ease-out;

  	-moz-transition: background-color 2s ease-out;

  	-o-transition: background-color 2s ease-out;

  	transition: background-color 2s ease-out;

}

.fora-ebook{

	margin-top: 30px;

}

.fora-ebook img{

	width: 100%;

	height: auto;

}

.cat-links,

.cat-links a{

	color: #141414;

	font-size: 16px;
	font-weight: 500;

}
.cat-links a{
	color:#571d50;
}
.bloco-posts,

.view-post{

	margin-top: 70px;

}

.fora-image-list{

	margin-bottom: 22px;

}

.fora-image-list img{

	width: 100%;

	height: auto;

}

h2.title-list,

.entry-title{

	margin-top: 3px;

	margin-bottom: 11px;
	line-height: 30px;

}

h2.title-list a,

.entry-title{

	font-size: 26px;

	color: #141414;

	font-weight: 400;

	text-decoration: none;	

}
.btn-confira-conteudo{
	background-color: #d7824b; 
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 17px;
	padding-right: 17px;
	margin-bottom: 30px;
	border-radius: 30px;
}
.btn-confira-conteudo:hover{
	background-color: #d7824b;
	color:#fff;
}
.title-view{

	margin-bottom: 0;
	border-bottom: solid 1px #141414;
	padding-bottom: 30px;
	margin-top: 30px;

}
a.more-link {
    display:none;
 }

.tag-links{

	margin-bottom: 15px;

}

.item-post > .inner-post{
	border-bottom: solid 2px #7d7d7d;
}
.item-post{
	margin-bottom: 40px;
}
.g-plus{
    display:none !important;
}
.ra-footer .flex-1 {
    flex: 1 1 0%;
}
.ra-footer .gap-28 {
    gap: 7rem;
}
.ra-footer .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ra-footer .grid {
    display: grid
;
}
.box-institucional{
	width: 776px;
}
.ra-footer h3 span{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
}
.ra-footer .text-sm {
    font-size: .875rem;
}
.ra-footer .before\:content-\[\'\.\'\]:before {
    --tw-content: ".";
    content: var(--tw-content);
	position: absolute;
	margin-right: .25rem;
}
#institucional li a{
	font-size: 16px;
	padding-left: 10px;
}
#institucional li{
	display: flex;
	position: relative;
}
.contato_lista{
	display: flex;
    flex-direction: column;
}
.contato_lista li a{
	font-size: 16px;
}
.ra-footer .min-w-\[20px\] {
    min-width: 20px;
}
.ra-footer .size-\[20px\] {
    width: 20px;
    height: 20px;
}
.ra-footer .size-auto {
    width: auto;
    height: auto;
}
.ra-footer img, .ra-footer video {
    max-width: 100%;
    height: auto;
}
.ra-footer .before\:text-lg:before {
    content: var(--tw-content);
    font-size: 1.125rem;
}
.ra-footer .before\:mr-1:before {
    content: var(--tw-content);
    margin-right: .25rem;
}
.ra-footer .gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
}
.ra-footer .gap-space-16 {
    gap: 1rem;
}
.ra-footer .before\:bottom-1:before {
    content: var(--tw-content);
    bottom: .25rem;
}
.ra-footer .py-space-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.ra-footer .gap-space-16{
    gap: 1rem;
}
.ra-footer .justify-center {
    justify-content: center;
}
.ra-footer .max-w-\[21rem\] {
    max-width: 21rem;
}
.footer-about{
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-about p{
	margin-bottom: 0;
	font-size: 16px;
}
.box-social{
	margin-right: 20px;
}
footer h3{
	margin-bottom: 30px;
}
.back-to-top.opened {
    right: 29px;
    bottom: 90px;
}
.back-to-top {
    position: fixed;
    right: -100px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: #a3a3a3;
    color: #fff;
    opacity: 0.4;
    z-index: 1;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.back-to-top .icon {
    margin: 15px auto;
    width: 20px;
    height: 20px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -moz-transform: translateY(20%) rotate(-135deg);
    -ms-transform: translateY(20%) rotate(-135deg);
    -webkit-transform: translateY(20%) rotate(-135deg);
    transform: translateY(20%) rotate(-135deg);
}
#popup-msg-whats a {
    display: block;
    color: #fff;
    padding: 5px 30px;
}
#popup-msg-whats {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #009688;
    font-size: .875em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#popup-msg-whats.posicao-bottom-left {
    left: 10px;
}
#popup-msg-whats .icon-whats {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
#popup-msg-whats .icon-whats svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .ra-footer .md\:w-auto {
        width: auto;
    }
}
/*footer*/

footer{

	padding-top: 0px;
	background-color:  #f6f7f8;
}
.ra-footer .bg-secondary-50 {
    --tw-bg-opacity: 1;
    
}
.ra-footer .text-cor-texto-secundario {
    color:  #666;
}
.ra-footer .text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgb(56 60 66 / var(--tw-text-opacity, 1));
}
.topo-footer img{

	margin-top: -74px;

}

.bottom-footer{

	background: #571d50;

	padding-bottom: 30px;
	padding-top: 96px;

}
p.endereco{
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	margin-top: 40px;
}
footer h2{
	margin-top: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
}
footer ul{
	list-style: none;
	margin-left: 0;
}
footer ul li{
	margin-bottom: -3px;
}
footer ul li.nav-item{
	margin-bottom: 2px;
}
footer ul li a,
footer  .nav-link{
	color:#383c42;
	font-size: 13px;
}
footer ul li a:hover,
footer  .nav-link:hover{
	color:#383c42;
}
.fora-logo-virtue{
	text-align: right;
	margin-top: 45px;
}
.fora-endereco-side{
	margin-top: 80px;
}
.fora-endereco-side a{
	font-size: 13px;
	color:#ffffff;
}
.voltar-ao-site{
	font-size: 14px;
	color:#571d50;
	background: url(images/pay-voltar.png)no-repeat center left;
	padding-left: 20px;
	display: flex;
	margin-top: 30px;
	font-weight: 700;
}
.link-loja,

.link-loja:hover{

	color: #5a534b;

	text-transform: uppercase;

	font-size: 13px;

	text-decoration: none;

	border-bottom: solid 2px #5a534b;

	padding-bottom: 7px;

}

.logo-footer{

	margin-top:66px;

	margin-bottom: 22px;

}

.page-numbers.current,

.page-numbers.current:hover{

 	background: transparent;

    border-radius: 100%;
    padding: 0;
	color: #141414;

}

.page-numbers{

	font-size: 14px;

	color:#777777;

	font-weight: 700;

	margin-left: 10px;

}

.next.page-numbers,

.prev.page-numbers{

	color:#381c0b;

}

.pagination{

	margin-left: -10px;

}

.page-numbers:hover{

	text-decoration: none;

	color:#777777;

}

.fixed {

    position: fixed;

}

.left-blog{

	position: relative;

}

.sidebar{

	left: 0px;

}

.fora-share a{

	width: 37px;

	height: 37px;

	display:inline-block;

	background-image: url("images/midias-ico.jpg");

}

.fora-share .face{

	background-position-x: 0px;

}

.fora-share .twitter{

	background-position-x: -42px;

}

.fora-share .g-plus{

	background-position-x: -84px;

}

.fora-share .pint{

	background-position-x: -126px;

}

.fora-share .linkedin{

	background-position-x: -168px;

}

.entry-content{

	margin-top: 27px;
	padding-bottom: 20px;

}

#related_posts .fora-share,

#related_posts .entry-content{

	display: none;

}

#related_posts{

	margin-bottom: 65px;

}

.titulo-relacionados{

	font-size: 26px;

	font-weight: 700;

	color: #141414;

	margin-bottom: 37px;

 	margin-top: 57px;
	font-style: italic;

}

.post-views{

	display: none;

}
/*2024*/
.box-topo{
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #571d50;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 35px;
}
.box-topo a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
footer{
	margin-top: 40px;
}
.menu-closed.left-open {
    transform: translate(-102%);
}
.menu-open {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.bg-primary-color {
    background-color: #fff;
}
.bg-base-color {
    background-color: #d47d02;
}
.flex-col {
    flex-direction: column;
}
.min-h-full {
    min-height: 100%;
}
.py-space-4 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.pl-space-8 {
    padding-left: .5rem;
}
.size-fit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.text-icon-fill-base {
    color: #d47d02;
}
.text-sm {
    font-size: .875rem;
}
.top-0 {
    top: 0;
}
.close-button{
	display: none;
}
.duration-500 {
    transition-duration: .5s;
}
.w-\[270px\] {
    width: 270px;
}
.h-screen {
    height: 100vh;
}
.header-menu-button-ctn{
	display: none;
}
.h-space-48 {
    height: 3rem;
}
.formato-buttom{
	display: none;
}
.topo-banner img{
	max-width: 100%;
}
li.envio-imediato {
    background-color: #d68346 !important;
}
li.envio-imediato a {
	color: #fff !important;
}
@media screen and (max-width: 1200px) {
	.logo-color img{
		width: 100%;
		height: auto;
	}
	.baixo-header{
		background-size: cover;
	}
	button:hover,
	button:active{
		background: transparent;
	}
	.navbar-toggler{
		margin-top: 20px;
	}
	.header-middle{
		border:none;
	}
}
@media screen and (max-width: 992px) {
	#nav-root,
	.login-area,
	.search-area{
		display: none;
	}
	.topo-banner img,
	.box-institucional{
		width: 100%;
	}
	.footer-about > div{
		display: flex;
		flex-direction: column;
	}
	.container{
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.header-menu-button-ctn{
		display: flex;
	}
	.caixaBusca {
		margin-top: 23px;
	}
	.list-categ{
		margin-top: 0;
	}
	.formato-widget{
		display: none;
	}
	.formato-buttom{
		display: flex;
	}
	#popup-msg-whats.formato-button {
        bottom: 70px;
    }
	#popup-msg-whats.formato-button .icon-whats {
		top: 0px;
		width: 35px;
		height: 35px;
		margin-right: 0;
	}
	#popup-msg-whats.formato-button .text {
    	display: none;
	}
	#popup-msg-whats.formato-button a {
    	padding: 10px 10px;
	}
	#popup-msg-whats.formato-button {
    	bottom: 20px;
    	border-radius: 50px;
	}
	.back-to-top.opened{
		bottom: 20px;
	}
}

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

	.fora-logo{

		margin-left: 0;

	    width: 43%;

	}

	.logo-color img {
		max-width: 100%;
		width: auto;
	}
	.busca-topo1 .whatsapp-topo{
		display: none;
	}
	.logotipo h1{
		margin-bottom: 0;
	}
	.whatsapp-topo{
		float: left;
	}
	.whatsapp-topo{
		margin-bottom: 0;
		margin-top: 13px;
	}
	.navbar-toggler{
		position: absolute;
		right: 0;
		top: -55px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.col-xs-12.posts{
		order: -1;
	}
	.logo-preview{
		max-width: 90%;
	}
	#cart-preview-area{
		margin-top: -5px;
		margin-left: 5px;
	}

}