/* @Font Museo - Adobe Fonts */
@import url("https://use.typekit.net/hpg4ffy.css");

:root {
    --text-color-primary: #27342f;

    --background-orange: #d26430;
    --text-color-orange: #d26430;

    --background-orange-dark: #c2470e;
    --text-color-orange-dark: #c2470e;

    --background-red: #c02e28;
    --text-color-red: #c02e28;

    --background-red-dark: #7d1f1b;
    --text-color-red-dark: #7d1f1b;

    --background-green: #33423d;
    --text-color-green: #33423d;

    --background-green-light: #519d34;
    --background-green-light-20: #529d3420;
    --background-green-light-40: #529d3440;

    --text-color-orange-details: #e9cd62;
    --text-color-white: #ffffff;
    --background-white: #ffffff;
    --text-color-black: #262626;
    --text-color-black-secondary: #474747;

    --background-white-50: #ffffff50;
    --background-white-75: #ffffffb2;

    --background-black-25: #0000000e;
    --background-black-80: #00000080;

    --shadow-primary: -3.3154067993164062px 5.525677680969238px
        3.3154067993164062px -1.105135440826416px rgba(0, 0, 0, 0.25);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Museo";
}

body {
    overflow-x: hidden;
    background-image: url("../img/images/pattern-background.svg");
}

/* classes de cores */

.text-black-opacity {
    color: var(--text-color-black-secondary) !important;
    opacity: 40%;
}

.text-white {
    color: var(--background-white) !important;
}

.text-green-light {
    color: var(--background-green-light) !important;
}

.text-green {
    color: var(--background-green) !important;
}

.text-orange {
    color: var(--text-color-orange) !important;
}

.text-red {
    color: var(--text-color-red) !important;
}

.background-green-light {
    background-color: var(--background-green-light) !important;
}

.background-white {
    background-color: var(--background-white) !important;
}

.background-green {
    background-color: var(--background-green) !important;
}

.background-orange {
    background-color: var(--background-orange) !important;
}

.background-red {
    background-color: var(--background-red) !important;
}

.fill-orange {
    fill: var(--background-orange) !important;
}

.fill-green {
    fill: var(--background-green) !important;
}

.fill-green-light {
    fill: var(--background-green-light);
}

.fill-red {
    fill: var(--background-red);
}

.content-brand {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-text-brand img {
    max-width: 299px;
}

.card-text-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.card-text-brand p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color-green);
    opacity: 100%;
    line-height: 25px;
}

.card-text-brand p strong {
    font-weight: 700;
}

.card-video-brand {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    box-shadow: var(--shadow-primary);
}

.card-video-brand iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.container-pontos div h2 {
    color: var(--background-green);
    font-weight: 900;
    font-size: 2rem;
}

.container-pontos div sub {
    color: var(--text-color-primary);
    font-weight: 300;
    font-size: 1rem;
}

.card-pontos img {
    height: 450px !important;
    width: 100% !important;
    border-radius: 20px !important;
    object-fit: cover;
}

.card-pontos {
    padding-bottom: 0 !important;
    border: 1px solid var(--background-black-25);
}

.carousel-pontos a:hover img {
    opacity: 80%;
}

.card-title-pontos {
    background-color: var(--background-white);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-top: -38px;
    /* height: 60px; */
    padding: 10px 15px;
    border-radius: 0px 0px 20px 20px;
}

.carousel-pontos a {
    text-decoration: none;
}

.card-title-pontos h4 {
    font-size: 1rem !important;
    font-weight: 700;
    color: var(--text-color-green);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important;
    height: 1.2em;
}

.container-events div h2 {
    color: var(--text-color-orange);
    font-weight: 900;
    font-size: 2rem;
}

.container-events div sub {
    color: var(--text-color-primary);
    font-weight: 300;
    font-size: 1rem;
}

.btn-mobile {
    display: none;
    margin-top: -60px;
}

.btn-pattern {
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    box-shadow: var(--shadow-primary);
    color: var(--text-color-white);
    text-decoration: none;
    font-weight: 300 !important;
    cursor: pointer;
}

.btn-pattern i {
    font-size: 0.7rem;
    margin-left: 8px;
}

.btn-pattern:hover {
    opacity: 90%;
    transition: 300ms;
}

