body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.overflow {
    overflow-y: hidden;
}
.content-center {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}
*:focus-visible {
    outline: none;
}
/* Breadcrumb */
.breadcrumb {
    margin: 0px !important;
    color: #1F1F1F;
}
.breadcrumb ul {
    list-style: none;
    padding: 16px 0px 12px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}
.breadcrumb ul li {
    font-size: 14px;
}
.breadcrumb ul li:last-child {
    font-weight: 500;
}
.breadcrumb ul span {
    margin: 0px 4px;
}
.breadcrumb a {
    text-decoration: none;
    transition: ease all .3s;
    color: #141414;
}
.breadcrumb a:hover {
    color: #B31A1A;
}
.button-verMais {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BEE4FC;
    border-radius: 24px;
    color: #0433BF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    width: 180px;
    margin: 0px auto;
    padding: 11px;
    transition: ease all .3s;
}
.availability-tags {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 6px;
    width: fit-content;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.availability-tags i {
    font-size: 22px;
}
.availability-tags.open {
    background-color: #EDFEF6;
    color: #145E39;
}
.availability-tags.open i {
    color: #0BC45E;
}
.availability-tags.close {
    background-color: #FFDAD6;
    color: #410002;
}
.operation-tags {
    padding: 4px 6px;
    width: fit-content;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
/* Header */
.header {
    width: 100%;
    height: 96px;
    position: fixed;
    background-color: #F7F7F7;
    box-shadow: 0px 1px 20px 0px #00000029;
    top: 0px;
    z-index: 90;
}
.header-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 96px;
}
.header-content a img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
.header-content span {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #B31A1A;
    cursor: pointer;
}
.header-content span i {
   font-size: 33px;
}
.header-content_input {
    width: 100%;
    display: flex;
    align-items: center;
    height: 48px;
    position: relative;
}
.header-content_input input {
    width: 100%;
    position: absolute;
    padding: 15px 20px 15px 50px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #141414;
}
.header-content_input input::placeholder {
    color: #141414;
}
.header-content_input input:hover,
.header-content_input input:focus,
.header-content_input input:focus-visible {
    outline: none;
}
.header-content_input i {
    position: relative;
    padding-left: 20px;
    color: #B31A1A;
    font-size: 20px;
}
.header-content_menu-desktop {
    display: none;
}
.header-content_blur {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    backdrop-filter: blur(3px);
    background-color: #5f5f5fa1;
    top: 0px;
}
.header-content_menu-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    width: 258px;
    height: 100vh;
    position: absolute;
    background-color: #08529E;
    padding: 32px;
    padding-bottom: 30vh;
    right: -258px;
    transition: ease all 0.3s;
    z-index: 101;
    top: 0px;
}
.header-content_menu-mobile.open {
    right: 0px;
}
.header-content_menu-mobile-back {
    cursor: pointer;
    width: fit-content;
    margin-right: auto;
}
.header-content_menu-mobile-back i {
    font-size: 33px;
    color: #FFFFFF;
}
.header-content_menu-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-content_menu-mobile ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
.header-content_mobile-menu-social p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.header-content_mobile-menu-social-block {
    display: flex;
    gap: 8px;
}
.header-content_mobile-menu-social-block a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}
.menu-item-1 {
    background-color: #0167F8;
    font-size: 19px;
}
.menu-item-2 {
    background-color: #DD2A7B;
    font-size: 24px;
}
.menu-item-3 {
    background-color: #000000;
    font-size: 16px;
}
.menu-item-4 {
    background-color: #25D366;
    font-size: 24px;
}
/* Main */
.main {
    margin-top: 96px;
}
.banner-desktop {
    display: none;
}
.banner-mobile {
    width: 100%;
    height: auto;
}
.body-content h1,
.body-content_highlight h2,
.body-content_dear h3,
.body-content_establishments h4,
.body-content_visits h5,
.body-content_guide h6 {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px;
}
.body-content_categories {
    background-color: #F7F7F7;
    padding: 24px 0px;
}
.body-content_categories-carousel {
    margin: 16px 0px;
}
.body-content_categories-carousel-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    width: 102px !important;
    margin: 0px 2px;
    padding: 12px;
    transition: ease all .3s;
    text-decoration: none;
}
.body-content_categories-carousel-card img {
    width: 78px;
    height: auto;
    margin: 0px auto;
    border-radius: 50%;
}
.body-content_categories-carousel-card p {
    color: #141414;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px;
    margin-top: 5px;
    text-align: center;
}
.body-content_categories-carousel-card.active,
.body-content_categories-carousel-card.active:hover {
    background-color: #B2E3FE;
}
.body-content_categories-carousel-card.active p {
    color: #022873;
}
.body-content_highlight {
    background-color: #FFFFFF;
    padding: 48px 0px 56px;
}
.body-content_dear {
    background-color: #FFFFFF;
    padding: 0px 0px 56px;
}
.body-content_carousel {
    padding: 24px 0px 0px;
}
.body-content_carousel-card {
    display: block;
    width: 242px;
    position: relative;
    text-decoration: none;
}
.body-content_carousel-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.body-content_carousel-card p {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 8px 0px;
    margin: 0px;
}
.body-content_carousel-card div b {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.body-content_carousel-card div p {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
}
.body-content_establishments {
    background-color: #F7F7F7;
    padding: 24px 0px;
}
.body-content_establishments-carousel {
    display: flex;
    gap: 24px;
    padding: 16px 0px;
}
.body-content_establishments-carousel-block {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}
.body-content_establishments-carousel-block-card {
    width: 282px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.body-content_establishments-carousel-block-card img {
    width: 64px;
    height: auto;
    border-radius: 50%;
}
.body-content_establishments-carousel-block-card div b {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 185px;
    display: block;
}
.body-content_establishments-carousel-block-card div p {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
}
.body-content_visits {
    display: none;
    background-color: #FFFFFF;
    padding: 56px 0px;
}
.body-content_visits-carousel-card {
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    border-radius: 16px;
    padding: 11px 7px;
    width: 156px;
    height: 277px !important;
    text-decoration: none;
    transition: ease all .3s;
    background-image: url(../img/slides/sorvete.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.body-content_visits-carousel-card p,
.body-content_visits-carousel-card button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.body-content_visits-carousel-card button {
    border: 0px;
    border-radius: 16px;
    padding: 7px 0px;
    width: 100%;
    background-image: linear-gradient(to right, #F9CE34 , #EE2A7B, #6228D7);
    margin-top: 8px;
}
.body-content_guide {
    background-color: #08529E;
    padding: 32px 0px;
}
.body-content_guide .content-center h6 {
    color: #FFFFFF;
}
.body-content_guide-carousel {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 24px;
    padding: 24px 0px;
}
.body-content_guide-carousel-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 16px;
} 
.slick-initialized .body-content_guide-carousel-card.slick-slide  {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    text-decoration: none;
    width: 250px;
    height: auto;
    transition: ease all .3s;
}
.body-content_guide-carousel-card img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0px 0px;
}
.body-content_guide-carousel-card-block {
    background-color: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
    padding: 12px;
    min-height: 183px;
    height: 100%;
    display: flex;
    flex-direction: column;
} 
.body-content_guide-carousel-card-block span {
    width: fit-content;
    background-color: #B2E3FE;
    border-radius: 16px;
    padding: 9px 16px;
    color: #022873;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.body-content_guide-carousel-card-block p {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 12px 0px auto;
}
.body-content_guide-carousel-card-block-local p {
    color: #ADADAD;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 5px 0px 0px 5px;
}
.body-content_guide-carousel-card-block-local span {
    background-color: transparent;
    display: flex;
    gap: 2px;
    padding: 0px;
}
.body-content_guide-carousel-card-block-local span i {
    font-size: 24px;
    color: #F88686;
}
.body-content_guide-carousel-card-block-local span p {
    display: flex;
    align-items: flex-end;
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
}
.body-content_guide-more {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #BEE4FC;
    border-radius: 24px;
    padding: 12px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: ease all .3s;
}
.body-content_app {
    background-color: #0483D4;
    padding: 32px 0px;
}
.body-content_app p {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    margin: 0px;
    margin-bottom: 24px;
}
.body-content_app a {
    display: block;
    width: 100%;
    background-color: #0433BF;
    border-radius: 24px;
    padding: 12px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: ease all .3s;
}
.body-content_app img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 32px auto 0px auto;
}
/* Footer */
.footer {
    background-color: #F7F7F7;
    padding: 16px 0px 32px;
    margin-top: auto;
}
a.footer-content-img {
    display: block;
    width: fit-content;
    margin: 0px auto 15px auto;
}
.footer-content a img {
    width: 164px;
    height: auto;
}
.footer-conten_social p,
.footer-conten_copy p {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}
.footer-conten_copy p a {
    color: #656565;
    font-size: 14px;
    text-decoration: none;
    transition: ease all .3s;
}
.footer-conten_copy p a:hover {
    color: #E6631C;
}
.footer-conten_social p {
    margin-bottom: 10px;
    text-align: center;
}
.footer-conten_social-redes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.footer-conten_social-redes a {
    display: block;
    color: #656565;
    text-decoration: none;
    transition: ease all .3s;
}
.footer-conten_social-redes a.footer-item-1 {
    font-size: 26px;
}
.footer-conten_social-redes a.footer-item-2 {
    font-size: 35px;
}
.footer-conten_social-redes a.footer-item-3 {
    font-size: 23px;
}
.footer-conten_social-redes a.footer-item-4 {
    font-size: 32px;
}
.footer-conten_copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid #E3E3E3;
    margin-top: 45px;
}
/* Listagem de Cupons e Estabelecimentos */
.la-toggle-on {
    display: none;
}
.la-toggle-on.active {
    display: block;
}
.la-toggle-off {
    display: none;
}
.la-toggle-off.off {
    display: block;
}
.button-filter {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
    margin: 0px 0px 0px auto;
    width: fit-content;
}
.button-filter i {
    margin-left: 8px;
}
.button-filter-redo {
    background-color: #F7F7F7;
    border: 0px;
    border-radius: 16px;
    color: #141414;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 5px;
    height: 21px;
    width: fit-content;
    margin: 10px auto 15px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: ease all .3s;
}
.button-filter-redo svg {
    width: 16px;
    height: auto;
}
.listagem-body-content-menu {
    width: 285px;
    height: 100vh;
    position: absolute;
    background-color: #F0F4F7;
    padding: 32px 16px;
    right: -285px;
    transition: ease all 0.3s;
    z-index: 101;
    top: 0px;
}
.listagem-body-content-menu.open {
    right: 0px;
    overflow: auto;
}
.listagem-body-content-menu .content-center {
    padding: 0px;
}
.listagem-body-content-menu-back {
    cursor: pointer;
    width: fit-content;
    margin-right: auto;
}
.listagem-body-content-menu-back i {
    font-size: 33px;
    color: #1F1F1F;
}
.listagem .body-content_categories {
    background-color: #F0F4F7;
    padding: 0px;
}
.listagem .body-content_categories .content-center {
    padding: 0px;
}
.listagem-body-content-filter {
    display: flex;
    flex-direction: column;
}
.listagem-filter, .listagem-filter-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    cursor: pointer;
    margin-bottom: 16px;
}
.listagem-filter i.rotate {
    transform: rotate(180deg);
}
.listagem-filter-content {
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    transition: max-height .3s ease-out;
}
.listagem-filter-content-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0px 0px 32px 0px;
    margin: 0px;
    min-width: 236px;
}
.listagem-filter-content-block li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    background-color: #E6EBF1;
    height: 34px;
    min-height: fit-content;
    width: fit-content;
    padding: 0px 16px;
    border-radius: 17px;
    transition: ease all .3s;
}
.listagem-filter-content-block li.active {
    color: #022873;
    background-color: #B2E3FE;
}
.listagem-filter-open {
    justify-content: flex-start;
    gap: 12px;
}
.tab {
    display: flex;
    gap: 16px;
    margin: 16px auto;
}
.tab button {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 24px;
    height: 32px;
    width: calc(50% - 12px);
    min-width: fit-content;
    transition: ease all .2s;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
}
.tab button svg {
    fill: #ADADAD;
}
.tab button:hover {
    background-color: #FEEBEE;
    border: 1px solid #FEEBEE;
}
.tab button:hover svg, .tab button.active svg {
    fill: #B31A1A;
}
.tab button.active {
    background-color: transparent;
    border: 1px solid #B31A1A;
    color: #B31A1A;
}
.tabcontent {
    display: none;
    padding: 0px;
    border: none;
}
.tabcontent-list-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
.tabcontent-list-block .body-content_establishments-carousel-block-card {
    width: calc(33.33% - 16px);
    padding: 0px;
    margin-bottom: 8px;
    text-decoration: none;
}
.tabcontent-list-block .body-content_carousel-card {
    margin-bottom: 0px;
    text-decoration: none;
    width: calc(50% - 12px);
}
.view-more-button {
    display: block;
    background-color: transparent;
    height: 48px;
    width: 180px;
    border-radius: 24px;
    color: #0433BF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #BEE4FC;
    border: 0px;
    transition: ease all .3s;
    margin: 56px auto;
}
.view-more-button:hover {
    box-shadow: 0px 0px 0px 2px #BEE4FC;
}
.tabcontent-list-block-noResult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
}
.tabcontent-list-block-noResult img {
    width: 100%;
    height: auto;
    max-width: 265px;
}
.tabcontent-list-block-noResult b, .tabcontent-list-block-noResult p {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}
.tabcontent-list-block-noResult p {
    font-weight: 400;
    margin: 0px;
}
.tabcontent-list-block-noResult .button-filter-redo {
    display: block;
    background-color: transparent;
    height: 48px;
    width: 180px;
    border-radius: 24px;
    color: #0433BF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #BEE4FC;
    border: 0px;
    transition: ease all .3s;
    margin: 16px auto 56px auto;
}
.tabcontent-list-block-noResult .button-filter-redo:hover {
    box-shadow: 0px 0px 0px 2px #BEE4FC;
    background-color: transparent;
}
/* Single de Cupons */
.single-coupon-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 12px 0px 32px 0px;
}
.single-coupon-block img {
    width: 100%;
    height: fit-content;
    border-radius: 16px;
}
.single-coupon-block-infos {
    width: 100%;
}
.single-coupon-block-infos .availability-tags {
    position: relative;
    top: inherit;
    right: inherit;
}
.single-coupon-block-infos b {
    display: block;
    color: #1F1F1F;
    font-size: 24px;
    line-height: 30px;
    margin: 16px 0px 16px 0px;
}
.single-coupon-block-infos p {
    color: #ADADAD;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
}
.single-coupon-block-infos-establishment {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid #DFE0E2;
    border-radius: 16px;
    margin: 16px 0px 16px 0px;
    text-decoration: none;
}
.single-coupon-block-infos .single-coupon-block-infos-establishment img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.single-coupon-block-infos-establishment b {
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
}
.single-coupon-block-infos-establishment p {
    color: #ADADAD;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
}
.single-coupon-block-infos a.rescue {
    background-color: #0433BF;
    border-radius: 24px;
    border: 0px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: ease all .3s;
    text-decoration: none;
}
.single-coupon-rules {
    background-color: #E1F4FF;
    padding: 24px 0px;
    width: 100%;
}
.single-coupon-rules-title {
    background-color: #FFFFFF;
    border-radius: 16px 16px 0px 0px;
    padding: 16px;
    border-bottom: 1px solid #DFE0E2;
    margin: 0px;
    box-shadow: 0px 0px 6px -1px #00000029;
    color: #242C30;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.single-coupon-rules-block {
    background-color: #FFFFFF;
    border-radius: 0px 0px 16px 16px;
    padding: 16px;
    box-shadow: 0px 0px 6px -1px #00000029;
    color: #242C30;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.single-coupon-rules-block-schedules span,
.single-establishment-tabs-block-schedules span,
.print-column-block-body-schedules span {
    display: block;
    border-bottom: 1px solid #DFE0E2;
}
.single-coupon-rules-block-schedules span:last-child, 
.single-establishment-tabs-block-schedules span:last-child, 
.print-column-block-body-schedules span:last-child {
    border: 0px;
}
.single-coupon-rules-block-schedules-line, 
.single-establishment-tabs-block-schedules-line,
.print-column-block-body-schedules-line {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 16px 0px;
}
.single-coupon-rules-block-schedules span:last-child .single-coupon-rules-block-schedules-line,
.single-establishment-tabs-block-schedules span:last-child .single-establishment-tabs-block-schedules-line,
.print-column-block-body-schedules span:last-child .print-column-block-body-schedules-line {
    padding-bottom: 0px;
}
.single-coupon-rules-block-schedules-line p,
.single-establishment-tabs-block-schedules-line p,
.print-column-block-body-schedules-line p {
    width: 100px;
    margin: 0px;
    color: #6F7581;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.single-coupon-rules-block-schedules-line b,
.single-establishment-tabs-block-schedules-line b, 
.print-column-block-body-schedules-line b {
    color: #242C30;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.single-coupon-more {
    padding: 32px 0px 70px 0px;
}
.single-coupon-more-carousel {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}
.single-coupon-more p.title {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 32px;
}
.single-coupon-more p.title mark {
    color: #B31A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    background-color: transparent;
    padding: 0px;
}
/* Single de Estabelecimentos */
.single-establishment-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    margin-bottom: 32px;
}
.single-establishment-block img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.single-establishment-block b {
    color: #1F1F1F;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.single-establishment-block p {
    color: #ADADAD;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
    margin-bottom: 3px;
}
.single-establishment-carousel-card {
    display: block;
    width: 100%;
    max-width: 588px;
    min-width: 1px;
}
.single-establishment-carousel img {
    max-width: 100%;
    height: auto;
    display: block;
}
.single-establishment-tabs {
    margin: 24px 0px 56px 0px;
}
div#aboutEstablishment {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 0px 6px -1px #00000029;
    border-radius: 16px;
    padding: 24px 16px;
}
.single-establishment-tabs-block .tabcontent-list-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.single-establishment-tabs-block .tabcontent-list-block b {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.single-establishment-tabs-block .tabcontent-list-block b:nth-of-type(-n+1) {
    margin-bottom: 16px;
}
.single-establishment-tabs-block .tabcontent-list-block p {
    color: #242C30;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}
.single-establishment-tabs-block-options {
    margin: 32px 0px;
}
.single-establishment-tabs-block-options-tag {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.single-establishment-tabs-block-options-tag span {
    width: fit-content;
    background-color: #B2E3FE;
    border-radius: 16px;
    padding: 9px 16px;
    color: #022873;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.single-establishment-tabs-block .tabcontent-list-block .single-establishment-tabs-block-schedules-line b {
    color: #242C30;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}
.tabcontent-list-block .tabcontent-list-block-contact b,
.tabcontent-list-block .tabcontent-list-block-address b,
.tabcontent-list-block .tabcontent-list-block-cnpj b {
    color: #1F1F1F;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px !important;
    display: block;
}
.tabcontent-list-block-contact-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.tabcontent-list-block-contact-block div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tabcontent-list-block-contact-block div a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    text-decoration: none;
    box-shadow: 0px 0px 0px 1px #BEE4FC;
    border-radius: 24px;
    transition: ease all .3s;
    margin: auto;
}
.tabcontent-list-block-contact-block-reels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 16px;
    background-image: linear-gradient(120deg, #F9CE34, #EE2A7B, #6228D7);
    text-decoration: none;
    padding: 24px 16px;
}
.tabcontent-list-block .tabcontent-list-block-contact-block-reels p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.tabcontent-list-block-contact-block-reels span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 3px;
}
.tabcontent-list-block-address div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.single-establishment-tabs-block-separator {
    background-color: #DFE0E2;
    width: 100%;
    height: 1px;
    margin: 32px 0px;
}
/* Print Resgatado */ 
.print {
    background-image: linear-gradient(to bottom, #0473C0 0, #0473C0 266px, #E1F4FF 0);
    position: relative;
}
.print-banner {
    display: none;
}
.print-column {
    position: relative;
    padding-bottom: 56px;
    z-index: 2;
}
.print-column #breadcrumb-container a, .print-column #breadcrumb-container li, .print-column #breadcrumb-container span {
    color: #FFFFFF;
}
.print-column h1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 12px 0px 24px 0px;
}
.print-column-block {
    width: calc(100% - 32px);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px 3px #00000029;
    border-radius: 16px;
    margin: 0px 16px;
}
.print-column-block img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.print-column-block-body {
    padding: 24px 16px;
}
.print-column-block-body-title {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    display: block;
}
.print-column-block-body-use {
    color: #242C30;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}
.print-column-block-body-span {
    color: #6F7581;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.print-column-block-body svg {
    display: block;
    width: 100%;
    max-width: 296px;
    height: auto;
    margin: auto;
}
.print-column-block-body-code {
    color: #141414;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px;
}
.print-column-block-body-title-rules {
    color: #242C30;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFE0E2;
}
.print-column-block-body-rules {
    color: #242C30;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 16px 0px;
}
.print-column-block-body button {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    background-color: #0433BF;
    border-radius: 24px;
    width: 100%;
    height: 48px;
    border: 0px;
    margin-top: 16px;
    transition: ease all .3s;
}
.loader {
    background: #cccaca;
}
.coupon-loader {
    width: 100%;
    aspect-ratio: 5 / 3;
    border-radius: 16px;
}
.establishment-loader {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.establishment-type-loader {
    aspect-ratio: 1;
    border-radius: 50%;
}
@media (max-width: 800px) {
    .tabcontent-list-block .body-content_establishments-carousel-block-card {
        width: calc(50% - 12px);
    }
    /* Single de Estabelecimentos */
    .single-establishment-carousel-card {
        max-width: 242px;
    }
}
@media (max-width: 580px) {
    .tabcontent-list-block .body-content_establishments-carousel-block-card,
    .tabcontent-list-block .body-content_carousel-card {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .content-center {
        padding: 0px 40px;
    }
    .button-verMais:hover {
        box-shadow: 0px 0px 0px 1px #BEE4FC;
    }
    /* Header */
    .header {
        height: 72px;
    }
    .header-content {
        height: 72px;
        flex-wrap: nowrap;
        gap: 30px;
    }
    .header-content a img {
        max-width: 133px;
        width: 133px;
    }
    .header-content span {
        display: none;
    }
    .header-content_input {
        max-width: 486px;
        min-width: 1px;
    }
    .header-content_menu-desktop {
        display: flex;
        gap: 16px;
        min-width: fit-content;
    }
    .header-content_menu-desktop a {
        color: #1F1F1F;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
    }
    .header-content_menu-desktop a:hover {
        color: #B31A1A;
    }
    .header-content_menu-mobile {
        display: none;
    }
    /* Main */
    .main {
        margin-top: 72px;
    }
    .banner-desktop {
        display: block;
        width: 100%;
        height: auto;
    }
    .banner-mobile {
        display: none;
    }
    .body-content_categories {
        padding: 32px 0px;
    }
    .body-content_categories-carousel-card:hover {
        background-color: #EBF7FF;
    }
    .body-content_categories-carousel-card:hover p {
        color: #022873;
    }
    .body-content_highlight {
        padding: 56px 0px;
    }
    .body-content_carousel {
        padding: 32px 0px 0px;
    }
    .body-content_carousel-card {
        width: 384px;
        position: relative;
    }
    .body-content_establishments {
        padding: 32px 0px;
    }
    .body-content_visits-carousel-card {
        padding: 16px 18px;
        width: 282px;
        height: 500px !important;
    }
    .body-content_visits-carousel-card:hover {
        box-shadow: 0px 0px 0px 2px #B31A1A;
    }
    .body-content_visits-carousel-card p,
    .body-content_visits-carousel-card button {
        font-size: 16px;
        line-height: 21px;
    }
    .body-content_visits-carousel-card button {
        max-width: 180px;
        margin: 8px auto 0px auto;
    }
    .body-content_guide {
        padding: 48px 0px;
    }
    .body-content_guide-carousel {
        padding: 32px 0px;
    }
    .body-content_guide-carousel-card {
        width: 384px;
    }
    .body-content_guide-carousel-card:hover {
        box-shadow: 0px 0px 0px 2px #B31A1A;
    }
    .body-content_guide-carousel-card-block {
        padding: 16px;
    }
    .body-content_guide-more {
        max-width: 180px;
        margin: 0px auto;
    }
    .body-content_guide-more:hover {
        box-shadow: 0px 0px 0px 1px #BEE4FC;
    }
    .body-content_app {
        background-color: #FFFFFF;
        padding: 56px 0px;
    }
    .body-content_app-block {
        background-color: #0483D4;
        padding: 48px;
        border-radius: 16px;
    }
    .body-content_app-block-sub {
        width: 100%;
        max-width: 1050px;
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin: auto;
    }
    .body-content_app-block-sub div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        max-width: 634px;
    }
    .body-content_app p {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 0px;
    }
    .body-content_app a {
        max-width: 282px;
        margin-right: auto;
    }
    .body-content_app a:hover {
        background-color: #022873;
    }
    .body-content_app img {
       max-width: 252px;
       height: auto;
       margin: 0px;
       margin-left: auto;
    }
    /* Footer */
    .footer {
        padding: 40px 0px;
    }
    .footer-conten_social-redes a:hover {
        color: #F04134;
    }
    .footer-conten_copy {
        flex-direction: row;
        align-items: center;
    }
    /* Listagem de Cupons e Estabelecimentos */
    .button-filter {
        display: none;
    }
    .button-filter-redo:hover {
        background-color: #EBF7FF;
    }
    .listagem-body-content-menu {
        width: 100%;
        background-color: #FFFFFF;
        position: inherit;
        height: auto;
        padding: 0px;
        z-index: 1;
    }
    .listagem-body-content-menu .content-center {
        padding: 0px 40px;
    }
    .listagem-body-content-menu-back {
        display: none;
    }
    .listagem .body-content_categories {
        background-color: #FFFFFF;
        padding: 0px;
    }
    .listagem-body-content-filter {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 9px 48px;
        margin-bottom: 16px;
        border: 1px solid #E3E3E3;
        border-radius: 28px;
    }
    .listagem-filter, .listagem-filter-open {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #141414;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        cursor: pointer;
        margin-bottom: 0px;
    }
    .listagem-filter i {
        display: none;
    }
    .listagem-filter-content {
        overflow: inherit;
        max-height: fit-content;
        transition: none;
        position: absolute;
    }
    .listagem-filter-content-block {
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .3s ease, opacity .3s ease;
        position: relative;
        width: 100%;
        max-width: 600px;
        background-color: #FFFFFF;
        border: 1px solid #E3E3E3;
        border-radius: 16px;
        padding: 24px;
        top: 25px;
    }
    .listagem-filter-content-block.open {
        box-shadow: 0px 0px 10px -5px #373737b3;
        pointer-events: all;
        max-height: 500px;
        opacity: 1;
        z-index: 1;
    }
    .listagem-filter-content-block li {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        color: #525252;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        background-color: #E6EBF1;
        height: 34px;
        width: fit-content;
        padding: 0px 16px;
        border-radius: 17px;
    }
    .listagem-filter-content-block li:hover {
        color: #022873;
        background-color: #EBF7FF;
    }
    .listagem-filter-content-block li.active {
        color: #022873;
        background-color: #B2E3FE;
    }
    .listagem-filter-open svg {
        width: 35px;
        height: auto;
    }
    .tab {
        gap: 24px;
        margin: 0px;
        margin-bottom: 32px;
    }
    .tab button {
        gap: 12px;
        height: 46px;
        font-size: 20px;
    }
    .tabcontent-list-block .body-content_establishments-carousel-block-card {
        width: calc(25% - 18px);
    }
    .tabcontent-list-block .body-content_carousel-card {
        margin-bottom: 16px;
        width: calc(33.33% - 16px);
    }
    .view-more-button {
        margin: 24px auto 56px auto;
    }
    /* Single de Cupons */
    .single-coupon-block {
        flex-direction: row;
        margin: 20px 0px 48px 0px;
    }
    .single-coupon-block img {
        width: 57.5%;
    }
    .single-coupon-block-infos {
        width: calc(43.5% - 24px);
    }
    .single-coupon-block-infos b {
        margin: 16px 0px 8px 0px;
    }
    .single-coupon-block-infos-establishment {
        margin: 16px 0px 32px 0px;
    }
    .single-coupon-block-infos-establishment b {
        margin: 0px;
    }
    .single-coupon-block-infos a.rescue:hover {
        background-color: #022873;
    }
    .single-coupon-rules {
        padding: 32px 0px;
    }
    .single-coupon-rules-title {
        padding: 24px 16px 16px 16px;
        font-size: 24px;
        max-width: 588px;
        margin: 0px auto;
    }
    .single-coupon-rules-block {
        padding: 16px 16px 24px 16px;
        max-width: 588px;
        margin: 0px auto;
    }
    .single-coupon-more {
        padding: 48px 0px 56px 0px;
    }
    .single-coupon-more-carousel {
        gap: 24px;
    }
    /* Single de Estabelecimentos */
    .single-establishment-block {
        gap: 24px;
        margin-top: 20px;
    }
    .single-establishment-block img {
        width: 78px;
        height: 78px;
    }
    .single-establishment-block b {
        font-size: 32px;
        line-height: 38px;
    }
    .single-establishment-block p {
        font-size: 18px;
    }
    .single-establishment-carousel-card {
        width: 588px;
    }
    .single-establishment-tabs {
        margin: 56px 0px;
    }
    div#aboutEstablishment, div#establishmentCoupons {
        background-color: #FFFFFF;
        border: 1px solid #E3E3E3;
        box-shadow: 0px 0px 6px -1px #00000029;
        border-radius: 16px;
        padding: 24px;
    }
    .single-establishment-tabs-block .tabcontent-list-block b {
        font-size: 24px;
    }
    .tabcontent-list-block-contact-block {
        flex-direction: row;
        gap: 24px;
    }
    .tabcontent-list-block-contact-block div {
        width: calc(50% - 12px);
    }
    .tabcontent-list-block-contact-block div a:hover {
        box-shadow: 0px 0px 0px 2px #BEE4FC;
    }
    .tabcontent-list-block-contact-block-reels {
        width: calc(50% - 12px);
    }
    /* Print Resgatado */ 
    .print {
        background-image: linear-gradient(to bottom, #0473C0 0, #0473C0 376px, #E1F4FF 0);
    }
    .print-banner {
        display: block;
        background-color: transparent;
        position: absolute;
        height: 376px;
        display: flex;
        justify-content: space-between;
        align-items: end;
        pointer-events: none;
        top: 0;
        left: 0;
        right: 0;
    }
    .print-banner img {
        width: 180px;
        height: auto;
        margin-bottom: 50px;
    }
    .print-column #breadcrumb-container a:hover {
        color: #B31A1A;
    }
    .print-column h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 20px 0px 32px 0px;
    }
    .print-column-block {
        width: 100%;
        max-width: 588px;
        margin: auto;
    }
    .print-column-block-body {
        padding: 32px 16px;
    }
    .print-column-block-body svg {
        max-width: 328px;
    }
    .print-column-block-body-code {
        margin-bottom: 40px;
    }
    .print-column-block-body-title-rules {
        font-size: 24px;
        padding-bottom: 13px;
    }
    .print-column-block-body button {
        margin-top: 32px;
    }
    .print-column-block-body button:hover {
        background-color: #022873;
    }
}