@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

.fnt{
    font-family: 'Dancing Script', cursive;
}

.input-wrapper input {
    border-radius: 0.5rem;
    padding: 0.4em 1em;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
.input-wrapper input:focus,
.input-wrapper input:hover {
    outline: none;
}
#main ul{
    padding-left: 20px;
}
#main ul li {
    padding-left: 0;
    list-style-type: square;
    margin: 10px 0 10px 20px;
}
.listagem-categoria{
    padding-left: 10px !important;
}
.listagem-categoria li{
    list-style-type: none !important;
    margin: 0 !important;
}
.input-wrapper-lg input {
    padding: 0.4em 1em;
}
@media (min-width: 640px) {
    .input-wrapper-lg input {
        padding: 0.5em 1.5em 0.8em 1.5em;
    }
}
.input-search {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 1.5em;
    position: relative;
    border: 1px solid #f47c01 !important;
    height: 70px;
    padding-top: 7px;
}
/*.input-search:after {
    color: #aca9a9;
    content: "";
    font-family: Font Awesome\5 Pro;
    font-family: 1.625em;
    left: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
.temp-x{
    color: #f47c01;
}


img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 1px solid #DDDDDD;
    max-width: 100%;
    height: auto;
    padding: 6px;
}
.wp-caption img {
    border-color: #EDEDED;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #BBBBBB;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background-color: #FCFCFD;
    border: 1px solid #F5F5F5;
    padding-top: 4px;
    text-align: center;
    width: 310px;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption-text {
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding-bottom: 0;
}

.fbc-page .fbc-wrap .fbc-items li a {
    color: #726f70 !important;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color: #726f70 !important;
    font-size: 14px;
}
.fa-arrow-right:before {
    content: "\f061";
    color: #726f70 !important;
}
.font-medium.number-title{
    font-size: 1.75rem;
}
h1.font-medium.number-title{
    font-size: 2.5rem;
}
 .btn-search {
    position: absolute;
    top: 10px;
    right: 2%;
    padding: 12px;
    color: #fff;
    background-color: #f47c01 !important;
    border-radius: 8px;
}
.header-search {
    max-width: 682px;
    width: 100%;
}
.header-search input {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 300;
}
.header-logo {
    max-width: 100px;
}
@media screen and (min-width: 400px) {
    .header-logo {
        max-width: 130px;
    }
}
@media (min-width: 640px) {
    .header-logo {
        max-width: max-content;
    }
}
.header-title {
    font-size: 0.875rem;
}
#content {
    color: #5a5757;
    line-height: 1.3em;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#content h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}
@media (min-width: 640px) {
    #content h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
#content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    #content h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
#content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media (min-width: 640px) {
    #content h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
#content h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 640px) {
    #content h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
#content h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}
#content p {
    margin-bottom: 1.5em;
}
#content img {
    max-width: 100%;
}
*,
:after,
:before {
    border: 0 solid #cbcaca;
    box-sizing: border-box;
}
:after,
:before {
    --tw-content: "";
}
html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
    -o-tab-size: 4;
    tab-size: 4;
}
body {
    line-height: inherit;
    margin: 0;
}
hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}
.det-titulo{
    margin: 30px 0;
    color: #f47c01;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}*/
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,

pre {
    margin: 0;
}

/*
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
*/
fieldset {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    color: #8e8a8b;
    opacity: 1;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  /*  display: block;*/
    vertical-align: middle;
}
img,
video {
    height: auto;
    max-width: 100%;
}
[hidden] {
    display: none;
}
*,
:after,
:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.static {
    position: static;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mb-0 {
    margin-bottom: 0;
    margin-top: 0;
}
.volt,.volt a{
    cursor: pointer;
    color: #726f70 !important;
}
.volt a{
    font-family: roboto;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.w-full {
    width: 100%;
}
.flex-col {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-3 {
    gap: 0.75rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-full {
    border-radius: 9999px;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(203 202 202 / var(--tw-border-opacity));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(37 186 154 / var(--tw-border-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(37 186 154 / var(--tw-bg-opacity));
}
.p-3 {
    padding: 0.75rem;
}
.p-2 {
    padding: 0.5rem;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-3 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.text-center {
    text-align: center;
}
.text-lg {
    font-size: 1.125rem;
}

.listagem-categoria {
    padding-left: 10px;
    display: block;
    margin-top: 80px;
    border-left: 2px solid #ededed;
}
.listagem-categoria li {
    font-size: .8rem;
    
}

.pr-3{
    padding-right: 0.75rem; /* 12px */
}

.listagem-categoria li a {
    padding: 3px 0px 5px 7px;
    display: block;
}

.children {
    display: inline-block;
    margin-left: 16px;
}
.text-lg,
.text-xl {
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-3{
    font-size: 3rem;
    font-weight: 700 !important;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.font-medium {
    font-weight: 500;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(90 87 87 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(37 186 154 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(114 111 112 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(172 169 169 / var(--tw-text-opacity));
}
.outline {
    outline-style: solid;
}
.duration-200 {
    transition-duration: 0.2s;
}
.duration-150 {
    transition-duration: 0.15s;
}
.focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(244 124 1 / var(--tw-border-opacity));
}
.hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(244 124 1 / var(--tw-border-opacity));
}
.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(244 124 1 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
    .sm\:mr-3 {
        margin-right: 0.75rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:border-0 {
        border-width: 0;
    }
    .sm\:bg-primary {
        --tw-bg-opacity: 1;
        /*background-color: rgb(37 186 154 / var(--tw-bg-opacity));*/
        background-color: #f6f6f6;
    }
    header{
        background-color: #f6f6f6;
    }
    .sm\:p-4 {
        padding: 1rem;
    }
    .sm\:py-10 {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    .sm\:py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .sm\:py-7 {
        padding-bottom: 1.75rem;
        padding-top: 1.75rem;
    }
    .sm\:pt-10 {
        padding-top: 2.5rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