.btn-events {
    background-color: var(--background-orange);
    color: var(--text-color-white);
    font-weight: 300;
    transition: 300ms;
}

.btn-events:hover {
    cursor: pointer;
    opacity: 80%;
    transition: 300ms;
}

.container-events .disabled{
    opacity: 75%;    
}

.container-events .disabled .card-events:hover{
    opacity: 75%;        
    cursor: not-allowed;
}


input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.checked-option{
    display: block;    
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: var(--background-white-50);
    border: 2px solid var(--background-white-50);
    border-radius: 50%;
    transition: 300ms;
}

.checked{
    background-color: var(--background-white);
    border: 4px solid var(--background-black-25);
    transition: 300ms;
}

select {
    outline: 0;
    box-shadow: none;
    border: 0;
    appearance: none;
}

select::-ms-expand {
    display: none;
}
select option {
    color: var(--text-color-black-secondary);
    background-color: var(--background-white);
    font-weight: 300;
    font-size: 1rem;
}
.search-events {
    display: flex;
    justify-content: center;
}

.card-pattern {
    
    box-shadow: var(--shadow-primary) !important;
    background-color: var(--background-white);
    border-radius: 20px;
    transition: transform 300ms;
    padding-bottom: 1px;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid var(--background-black-25);
    width: 100% !important;
    cursor: pointer;
    transition: 300ms;

    &.disabled {
        opacity: 0.6;
        cursor: default;
    }
}



.card-events:focus, .card-pattern:focus-visible, .card-pattern:focus-within{
    border-color: var(--text-color-black-secondary);
}

.card-pattern:not(.disabled):hover {
    opacity: 80%;
    transition: 300ms;
}

.card-pattern img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.card-pattern .square-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min-content;
    align-items: center;
    background-color: var(--background-white);
    padding: 8px 20px;
    top: -35px;
    left: 16px;
    border-radius: 15px;
    font-size: 1.5rem;
    box-shadow: var(--shadow-primary) !important;
}

.card-pattern .square-logo {
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 10px;
    border: 2px solid var(--background-white);
    background-color: var(--background-white);
    box-shadow: var(--shadow-primary);
}

.card-pattern .square-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.grid-pattern-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
}

.card-load-more {
    text-align: center;
    margin-bottom: 32px;
}

.info-card h4,
.info-card h4 strong {
    color: var(--text-color-black);
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important;
    height: 1.2em;
}

.info-card span {
    text-decoration: none;
    color: var(--text-color-black-secondary);
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important;
    height: 1.2em;
}

.location {
    font-weight: 300;
    color: var(--text-color-black);
}

.card-events{
    all: inherit;
    box-shadow: var(--shadow-primary) !important;
    background-color: var(--background-white);
    border-radius: 20px;
    transition: transform 300ms;
    padding-bottom: 1px;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid var(--background-black-25);
    width: 100% !important;
    cursor: pointer;
    transition: 300ms;
}

.card-events .location i {
    color: var(--text-color-orange-details);
}

.card-pattern .square-card strong {
    font-weight: 900;
}

.card-pattern .square-card span {
    font-weight: 300;
    font-size: 1rem;
}

.card-pattern .info-card {
    display: flex;
    flex-direction: column;
    margin: -22px 22px 22px 22px;
}

.card-mayors {
    width: 250px !important;
    cursor:grab;
}

.card-mayors:hover{
    opacity: 100% !important;
}
.card-mayors img {
    height: 320px;
    filter: grayscale(100%);
}

.card-mayors .info-card {
    margin: 8px 22px 22px 22px;
    text-align: center;
}

.info-card-m {
    margin: 8px 22px 8px 22px !important;
}

.square-day {
    color: var(--text-color-orange);
}

.container-video-institucional h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color-green);
    text-align: center;
    margin-bottom: 16px;
}

.container-video-institucional h1 strong {
    color: var(--background-green-light);
    font-weight: 900;
}

