.kitify-breadcrumbs {
display: flex;
flex-direction: column
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-justify .kitify-breadcrumbs {
flex-direction: row;
justify-content: space-between;
align-items: center
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-justify .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-justify .kitify-breadcrumbs__title {
flex-grow: 0
}
@media (max-width: 1024px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-justify .kitify-breadcrumbs {
flex-direction: row;
justify-content: space-between;
align-items: center
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-justify .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-justify .kitify-breadcrumbs__title {
flex-grow: 0
}
}
@media (max-width: 1024px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-center .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-left .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-right .kitify-breadcrumbs {
flex-direction: column;
justify-content: flex-start;
align-items: stretch
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-center .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-center .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-left .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-left .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-right .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-right .kitify-breadcrumbs__title {
flex-grow: 1
}
}
@media (max-width: 767px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-justify .kitify-breadcrumbs {
flex-direction: row;
justify-content: space-between;
align-items: center
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-justify .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-justify .kitify-breadcrumbs__title {
flex-grow: 0
}
}
@media (max-width: 767px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-center .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-left .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-right .kitify-breadcrumbs {
flex-direction: column;
justify-content: flex-start;
align-items: stretch
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-center .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-center .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-left .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-left .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-right .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-right .kitify-breadcrumbs__title {
flex-grow: 1
}
}
.kitify-breadcrumbs__content, .kitify-breadcrumbs__title {
flex-grow: 1
}
.kitify-breadcrumbs__title {
padding: 0;
margin: 0;
border: none;
text-align: inherit
}
.kitify-breadcrumbs__content {
font-size: 0
}
.kitify-breadcrumbs__browse, .kitify-breadcrumbs__item, .kitify-breadcrumbs__item-link, .kitify-breadcrumbs__item-target {
display: inline-block
}
.kitify-breadcrumbs__wrap {
display: inline
}
.kitify-breadcrumbs__browse {
margin-right: 5px
}
.kitify-breadcrumbs__browse, .kitify-breadcrumbs__item {
font-size: 14px;
vertical-align: middle
}
.kitify-breadcrumbs__item-sep {
margin-left: 5px;
margin-right: 5px;
font-size: .6em;
}
.kitify-breadcrumbs__item-sep i {
display: block;
width: 1em;
height: 1em;
line-height: 1;
text-align: center
}
body.home .elementor-widget-kitify-breadcrumbs:not(.kitify-breadcrumbs-on-front-yes):not(.elementor-element-edit-mode) {
display: none
}.kitify-posts {
--kitify-posts-thumbnail-width: 40%;
--kitify-posts-thumbnail-spacing: 20px
}
.kitify-posts__item {
padding: 0
}
.kitify-posts__outer-box {
padding: 10px
}
.kitify-posts__outer-box a {
color: inherit
}
.kitify-posts__inner-box {
position: relative;
overflow: hidden
}
.kitify-posts__inner-box:after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
pointer-events: none;
transition: all 0.4s
}
.kitify-posts__inner-box:hover .kitify-posts__thumbnail-img {
transform: scale(1.05)
}
.kitify-posts__thumbnail {
margin-bottom: 1rem;
margin-top: 0;
position: relative;
overflow: hidden;
z-index: 0
}
.kitify-posts__thumbnail-link {
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
vertical-align: middle
}
.kitify-posts__thumbnail-link img.wp-post-image {
max-height: none;
margin: auto;
}
.kitify-posts__thumbnail-img {
width: 100%;
object-fit: cover;
vertical-align: middle;
transition: transform 0.6s, opacity 0.6s, visibility 0.6s
}
.kitify-posts__inner-content {
position: relative;
z-index: 1
}
.kitify-posts__meta {
margin-bottom: 0.5rem;
font-size: 0.875em;
color: var(--kitify-body-color);
display: flex;
flex-flow: row wrap
}
.kitify-posts__meta__item {
display: flex;
align-items: center
}
.kitify-posts__meta__item:not(:first-child):before {
content: "";
margin-left: 0.3rem;
margin-right: 0.3rem
}
.kitify-posts__meta a {
color: var(--kitify-primary-color)
}
.kitify-posts__meta .meta--icon {
margin-right: 0.4em;
display: inherit
}
.kitify-posts__meta .meta--icon i {
font-size: 1em;
vertical-align: middle
}
.kitify-posts__meta .meta--icon img, .kitify-posts__meta .meta--icon svg {
width: 1em;
height: 1em;
vertical-align: middle;
display: inline-block
}
.kitify-posts__excerpt, .kitify-posts__title {
margin: 0 0 1em
}
.kitify-posts__title {
font-size: 1em
}
.kitify-posts__title:hover {
color: var(--kitify-primary-color)
}
.kitify-posts__floating_category {
position: absolute;
top: 10px;
left: 10px;
font-size: 0.75em
}
.kitify-posts__floating_category a {
background-color: var(--kitify-primary-color);
color: #fff;
border-radius: 3px;
margin-right: 5px;
padding: 2px 5px
}
.kitify-posts__floating_category-inner {
display: flex
}
.kitify-posts__floating_date {
position: absolute;
top: 60%;
left: 10px;
background-color: var(--kitify-primary-color);
color: #fff;
width: 55px;
height: 55px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center
}
.kitify-posts__floating_date-inner {
display: flex;
flex-direction: column;
text-align: center;
line-height: 1
}
.kitify-posts__floating_date-inner strong {
font-size: 1.25em
}
.kitify-posts__floating_date-inner span {
font-size: 0.875em
}
.kitify-posts__floating_postformat {
background-color: var(--kitify-primary-color);
color: #fff;
position: absolute;
width: 2.6em;
height: 2.6em;
border-radius: 50%;
left: calc(100% - 3em);
top: 10px;
display: flex;
justify-content: center;
align-items: center;
pointer-events: none
}
.kitify-posts__floating_postformat svg {
width: 1em;
height: 1em;
display: inline-block;
vertical-align: middle
}
.kitify-posts.preset-grid-2 .kitify-posts__thumbnail {
margin: 0
}
.kitify-posts.preset-grid-2 .kitify-posts__thumbnail + .kitify-posts__inner-content {
position: absolute;
bottom: 0;
width: 100%;
left: 50%;
transform: translateX(-50%)
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-content {
margin: 0 auto;
padding: 1em
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-content:only-child {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-box {
background-color: #f5f5f5
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-box:after {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%)
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-content, .kitify-posts.preset-grid-2 .kitify-posts__meta {
color: #fff
}
.kitify-posts.preset-grid-2 .kitify-posts__item:not(.has-post-thumbnail) .kitify-posts__inner-box, .kitify-posts.preset-grid-2 .kitify-posts__item:not(.has-post-thumbnail) .kitify-posts__outer-box {
height: 100%
}
.kitify-posts.preset-list-1 .kitify-posts__inner-box, .kitify-posts.preset-list-2 .kitify-posts__inner-box {
display: flex;
flex-flow: row wrap;
justify-content: space-between
}
.kitify-posts.preset-list-1 .kitify-posts__thumbnail, .kitify-posts.preset-list-2 .kitify-posts__thumbnail {
margin: 0;
overflow: hidden;
width: var(--kitify-posts-thumbnail-width)
}
.kitify-posts.preset-list-1 .kitify-posts__thumbnail + .kitify-posts__inner-content, .kitify-posts.preset-list-2 .kitify-posts__thumbnail + .kitify-posts__inner-content {
width: calc(100% - var(--kitify-posts-thumbnail-width) - var(--kitify-posts-thumbnail-spacing))
}
.kitify-posts.preset-list-2 .kitify-posts__item:nth-child(2n) .kitify-posts__inner-box {
flex-flow: row-reverse wrap
}
.kitify-posts__floating_postformat:empty,
.kitify-posts__floating_postformat-status {
display: none
}
.kitify.active-object-fit .kitify-posts__thumbnail-link {
position: relative
}
.kitify.active-object-fit .kitify-posts__thumbnail-link .kitify-posts__thumbnail-img {
position: absolute;
left: -1px;
top: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
max-width: none;
}
.kitify-posts.enable--counter {
counter-reset: postitem
}
.kitify-posts.enable--counter .kitify-posts__inner-content {
display: flex
}
.kitify-posts.enable--counter .kitify-floating-counter {
margin-right: 10px
}
.kitify-posts.enable--counter .kitify-floating-counter .kitify-floating-counter--number:before {
counter-increment: postitem;
content: counter(postitem, decimal-leading-zero)
}
@media (max-width: 767px) {
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box {
flex-flow: column wrap
}
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box .kitify-posts__inner-content,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box .kitify-posts__thumbnail,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box .kitify-posts__inner-content,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box .kitify-posts__thumbnail {
width: 100%
}
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box .kitify-posts__thumbnail,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box .kitify-posts__thumbnail {
margin-bottom: var(--kitify-posts-thumbnail-spacing)
}
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__outer-box{
display: flex;
height: 100%;
width: 100%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__inner-box{
height: 100%;
display: flex;
flex-direction: column;
width: 100%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__thumbnail {
flex-grow: 3;
height: 30%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__thumbnail-link {
height: 100%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__thumbnail-link img {
height: 100%;
}
.kitify--content-hover-yes .preset-grid-2 .kitify-posts__thumbnail + .kitify-posts__inner-content{
opacity: 0;
left: 0;
transition: all .4s;
transform: scale(.9);
}
.kitify--content-hover-yes .kitify-posts__outer-box:hover .kitify-posts__thumbnail + .kitify-posts__inner-content{
opacity: 1;
transform: scale(1);
}
.kitify--content-hover-yes .kitify-posts__thumbnail + .kitify-posts__inner-content .kitify-posts__inner-content-inner{
transition: all .4s ease .25s;
opacity: 0;
transform: translateY(20px);
}
.kitify--content-hover-yes .kitify-posts__outer-box:hover .kitify-posts__thumbnail + .kitify-posts__inner-content  .kitify-posts__inner-content-inner{
opacity: 1;
transform: translateY(0);
}
.kitify--button-hover-yes .kitify-posts .elementor-button{
opacity: 0;
transform: translateY(20px);
}
.kitify--button-hover-yes .kitify-posts .kitify-posts__outer-box:hover .elementor-button{
opacity: 1;
transform: translateY(0);
}
.kitify--button-hover-yes .kitify-posts .kitify-posts__more-wrap{
margin-bottom: -40px;
transition: all .3s ease-in;
}
.kitify--button-hover-yes .kitify-posts .kitify-posts__outer-box:hover .kitify-posts__more-wrap{
margin-bottom: 0;
}@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-9a52fea2.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-f10b20bd.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-5b657853.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-82988238.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-11a71dc9.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-2d05d097.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-1dc3521e.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-be2d5176.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-7514e421.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-294c8ba3.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-d5b7b56c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-0b9512f0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-cb579bd5.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-e6f35f78.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-a3fbb3a9.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Instrument Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-08e0d50c.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-93f11d58.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-7d01d947.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-758f68ea.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-360bd262.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-39a602a6.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-6fc19dfc.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e88b8c9f.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-311b40f0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2244f050.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2dbff688.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-60aca29c.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-91200cf0.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-cb20a6b5.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-aa83815c.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-ead2e67f.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2a218d23.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-7b7b057d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-5afe1c41.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-f9a2a21e.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-638b5d9d.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-65f24a29.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-cc94d36e.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2fd9ae31.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-687c311d.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-f86081bc.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-f19361b5.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-a7db2864.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-40a4c285.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-285e6dee.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-1f81f35a.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-33caf375.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e45eb333.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-dedddbf7.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-664d5007.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-de430313.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-8fe2ec7c.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-c9d614f4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e6a077c3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-42acf878.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-86b12e74.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-57e843b6.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-ad3722d3.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-b1eb82d1.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-93818c37.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-23090f00.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-71994884.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-742b18be.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-61ee1b60.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e4a3a357.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-d0e6a9ae.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-c4609759.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-84c939dc.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-df089f64.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}[class*="paradoxicon-"]{
display: inline-block;
font: normal normal normal 1em/1 ParadoxIcons;
speak: none;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.paradoxicon-mail-2:before{
content: '\e800'
}
.paradoxicon-b-dribbble:before{
content: '\e801'
}
.paradoxicon-b-vkontakte:before{
content: '\e802'
}
.paradoxicon-b-line:before{
content: '\e803'
}
.paradoxicon-b-twitter-squared:before{
content: '\e804'
}
.paradoxicon-b-yahoo-1:before{
content: '\e805'
}
.paradoxicon-b-skype-outline:before{
content: '\e806'
}
.paradoxicon-globe:before{
content: '\e807'
}
.paradoxicon-shield:before{
content: '\e808'
}
.paradoxicon-phone-call:before{
content: '\e809'
}
.paradoxicon-menu-6:before{
content: '\e80a'
}
.paradoxicon-support248:before{
content: '\e80b'
}
.paradoxicon-f-comment-1:before{
content: '\e80c'
}
.paradoxicon-dot-3:before{
content: '\e80d'
}
.paradoxicon-mail-1:before{
content: '\e80e'
}
.paradoxicon-envato:before{
content: '\e8bc'
}
.paradoxicon-letter-1:before{
content: '\e8be'
}
.paradoxicon-circle-1:before{
content: '\e8bf'
}
.paradoxicon-bag-2:before{
content: '\e8c4'
}
.paradoxicon-bag-3:before{
content: '\e8c6';
font-weight: 600;
}
.paradoxicon-ic_mail_outline_24px:before{
content: '\ea02'
}
.paradoxicon-ic_compare_arrows_24px:before{
content: '\ea03'
}
.paradoxicon-ic_compare_24px:before{
content: '\ea04'
}
.paradoxicon-ic_share_24px:before{
content: '\ea05'
}
.paradoxicon-bath-tub-1:before{
content: '\ea06'
}
.paradoxicon-shopping-cart-1:before{
content: '\ea07'
}
.paradoxicon-contrast:before{
content: '\ea08'
}
.paradoxicon-heart-1:before{
content: '\ea09'
}
.paradoxicon-sort-tool:before{
content: '\ea0a'
}
.paradoxicon-list-bullet-1:before{
content: '\ea0b'
}
.paradoxicon-menu-8-1:before{
content: '\ea0c'
}
.paradoxicon-menu-4-1:before{
content: '\ea0d'
}
.paradoxicon-menu-3-1:before{
content: '\ea0e'
}
.paradoxicon-menu-1:before{
content: '\ea0f'
}
.paradoxicon-down-arrow:before{
content: '\ea10'
}
.paradoxicon-left-arrow:before{
content: '\ea11'
}
.paradoxicon-right-arrow:before{
content: '\ea12'
}
.paradoxicon-up-arrow:before{
content: '\ea13'
}
.paradoxicon-phone-1:before{
content: '\ea14'
}
.paradoxicon-pin-3-1:before{
content: '\ea15'
}
.paradoxicon-search-content:before{
content: '\ea16'
}
.paradoxicon-single-01-1:before{
content: '\ea17'
}
.paradoxicon-i-delete:before{
content: '\ea18'
}
.paradoxicon-zoom-1:before{
content: '\ea19'
}
.paradoxicon-b-meeting:before{
content: '\ea1a'
}
.paradoxicon-bag-20:before{
content: '\ea1b'
}
.paradoxicon-bath-tub-2:before{
content: '\ea1c'
}
.paradoxicon-web-link:before{
content: '\ea1d'
}
.paradoxicon-shopping-cart-2:before{
content: '\ea1e'
}
.paradoxicon-cart-return:before{
content: '\ea1f'
}
.paradoxicon-check:before{
content: '\ea20'
}
.paradoxicon-g-check:before{
content: '\ea21'
}
.paradoxicon-d-check:before{
content: '\ea22'
}
.paradoxicon-circle-10:before{
content: '\ea23'
}
.paradoxicon-circle-simple-left:before{
content: '\ea24'
}
.paradoxicon-circle-simple-right:before{
content: '\ea25'
}
.paradoxicon-compare:before{
content: '\ea26'
}
.paradoxicon-letter:before{
content: '\ea27'
}
.paradoxicon-mail:before{
content: '\ea28'
}
.paradoxicon-email:before{
content: '\ea29'
}
.paradoxicon-eye:before{
content: '\ea2a'
}
.paradoxicon-heart-2:before{
content: '\ea2b'
}
.paradoxicon-shopping-cart-3:before{
content: '\ea2c'
}
.paradoxicon-list-bullet-2:before{
content: '\ea2d'
}
.paradoxicon-marker-3:before{
content: '\ea2e'
}
.paradoxicon-measure-17:before{
content: '\ea2f'
}
.paradoxicon-menu-8-2:before{
content: '\ea30'
}
.paradoxicon-menu-7:before{
content: '\ea31'
}
.paradoxicon-menu-4-2:before{
content: '\ea32'
}
.paradoxicon-menu-3-2:before{
content: '\ea33'
}
.paradoxicon-menu-2:before{
content: '\ea34'
}
.paradoxicon-microsoft:before{
content: '\ea35'
}
.paradoxicon-phone-2:before{
content: '\ea36'
}
.paradoxicon-phone-call-1:before{
content: '\ea37'
}
.paradoxicon-pin-3-2:before{
content: '\ea38'
}
.paradoxicon-pin-check:before{
content: '\ea39'
}
.paradoxicon-e-remove:before{
content: '\ea3a'
}
.paradoxicon-single-01-2:before{
content: '\ea3b'
}
.paradoxicon-i-add:before{
content: '\ea3c'
}
.paradoxicon-small-triangle-down:before{
content: '\ea3d'
}
.paradoxicon-small-triangle-left:before{
content: '\ea3e'
}
.paradoxicon-small-triangle-right:before{
content: '\ea3f'
}
.paradoxicon-tag-check:before{
content: '\ea40'
}
.paradoxicon-tag:before{
content: '\ea41'
}
.paradoxicon-clock:before{
content: '\ea42'
}
.paradoxicon-time-clock:before{
content: '\ea43'
}
.paradoxicon-triangle-left:before{
content: '\ea44'
}
.paradoxicon-triangle-right:before{
content: '\ea45'
}
.paradoxicon-business-agent:before{
content: '\ea46'
}
.paradoxicon-zoom-2:before{
content: '\ea47'
}
.paradoxicon-zoom-88:before{
content: '\ea48'
}
.paradoxicon-search-zoom-in:before{
content: '\ea49'
}
.paradoxicon-search-zoom-out:before{
content: '\ea4a'
}
.paradoxicon-small-triangle-up:before{
content: '\ea4b'
}
.paradoxicon-phone-call-2:before{
content: '\ea4c'
}
.paradoxicon-full-screen:before{
content: '\ea4d'
}
.paradoxicon-car-parking:before{
content: '\ea4e'
}
.paradoxicon-transparent:before{
content: '\ea4f'
}
.paradoxicon-bedroom-1:before{
content: '\ea50'
}
.paradoxicon-bedroom-2:before{
content: '\ea51'
}
.paradoxicon-search-property:before{
content: '\ea52'
}
.paradoxicon-menu-5:before{
content: '\ea53'
}
.paradoxicon-circle-simple-right-2:before{
content: '\ea54'
}
.paradoxicon-detached-property:before{
content: '\ea55'
}
.paradoxicon-armchair:before{
content: '\ea56'
}
.paradoxicon-measure-big:before{
content: '\ea57'
}
.paradoxicon-b-meeting-2:before{
content: '\ea58'
}
.paradoxicon-bulb-63:before{
content: '\ea59'
}
.paradoxicon-new-construction:before{
content: '\ea5a'
}
.paradoxicon-quite-happy:before{
content: '\ea5b'
}
.paradoxicon-shape-star-1:before{
content: '\ea5c'
}
.paradoxicon-shape-star-2:before{
content: '\ea5d'
}
.paradoxicon-star-rate-1:before{
content: '\ea5e'
}
.paradoxicon-star-rate-2:before{
content: '\ea5f'
}
.paradoxicon-home-2:before{
content: '\ea60'
}
.paradoxicon-home-3:before{
content: '\ea61'
}
.paradoxicon-home:before{
content: '\ea62'
}
.paradoxicon-home-2-2:before{
content: '\ea63'
}
.paradoxicon-home-3-2:before{
content: '\ea64'
}
.paradoxicon-home-4:before{
content: '\ea65'
}
.paradoxicon-home-search:before{
content: '\ea66'
}
.paradoxicon-e-add:before{
content: '\ea67'
}
.paradoxicon-e-delete:before{
content: '\ea68'
}
.paradoxicon-i-delete-2:before{
content: '\ea69'
}
.paradoxicon-i-add-2:before{
content: '\ea6a'
}
.paradoxicon-arrow-right:before{
content: '\ea6b'
}
.paradoxicon-arrow-left:before{
content: '\ea6c'
}
.paradoxicon-arrow-up:before{
content: '\ea6d'
}
.paradoxicon-arrow-down:before{
content: '\ea6e'
}
.paradoxicon-a-check:before{
content: '\ea6f'
}
.paradoxicon-a-add:before{
content: '\ea70'
}
.paradoxicon-chart-bar-32:before{
content: '\ea71'
}
.paradoxicon-chart-bar-32-2:before{
content: '\ea72'
}
.paradoxicon-cart-simple-add:before{
content: '\ea73'
}
.paradoxicon-cart-add:before{
content: '\ea74'
}
.paradoxicon-cart-add-2:before{
content: '\ea75'
}
.paradoxicon-cart-speed-1:before{
content: '\ea76'
}
.paradoxicon-cart-speed-2:before{
content: '\ea77'
}
.paradoxicon-cart-refresh:before{
content: '\ea78'
}
.paradoxicon-ic_format_quote_24px:before{
content: '\ea79'
}
.paradoxicon-quote-1:before{
content: '\ea7a'
}
.paradoxicon-quote-2:before{
content: '\ea7b'
}
.paradoxicon-a-chat:before{
content: '\ea7f'
}
.paradoxicon-b-comment:before{
content: '\ea80'
}
.paradoxicon-chat:before{
content: '\ea81'
}
.paradoxicon-b-chat:before{
content: '\ea82'
}
.paradoxicon-f-comment:before{
content: '\ea83'
}
.paradoxicon-f-chat:before{
content: '\ea84'
}
.paradoxicon-subtitles:before{
content: '\ea85'
}
.paradoxicon-voice-recognition:before{
content: '\ea86'
}
.paradoxicon-n-edit:before{
content: '\ea87'
}
.paradoxicon-d-edit:before{
content: '\ea88'
}
.paradoxicon-globe-1:before{
content: '\f018'
}
.paradoxicon-b-twitter:before{
content: '\f099'
}
.paradoxicon-b-facebook:before{
content: '\f09a'
}
.paradoxicon-b-github-circled:before{
content: '\f09b'
}
.paradoxicon-b-pinterest-circled:before{
content: '\f0d2'
}
.paradoxicon-b-pinterest-squared:before{
content: '\f0d3'
}
.paradoxicon-b-linkedin:before{
content: '\f0e1'
}
.paradoxicon-b-github:before{
content: '\f113'
}
.paradoxicon-b-youtube-squared:before{
content: '\f166'
}
.paradoxicon-b-youtube:before{
content: '\f167'
}
.paradoxicon-b-youtube-play:before{
content: '\f16a'
}
.paradoxicon-b-dropbox:before{
content: '\f16b'
}
.paradoxicon-b-instagram:before{
content: '\f16d'
}
.paradoxicon-b-tumblr:before{
content: '\f173'
}
.paradoxicon-b-tumblr-squared:before{
content: '\f174'
}
.paradoxicon-b-skype:before{
content: '\f17e'
}
.paradoxicon-b-foursquare:before{
content: '\f180'
}
.paradoxicon-b-vimeo-squared:before{
content: '\f194'
}
.paradoxicon-b-wordpress:before{
content: '\f19a'
}
.paradoxicon-b-yahoo:before{
content: '\f19e'
}
.paradoxicon-b-reddit:before{
content: '\f1a1'
}
.paradoxicon-b-reddit-squared:before{
content: '\f1a2'
}
.paradoxicon-language:before{
content: '\f1ab'
}
.paradoxicon-b-spotify-1:before{
content: '\f1bc'
}
.paradoxicon-b-soundcloud:before{
content: '\f1be'
}
.paradoxicon-b-vine:before{
content: '\f1ca'
}
.paradoxicon-b-yelp:before{
content: '\f1e9'
}
.paradoxicon-b-lastfm:before{
content: '\f202'
}
.paradoxicon-b-lastfm-squared:before{
content: '\f203'
}
.paradoxicon-b-pinterest:before{
content: '\f231'
}
.paradoxicon-b-whatsapp:before{
content: '\f232'
}
.paradoxicon-b-vimeo:before{
content: '\f27d'
}
.paradoxicon-b-reddit-alien:before{
content: '\f281'
}
.paradoxicon-b-telegram:before{
content: '\f2c6'
}
.paradoxicon-b-github-squared:before{
content: '\f300'
}
.paradoxicon-b-flickr:before{
content: '\f303'
}
.paradoxicon-b-flickr-circled:before{
content: '\f304'
}
.paradoxicon-b-vimeo-circled:before{
content: '\f307'
}
.paradoxicon-b-twitter-circled:before{
content: '\f30a'
}
.paradoxicon-b-linkedin-squared:before{
content: '\f30c'
}
.paradoxicon-b-spotify:before{
content: '\f327'
}
.paradoxicon-b-instagram-1:before{
content: '\f32d'
}
.paradoxicon-b-evernote:before{
content: '\f333'
}
.paradoxicon-b-soundcloud-1:before{
content: '\f348'
}
@font-face{
font-family: 'ParadoxIcons';
src: url(//www.samucafranstore.com.br/wp-content/plugins/kitify/inc/extensions/elementor/assets/fonts/ParadoxIcons.eot);
src: url(//www.samucafranstore.com.br/wp-content/plugins/kitify/inc/extensions/elementor/assets/fonts/ParadoxIcons.eot) format("embedded-opentype"), url(//www.samucafranstore.com.br/wp-content/plugins/kitify/inc/extensions/elementor/assets/fonts/ParadoxIcons.woff2) format("woff2"), url(//www.samucafranstore.com.br/wp-content/plugins/kitify/inc/extensions/elementor/assets/fonts/ParadoxIcons.woff) format("woff"), url(//www.samucafranstore.com.br/wp-content/plugins/kitify/inc/extensions/elementor/assets/fonts/ParadoxIcons.ttf) format("truetype"), url(//www.samucafranstore.com.br/wp-content/plugins/kitify/inc/extensions/elementor/assets/fonts/ParadoxIcons.svg) format("svg");
font-weight: 400;
font-style: normal
}