.video-institucional {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
    box-shadow: var(--shadow-primary);
    max-height: 620px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-dots {
    margin-top: -32px;
}

.owl-dots .owl-dot.active span {
    opacity: 100%;
    width: 32px !important;
    transition: 300ms;
}

.owl-dots .owl-dot.active span:hover {
    transform: scale(1) !important;
}

.owl-dots .owl-dot span {
    opacity: 50%;
    margin: 0px 4px !important;
    transition: 300ms !important;
}

.owl-dots .owl-dot span:hover {
    transform: scale(1.5) !important;
    transition: 300ms !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    box-shadow: var(--shadow-primary);
    border: 1px solid var(--background-black-25) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem !important;
    transition: 300ms;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    transform: scale(1.1) !important;
    transition: 300ms;
}

.carousel-events .owl-dots .owl-dot.active span {
    background-color: var(--background-orange) !important;
}

.carousel-events .owl-dots .owl-dot span {
    background-color: var(--background-orange) !important;
}

.carousel-categories .owl-dots .owl-dot span {
    height: 8px !important;
}

.carousel-categories-entertainment .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.carousel-categories-history .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    font-size: 0.5rem !important;
    width: 25px !important;
    height: 25px !important;
}

.carousel-events .owl-nav .owl-prev,
.carousel-events .owl-nav .owl-next {
    background-color: var(--background-orange) !important;
    color: var(--background-white) !important;
}

.content-notification-text {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.glass-card-notification {
    background-color: var(--background-white-75) !important;
    -webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 20px;
}

.glass-card-notification .badge span {
    font-weight: 400;
    font-size: 0.8rem;
}

.glass-card-notification h4 {
    font-size: 1.5rem;
    color: var(--text-color-green);
    font-weight: 500;
    margin-bottom: 16px;
}

.glass-card-notification p {
    color: var(--text-color-green);
    opacity: 80%;
    font-weight: 400;
    margin-bottom: 24px;
}

.card-notification img {
    border-radius: 20px !important;
    object-fit: cover;
    width: 50%;
    height: 300px;
}

.card-notification {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 32px;
}

.glass-card-notification h4 mark{
    background-color: var(--background-green-light-20);
    color: var(--background-green-light);        
}

.iframe-360{
    border-radius: 20px !important;
    object-fit: cover;
    width: 100%;
    height: 300px;

}

.card-inverted {
    flex-direction: row-reverse;
}

/* Conteúdo notificações */
/* card parque astronômico */

.banner-merchant img{
    max-width: 100%;
    max-height: 80vh;   
    border-radius: 20px;
}

.banner-merchant{
    display: flex;
    justify-content: center;
}

.background-image-full-merchant {
    background-image: url("../img/images/subsolo-espaco-desktop.png");    
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    border-radius: 0px 0px 20px 20px;
    box-shadow: var(--shadow-primary);
}

.card-full-merchant {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.merchant {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--background-white);
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 50vw;
}

.background-image-full-merchant h4 {
    font-size: 2rem;
    color: var(--text-color-black-secondary);
    font-weight: 900;
}

.background-image-full-merchant h4 span {
    color: var(--background-red);
}

.background-image-full-merchant p {
    color: var(--text-color-black-secondary);
    font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 16px;
}

/* card parque astronômico */

/* página de "notícias" */

.badge svg {
    fill: var(--text-color-white);
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    max-width: 40px;
    height: 37px;
}

.badge {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 8px;
}

.links-local {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.link-data a {
    text-decoration: none;
    color: var(--text-color-green);
}

.link-data a:hover {
    color: var(--background-green-light) !important;
}

.link-data {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color-green);
    opacity: 80%;
    border-radius: 10px;
}


.link-data i {
    white-space: nowrap !important;
}

.link-data i {
    color: var(--background-green-light) !important;
    font-size: 1rem;
    margin-right: 8px;
}

.link-data span i {
    color: var(--text-color-green) !important;
    font-size: 0.8rem;
    margin: 0;
    margin-left: 4px;
}

.info-localization h4 {
    font-size: 1.2rem;
    color: var(--background-green);
    margin-top: 32px;
    margin-bottom: 16px;
}

.info-localization div {
    margin-bottom: 24px;
}

.content-text-body img {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-text-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color-green);
    margin-bottom: 8px;
}

.content-text-body p {
    font-size: 1rem;
    text-align: justify;
    font-weight: 500;
    color: var(--text-color-green);
    opacity: 100%;
    line-height: 25px;
}

.content-text-body iframe {
    width: 100%;
    border-radius: 10px;
}


.content-text-body ul {
    list-style: none;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color-green);
    opacity: 80%;
    line-height: 25px;    
}


.content-text-body ul strong{
    opacity: 100%;
}

.target{
    background-color: var(--background-black-25);
    color: var(--background-green);
    padding: 5px;
}

.content-text-body ul li+li{
    margin-top: 16px;
}

.carousel-gallery .item img {
    margin: 0;
    object-fit: cover;
    width: 100%;
    height: 40vh;
}

.bread-crumbs {
    font-size: 1rem;
    margin: 32px 0px 32px 0px;
}

.bread-crumbs a {
    text-decoration: none;
    color: var(--text-color-green);
    padding: 5px;
}

.bread-crumbs a i {
    color: var(--text-color-green);
    font-size: inherit;
}

.bread-crumbs a:hover,
.bread-crumbs a:hover i {
    color: var(--background-green-light);
}

.bread-crumbs span {
    color: var(--text-color-green);
    opacity: 50%;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bread-crumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bread-crumbs ellipse {
    /* content: "..."; Define os três pontos de elipse */
    color: red !important; /* Defina a cor desejada para os três pontos */
}

.bread-crumbs i {
    font-size: 0.8rem;
    color: var(--text-color-green);
    opacity: 50%;
}

.content-categories h1 {
    color: var(--text-color-green);
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 32px;
    text-align: center;
}

.content-categories h1 strong {
    font-weight: 700;
}

.categories {
    display: grid;
    grid-column-gap: 5%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 5%;
    justify-items: center;
}

.categories a {
    text-decoration: none;
    color: var(--text-color-black-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: 100px;
}

.hover-red,
.hover-green,
.hover-green-light,
.hover-orange {
    transition: 300ms;
}

.categories a:hover .hover-red svg,
.categories a:hover .hover-green svg,
.categories a:hover .hover-green-light svg,
.categories a:hover .hover-orange svg {
    fill: var(--background-white) !important;
}

.categories a:hover .hover-red {
    background-color: var(--background-red) !important;
    transform: translateY(-10px);
    transition: 300ms ease-out;
}
.categories a:hover .hover-green {
    background-color: var(--background-green) !important;
    transform: translateY(-10px);
    transition: 300ms ease-out;
}

.categories a:hover .hover-green-light {
    background-color: var(--background-green-light) !important;
    transform: translateY(-10px);
    transition: 300ms ease-out;
}

.categories a:hover .hover-orange {
    background-color: var(--background-orange) !important;
    transform: translateY(-10px);
    transition: 300ms ease-out;
}

.icon-categories {
    background-color: var(--background-black-25);

    border-radius: 50%;
    width: min-content;
    width: 100px;
    height: 100px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-categories svg {
    height: auto;
    width: 50%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-black-80);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background-white);
    box-shadow: var(--shadow-primary);
    width: 90%;
    height: 80%;
    max-height: 90vh;
    border-radius: 20px;

    display: flex;
    justify-content: center;
}

.modal-content video,
.modal-content iframe,
.modal-content img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.modal-content-text {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 10px;
    color: var(--text-color-black-secondary);
    background-color: var(--background-white);
    box-shadow: var(--shadow-primary);
}

.modal-content-text h4 {
    font-weight: 500;
    margin-bottom: 4px;
}

.modal-content-text p {
    font-weight: 300;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    padding: 5px 8px;
    background-color: var(--background-white);
    border-radius: 10px;
    border: none;
    color: var(--background-black-80);
    box-shadow: var(--shadow-primary);
    cursor: pointer;
}

.copy-right {
    text-align: center;
}

.copy-right a {
    text-decoration: none;
    color: var(--background-white-50);
    font-size: 0.8rem;
    font-weight: 100;
    transition: 300ms;
}

.copy-right a:hover {
    color: var(--background-white);
    transition: 300ms;
}

.categories-pattern {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #888 #ddd;
    padding-bottom: 16px;
    -webkit-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
}

.categories-pattern::-webkit-scrollbar {
    height: 2px;
}

.categories-pattern::-webkit-scrollbar-track {
    background: #ddd;
}

.categories-pattern::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.categories-pattern {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.categories-pattern .btn-categorie {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    gap: 8px;
    border: 3.5px solid var(--background-white-75);
    color: var(--background-white);
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 300;
    transition: 300ms;
}

.btn-categorie:disabled {
    display: none;
}

.categories-pattern .btn-categorie i {
    color: var(--background-white-50);
}

.btn-categorie-food {
    background-color: var(--background-red);
}

.categories-pattern .btn-categorie-food:hover {
    background-color: var(--background-red-dark);
    color: var(--background-white);
    transition: 300ms;
}

.categories-pattern .btn-categorie-food.active {
    background-color: var(--background-red-dark);
}

.btn-categorie-entertainment {
    background-color: var(--background-orange);
}

.categories-pattern .btn-categorie-entertainment:hover {
    background-color: var(--background-orange-dark);
    color: var(--background-white);
    transition: 300ms;
}

.categories-pattern .btn-categorie-entertainment.active {
    background-color: var(--background-orange-dark);
}

#selectYear, #selectMonth {
    min-width: 125px;
    text-align: center;
}

.btn-categorie-history {
    background-color: var(--background-green);
    opacity: 80%;
}

.categories-pattern .btn-categorie-history:hover {
    background-color: var(--background-green);
    opacity: 100%;
    color: var(--background-white);
    transition: 300ms;
}

.categories-pattern .btn-categorie-history.active {
    background-color: var(--background-green);
    opacity: 100%;
}

.btn-categorie-entertainment input:checked ~ .checkmark:after {
    color: #519d34;
    background-color: var(--background-green-light);
}

.principal-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}

.principal-subtitle {
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-color-green);
    margin-bottom: 32px;
    text-align: center;
}

.present-items {
    color: var(--text-color-black-secondary);
    font-weight: 500;
    margin-bottom: 8px;
}

.present-items strong {
    font-weight: 900;
}

#colReadMore {
    display: none;
}

.line-tourist {
    background-image: url("../img/icons/icon-turista-final-pagina.svg");
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 50px;
}

/* MEDIA QUERIES */

@media (min-width: 1400px) {
    .grid-pattern-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 991px) {
    .line-tourist {
        height: 80px;
    }
}

@media (max-width: 1200px) {
}

 
@media (max-width: 991px) {

    .background-image-full-merchant {
        background-image: url("../img/images/subsolo-espaco-mobile.png");  
    }
    
    .glass-card-notification {
        border: 1px solid var(--background-black-25);
        box-shadow: var(--shadow-primary);
    }

    .align-center {
        display: flex;
        justify-content: center;
    }

    .present-items {
        font-size: 0.8rem;
        text-align: center;
    }

    .grid-pattern-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .text-align-center {
        text-align: center;
    }

    .merchant {
        width: 70vw;
    }

    .categories {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .bread-crumbs {
        text-align: center;
        font-size: 0.8rem;
    }

    .bread-crumbs i {
        font-size: 0.7rem;
    }

    .link-data span i {
        font-size: 0.7rem;
    }

    .link-data,
    .link-data i {
        font-size: 0.9rem;
    }

    .links-local {
        
        width: auto;
        background-color: var(--background-black-25);
        padding: 20px;
        border-radius: 10px;
        -webkit-backdrop-filter: blur(5px);
        -moz-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        margin: 0 auto;
    }

    .info-localization {
        text-align: center;
    }

    .mobile-badge {
        justify-content: center;
        font-size: 0.8rem;
    }
    .mobile-badge svg {
        transform: scale(0.8);
    }

    .btn-pattern-mobile {
        font-size: 0.8rem;
    }

    .content-image-header img {
        border-radius: 10px;
        margin-bottom: 16px;
        max-height: 50vh;
    }

    .content-text-body h4 {
        font-size: 1rem;
        text-align: center;
    }

    .content-text-body p {
        font-size: 0.8rem;
        line-height: 20px;
    }

    .content-text-body img {
        border-radius: 10px;
    }

    .video-institucional {
        height: 50vh;
    }

    .container-mobile {
        padding: 0 !important;
    }

    .btn-desktop {
        display: none;
    }

    .btn-mobile {
        display: block;
    }

    .card-notification {
        justify-content: center;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }

    .content-notification-text {
        width: 90vw;
        border-radius: 20px;
    }

    .glass-card-notification h4 {
        font-size: 1.2rem !important;
    }

    .glass-card-notification h4 strong {
        font-weight: 900;
    }

    .card-notification img {
        display: none;
    }
   
    .container-events div h2 {
        text-align: center;
    }

    .container-pontos div h2 {
        font-size: 1.5rem;
    }

    .card-text-brand {
        align-items: center;
    }

    .card-text-brand p {
        text-align: center;
    }

    .card-text-brand img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    
    .banner-merchant img{        
        border-radius: 10px;
    }
    
    .carousel-categories-history .owl-stage-outer {
        display: block;
    }
    
    .modal-content video,
    .modal-content iframe,
    .modal-content img {
        width: 100%;        
        height: auto;
        object-fit: contain;
        border-radius: 20px;
    }

    .modal-content {
        height: auto;  
    }

    .close{
        font-size: 0.8rem;
    }
    

    .info-card span {
        font-size: 0.8rem;
    }

    .carousel-categories-entertainment .owl-stage-outer {
        display: block;
    }

    .card-events .location {
        font-size: 0.8rem;
    }

    .carousel-categories-entertainment .owl-dots .owl-dot span, .carousel-categories-history .owl-dots .owl-dot span , .carousel-categories .owl-dots .owl-dot span {
        height: 5px !important;
    }

    .carousel-categories-entertainment .owl-dots, .carousel-categories-history .owl-dots , .carousel-categories .owl-dots {
        margin-top: 0 !important;
    }

    .categories-pattern .btn-categorie {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .categories-pattern {
        margin-bottom: 16px;
    }

    .principal-title {
        font-size: 1.2rem;
    }
    .principal-subtitle {
        font-size: 0.8rem;
        margin-bottom: 24px;
    }

    .card-pattern .square-logo {
        width: 60px;
        height: 60px;
    }

    .grid-pattern-list .card-pattern img {
        height: 160px;
    }

    .card-pattern h4 {
        font-size: 0.9rem;
    }

    .card-pattern h4 strong {
        font-size: 1rem;
    }

    .card-pattern .square-card {
        font-size: 1.2rem;
    }

    .icon-categories {
        width: 80px;
        height: 80px;
    }

    .background-image-full-merchant {
        height: 50vh;
    }

    .background-image-full-merchant h4 {
        font-size: 1.5rem;
    }

    .merchant {
        width: 80vw;
    }

    .container-video-institucional h1 {
        font-size: 1.2rem;
    }

    .card-video-brand {
        height: 300px;
        border-radius: 10px;
    }

    .card-video-brand iframe {
        border-radius: 10px;
    }

    .categories a .hover-red svg,
    .categories a .hover-green svg,
    .categories a .hover-green-light svg,
    .categories a .hover-orange svg {
        fill: var(--background-white) !important;
    }

    .hover-red {
        background-color: var(--background-red) !important;
    }

    .hover-orange {
        background-color: var(--background-orange) !important;
    }

    .hover-green {
        background-color: var(--background-green) !important;
    }

    .hover-green-light {
        background-color: var(--background-green-light) !important;
    }
}

@media (max-width: 512px) {
    .content-acessibilidade{
        text-align: justify;
    }

    .grid-pattern-list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0px;
    }
}

@media (max-width: 475px) {

    .container-categories{
        margin-bottom: 72px;
    }

    .modal-content-text {        
        bottom: -90px;
    }

    .categories-pattern {
        gap: 4px;
    }

    .card-pattern .square-logo {
        width: 50px;
        height: 50px;
    }

    .card-pattern .square-card {
        font-size: 1rem;
    }

    .card-pattern h4 {
        font-size: 0.9rem;
    }

    .categories a {
        font-size: 0.8rem;
    }

    .merchant {
        width: 95vw;
    }

    .background-image-full-merchant h4 {
        font-size: 1.2rem;
    }

    .background-image-full-merchant p {
        font-size: 0.8rem;
    }

    .content-notification-text {
        width: 100%;
    }

    .card-video-brand {
        height: 250px;
    }

    .card-text-brand img {
        max-width: 180px;
    }

    .card-pontos img {
        height: 380px !important;
    }

    .video-institucional {
        height: 40vh;
    }
}

@media (max-width: 385px) {

    .close{
        font-size: 0.7rem;
    }

    .link-data,
    .link-data i {
        white-space: normal !important;
    }

    .links-local {
        width: auto;
    }

    .card-pattern img {
        height: 200px;
    }

    .categories {
        display: grid;
        grid-column-gap: 5%;
        grid-row-gap: 5%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    #btnSearch {
        padding: 8px;
    }
    
    #btnSearch span {
        display: none;
    }
}


