/* =Fonts
========================================================================================*/

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:16px; line-height:1.45; font-weight: 400; font-family: 'Space Grotesk', Arial, Helvetica, sans-serif; color:#000000; letter-spacing: 0.025rem; background: #F2F5EB; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#2B453D; text-decoration:none; -webkit-transition:all 350ms; transition:all 350ms; }
a:hover { color:#2B453D; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active { background-color:transparent; }
}
b, strong { font-weight: 600; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 0.8rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 400; color: #000000; }
h1, .h1 { font-size:3rem; } /* 48px */
h2, .h2 { font-size:2.5rem; } /* 40px */
h3, .h3 { font-size:2.375rem; } /* 38px */
h4, .h4 { font-size:2rem; } /* 32px */
h5, .h5 { font-size:1.75rem; } /* 28px */
h6, .h6 { font-size:1.25rem; } /* 20px */

ul:last-child { margin: 0; }
ul, ol { padding-left: 1.2rem; }
ul li, ol li { line-height:1.45; margin-bottom: 0.35rem; }
img { max-width: 100%; height: auto; }
.container { max-width: 1384px; }
.text-primary { color:#2B453D !important; }
.bg-primary { background:#2B453D !important; }
.bg-light { background-color: #F0F4F8 !important; }
.text-black { color:#000000 !important; }
.bg-black { background:#000000 !important; }
.border-primary { border-color: #2B453D !important; }
.border-light-primary { border-color: #B2BEBB !important; }
.lighter-primary { color: #B2BEBB !important; }
.text-light-primary { color: #84BD00 !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 { color: #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a { color: inherit; text-decoration: underline; }


/* =Form Css
========================================================================================*/
.btn { font-weight: 400; box-shadow: none !important; outline: none !important; border-radius: 0; transition: 0.35s all; padding: 0.6rem 2rem; border-width: 1px; border-style: solid; }
.btn.btn-primary { background:#2B453D; border-color: #2B453D; color: #fff; }
.btn.btn-primary:hover { background: #84BD00; border-color: #84BD00; color: #fff; }
.btn.btn-outline-primary { background:transparent; border-color: #2B453D; color: #2B453D; }
.btn.btn-outline-primary:hover { background: #2B453D; border-color: #2B453D; color: #fff; }
.btn.btn-secondary { background:#FFB511; color: #fff; border-color: #FFB511; }
.btn.btn-secondary:hover { background: #D6960A; color: #fff; border-color: #D6960A; }
.btn.btn-outline-secondary { background:transparent; color: #FFB511; border-color: #FFB511; }
.btn.btn-outline-secondary:hover { background: #FFB511; color: #fff; border-color: #FFB511; }

.btn.btn-outline-white { background:transparent; border-color: #ffffff; color: #ffffff; }
.btn.btn-outline-white:hover { background: #ffffff; border-color: #ffffff; color: #2B453D; }

.btn.btn-sm { font-size: 14px; padding: 7px 12px; }

.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #E1E2EA; border-radius: 0.5rem; font-size: 1rem; font-weight: 500; padding: 0.6rem 1rem; box-shadow: none; outline: none; color: #000000; }
.form-control:focus { box-shadow: none; outline: none; border-color: #BBBDCC; }
textarea.form-control { height: 100px; }
.form-control::placeholder { color: #000000; opacity: 0.4; }
.form-check label { font-weight: 500; }
.form-check-input:checked { background-color: #2B453D; border-color: #2B453D; }
.form-label { font-weight: 500; color: #000; }

/* =Header Css
========================================================================================*/
#header { position: sticky; top: 0; z-index: 9; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); transition: 0.35s all; background: #F2F5EB; }
.header-top { background-color: #2B453D; padding: 0.625rem 0; }
.header-contact a { display: flex; align-items: center; color: #fff; font-weight: 500; transition: 0.35s all; margin-right: 1rem; }
.header-contact a:last-child { margin-right: 0; }
.header-contact a figure { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.header-contact a figure svg { width: 16px; height: 16px; fill: #fff; transition: 0.35s all; }
.header-contact a:hover { color: #fff; }
.header-contact a:hover figure { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.header-contact a:hover figure svg { fill: #2B453D; }
.social-links { display: flex; align-items: center; margin-left: auto; }
.social-links a { height: 40px; width: 40px; margin: 0 0.7rem 0 0; border: 1px solid #fff; border-radius: 50px; display: flex; align-items: center; justify-content: center; transition: 0.35s all; box-shadow: none; }
.social-links a:last-child { margin-right: 0; }
.social-links a figure { margin: 0; width: 16px; height: 16px; }
.social-links a figure svg { width: 100%; height: auto; fill: #fff; transition: 0.35s all; vertical-align: top; }
.social-links a:hover { background: #fff; box-shadow: 0 4px 4px rgba(142, 152, 118, 0.4); }
.social-links a:hover svg { fill: #2B453D; }
.header-bottom { background-color: #F2F5EB; padding: 1rem 0; }
.logo { max-width: 166px; width: 100%; }
.logo figure { margin: 0; max-width: 130px; width: 100%; }
.logo figure img { width: 100%; height: auto; }
.logo figure a { display: block; }
.right-menubar .navbar { padding: 0; }
.navbar ul li { margin-right: 0.6rem; font-size: 1rem; letter-spacing: 0.04rem; margin-bottom: 0; }
.navbar ul li a { color: #2B453D; transition: 0.35s all; }
.navbar ul li a.active, .navbar ul li:hover > a { color: #84BD00; }
.navbar ul li .dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.navbar ul li li { margin: 0; }
.navbar ul li li a { padding: 0.5rem 1rem; }
.navbar ul li li:hover a { background: #2B453D; color: #fff; }
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.navbar .navbar-toggler { position: relative; height: 30px; width: 30px; background: #F2F5EB; padding: 0; box-shadow: none; outline: none; border-radius: 0; border: 0; display: none; }
.navbar .navbar-toggler span { height: 1px; width: auto; background: #2B453D; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: 0.35s all; }
.navbar .navbar-toggler span:before, .navbar .navbar-toggler span:after { content: ""; position: absolute; left: 0; right: 0; margin: auto; height: 1px; transform: none; background: #2B453D; transition: 0.35s all; }
.navbar .navbar-toggler span::before { top: -9px; }
.navbar .navbar-toggler span::after { bottom: -9px; }
.navbar .navbar-toggler:not(.collapsed) span { background: transparent; }
.navbar .navbar-toggler:not(.collapsed) span:before, .navbar .navbar-toggler:not(.collapsed) span:after { top: 0; bottom: 0; margin: auto; }
.navbar .navbar-toggler:not(.collapsed) span:before { transform: rotate(45deg); }
.navbar .navbar-toggler:not(.collapsed) span:after { transform: rotate(-45deg); }
.navbar .navbar-nav .current-menu-item > a { position: relative; padding-bottom: 0.25rem; color:#84BD00; }
.navbar .navbar-nav .current-menu-item > a::after { content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#84BD00; transition:0.35s all; }

.header-btns .btn { height: 40px; padding-top: 0; padding-bottom: 0; line-height: 40px; }
.header-search { width: 40px; display: flex; align-items: center; justify-content: center; }
.header-search svg path { stroke: #2B453D; transition: 0.35s all; }
.header-search:hover svg path { stroke: #fff; }
.header-search-box { position: relative; margin-right: 1rem; }
.header-search-input { position: absolute; width: 300px; right: 0; top: calc(100% + 1rem); padding: 0.7rem; background: #f2f5eb; box-shadow: 0 25px 15px rgba(0,0,0,0.3); display: none; }
.header-search-input .form-control { border-radius: 0; padding-right: 40px; }
.search-btn { position: absolute; right: 0.7rem; top: 0.7rem; bottom: 0.7rem; width: 40px; background: transparent; border: 0; display: flex; align-items: center; justify-content: center; }
.search-btn svg { width: 20px; fill: #2b453d; }

/* =Footer page Css
========================================================================================*/
.footer-top { padding: 1.5rem 0; border-top: 1px solid #FFFFFF; }
.f-logo { max-width: 200px; width: 100%; margin: 0 auto 0; }
.footer-top h5 { margin-bottom: 1rem; position: relative; color: #CFD8D5; font-weight: 400; font-size: 14px; }
.f-menu { margin-top: 0.9rem; }
.f-menu ul { margin: 0; padding: 0; list-style: none; }
.f-menu ul li { margin: 0.25rem 0; color: #fff; }
.f-menu ul li a { color: #fff; text-decoration: none; }
.f-menu ul li a:hover { color: #fff; }
.footer-top p a { color: #fff; text-decoration: none; transition: 0.35s all; }
.footer-top p a:hover { color: #fff; text-decoration: underline; }

.f-contact { display: flex; align-items: center; margin-bottom: 1rem; color: #000000; }
.f-contact:last-child { margin-bottom: 0; }
.f-contact figure { height: 40px; min-width: 40px; width: 40px; border: 1px solid #000000; margin: 0 0.6rem 0 0; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.f-contact figure svg { fill: #000000; vertical-align: top; width: 16px; height: auto; }
.f-contact span { color: #000000; }
.footer-bottom { font-size: 14px; border-top: 1px solid #fff; padding-top: 1rem; }

.footer-social svg { fill: #fff; transition: 0.35s all; }
.footer-social a:hover svg { fill: #84BD00; }


/* =Accordion and Tab Css
========================================================================================*/
.accordion-button { font-weight: 600; }
.accordion-header .accordion-button { border-radius: 0 !important; border: 0; border-bottom: 1px solid #2B453D; background-color: transparent; padding: 0.6rem 0; font-weight: normal; font-size: 1.25rem; margin: 0; color: #2B453D; outline: none; box-shadow: none; position: relative; text-align: left; }
.accordion-header .accordion-button:before { content: ""; position: absolute; top: 0; bottom: 0; height: 8px; width: 8px; background: #2B453D; border-radius: 50px; right: calc(100% + 10px); margin: auto; transition: 0.35s all; opacity: 0; visibility: hidden; }
.accordion-header .accordion-button:hover:before { opacity: 1; visibility: visible; }
.accordion-body { padding: 0.7rem 0; border-bottom: 1px solid #2B453D; }
.accordion-collapse { border: 0; }
.accordion-button::after { content: "+"; background: transparent; font-weight: 300; font-size: 1.7rem; height: auto; display: flex; align-items: center; justify-content: center; }
.accordion-button:not(.collapsed)::after { background: transparent; content: "-"; }
.accordion-header .accordion-button:not(.collapsed):before { opacity: 1; visibility: visible; }

.nav.nav-tabs .nav-item { margin-bottom: 0; }
.nav-tabs .nav-link { font-weight: 600; background: #F0F4F8; color: #000; }
.tab-content > .tab-pane { padding: 1rem 0; }

.slider-nav { display: flex; align-items: center; justify-content: center; margin-top: 0.5rem; }
.slider-nav .swiper-button-prev, .slider-nav .swiper-button-next { background: #2B453D; border: 1px solid #fff; height: 26px; width: 26px; border-radius: 50px; transition: 0.35s all; box-shadow: 0 0 15px rgba(3, 49, 75, 0.1); top: 50%; transform: translateY(-50%); margin: 0; }
.slider-nav .swiper-button-prev:hover, .slider-nav .swiper-button-next:hover { background: #84BD00; }
.slider-nav .swiper-button-prev svg, .slider-nav .swiper-button-next svg { fill:#fff; height: 10px; width: 10px; transition: 0.35s all; }
.slider-nav .swiper-button-prev:hover svg, .slider-nav .swiper-button-next:hover svg { fill: #fff; }
.swiper-button-prev::after, .swiper-button-next::after { display: none; }


.swiper-pagination-progressbar { background: transparent; height: 8px; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #FFB511; }


/* =Home page Css
========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; }
.page-title-row { background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; z-index: 1; }
.page-title-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000; z-index: -1; opacity: 0.75; }
.spacing-x { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }

.hero-slider-box { position: relative; z-index: 1; }
.hero-box { min-height: calc(100vh - 80px); background-color: #2B453D; background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 3rem; display: flex; align-items: center; justify-content: center; }
.hero-text { max-width: 540px; width: 100%; margin: 0 auto; background: #FFB511; padding: 3rem; text-align: center; font-size: 1.875rem; position: relative; }
.hero-text h1 { line-height: 1; font-weight: 400; }
.hero-label { position: absolute; bottom: 100%; left: 0; right: 0; }
.hero-label span { background: #2B453D; font-size: 14px; font-weight: 500; display: inline-block; color: #FFB511; padding: 7px 25px; }
.hero-slider .slider-nav { position: absolute; top: 0.5rem; left: 0.5rem; }
.hero-slider .slider-nav .swiper-button-prev, .hero-slider .slider-nav .swiper-button-next { position: static; margin: 0.3rem; transform: none; }
.hero-text .btn.btn-outline-dark:hover { color: #FFB511; }


.teofilo-museu-img { margin-top: 9%; position: relative; z-index: 1; }
.teofilo-museu-img figure { height: 100%; }
.teofilo-museu-img img { height: 100%; width: 100%; object-fit: cover; }
.teofilo-museu-info { padding-bottom: 34%; position: relative; z-index: 2; left: -16%; }

.video-play { width: 30px; height: 30px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; display: flex; align-items: center; justify-content: center; }
.video-play svg { width: 100%; height: auto; fill: #fff; }

.responsive-video { position: relative; overflow: hidden; padding-top: 56.25%; }
.responsive-video iframe, .responsive-video video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 0; height: 100%; width: 100%; }


.visitor-info { display: flex; }
.visitor-info figure { width: 16px; min-width: 16px; margin: 0 1rem; }
.visitor-row h5, .visitor-row h6 { color: #2B453D; }

.btn svg { min-width: 18px; width: 18px; }
.link { color: #87A29A; text-decoration: none; position: relative; display: inline-block; }
/* .link:after { content: ""; position: absolute; bottom: 0; left: auto; width: 0; height: 1px; background: currentColor; right: 0; transition: 0.35s all; } */
.link:hover { color: #2B453D; }
.link:hover:after { width: 100%; right: auto; left: 0; }
.link svg { min-width: 18px; width: 18px; }

.news-box { position: relative; }
.news-post-img { margin: 0; padding-top: 137.77%; position: relative; overflow: hidden; z-index: 1; }
.news-post-img:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index:0; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); opacity: 0.5; }
.news-post-img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center; transition: 0.35s all; transform: scale(1); }
.news-box:hover .news-post-img img { transform: scale(1.05); }
.news-post-info { position: absolute; left: 0; bottom: 0; padding: 1.5rem; color: #fff; z-index: 2; }
.news-post-info h5 a { color: #fff; text-decoration: none; }
.news-post-info h5 a:hover { color: #fff; }
.read-time { display: flex; align-items: center; }
.read-time svg { width: 15px; min-width: 15px; margin: 0 0.4rem 0 0; }
.events-top a { color: #87A29A; }
.events-top { font-size: 1.75rem; gap: 1rem; }
.events-top a:hover { color: #2B453D; }

.event-box figure { margin: 0; position: relative; overflow: hidden; padding-top: 56.25%; }
.event-box figure img { width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; object-position: center center; transform: scale(1); transition: 0.35s all; }
.event-box:hover figure img { transform: scale(1.1); }
.event-info-box { margin: 1rem 0; }
.event-info-box p { font-size: 14px; color: #87A29A; margin: 0 0 0.5rem; }
.event-info-box h4 a { color: #2B453D; text-decoration: none; }
.event-link { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.event-link a, .event-link span { color: #2B453D; border: 1px solid #00AA93; display: inline-block; padding: 0.5rem 0.8rem; }
.event-link a:hover { background: #2B453D; border-color: #2B453D; color: #fff; }
.events-link { font-size:1.75rem; text-align: center; margin-top: 4rem; }
.events-link a { text-decoration: underline; color: #2B453D; }
.events-link a:hover { text-decoration: underline; color: #8abd00; }

/* =Visitar page Css
========================================================================================*/
.page-title-section { padding: 1rem 0; }
.page-title-section, .page-title-menu { background: #E2EBCE; }
.page-title-menu { border-top: 1px solid #B2BEBB; position: sticky; top: 80px; z-index: 5; }
.page-title h1 { font-weight: normal; font-size: 1.5rem; color: #2B453D; }
.page-title-menu { text-align: center; }
.page-title-menu ul { width: 100%; white-space: nowrap; display: inline-block; list-style: none; overflow: auto; padding: 1.4rem 0 1rem 0; scrollbar-width: thin; }
.page-title-menu ul li { display: inline-block; padding: 0 1rem; margin: 0; white-space: nowrap; }
.page-title-menu ul a { color: #2B453D; text-decoration: none; }
.page-title-menu ul a:hover { color: #749E12; }

.schedule-box { font-size: 16px; max-width: 300px; width: 100%; }
.visitor-title { margin-bottom: 2rem; color: #2B453D; }
.schedule-ico { max-width: 24px; width: 100%; }
.schedule-ico svg { width: 100%; height: auto; }
.fw-medium { font-weight: 500; }
.text-muted { color: #87A29A !important; }
.schedule-links { color: #2B453D; }
.schedule-links a { color: #2B453D; }
.schedule-links a:hover { color: #749E12; }

.map-box { border: 1px solid #2B453D; font-size: 0; }
.map-box iframe { width: 100%; border: 0; height: 450px; background: #dfe6e0; mix-blend-mode: luminosity; opacity: 0.8; }

.how-to-get-title { border-bottom: 1px solid #2B453D; margin-bottom: 0.6rem; padding-bottom: 0.6rem; }
.how-to-get-title figure { max-width: 18px; width: 100%; height: auto; margin: 0 0 0 0.5rem; }
.how-to-get-title figure svg { width: 100%; height: auto; fill: #84BD00; }
.how-to-get-title a { color: #2B453D; font-size: 14px; }
.how-to-get-title a:hover { color: #84BD00; }

.parking-info { border: 1px solid #2B453D; padding: 1.5rem; }
.text-symbol { height: 24px; min-width: 24px; width: 24px; background: #2B453D; color: #fff; font-weight: bold; text-transform: uppercase; display: flex; align-items: center; justify-content: center; margin: 0 1rem 0 0; }
.parking-info h6 { margin: 0; }
.parking-info p { margin-top: 1rem; }

.faq-box .accordion-header .accordion-button { font-size: 1rem; }
.good-to-know-box { max-width: 630px; width: 100%; }

.gallery-list { display: flex; gap: 1.5rem; list-style: none; margin: 0; padding: 0 1rem; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.gallery-list::-webkit-scrollbar { height: 6px; }
.gallery-list::-webkit-scrollbar-thumb { background: #bbb; border-radius: 3px; }
.gallery-item { flex: 0 0 auto; }
.gallery-item img { display: block; height: auto; width: auto; margin-bottom: 0.5rem; }
.caption { font-size: 0.9rem; margin-top: 0.5rem; }
.caption .author { color: #777; font-size: 0.8rem; }


.collections-slider .swiper-slide { width: auto; }
.collection-slider-box { font-size: 14px; color: #2B453D; }
.collection-slider-box figure { margin: 0; }
.collection-slider-box figure img { width: 100%; height: auto; } 
.collection-slider-info { padding: 0; }
.collection-slider-info h6 { border-bottom: 1px solid #B2BEBB; padding: 1rem 0; color: #2B453D; }

.collections-slider .slider-nav .swiper-button-prev, .collections-slider .slider-nav .swiper-button-next { position: static; transform: none; margin: 0 0.2rem; background: transparent; border-color: #2B453D; color: #2B453D; }
.collections-slider .slider-nav { margin: 0 0 1rem 0; justify-content: center; }
.collections-slider .slider-nav .swiper-button-prev:hover, .collections-slider .slider-nav .swiper-button-next:hover { background: #2B453D; }
.collections-slider .slider-nav .swiper-button-prev svg, .collections-slider .slider-nav .swiper-button-next svg { fill:#2B453D; }
.collections-slider .slider-nav .swiper-button-prev:hover svg, .collections-slider .slider-nav .swiper-button-next:hover svg { fill: #fff; }
figure.who-are-logo { margin: 0; max-width: 320px; width: 100%; }
.who-are-box { color: #2B453D; }
.who-are-box h6 { border-bottom: 1px solid #2B453D; margin-bottom: 0.6rem; padding-bottom: 0.6rem; color: #2B453D; }


/* =Descobrir page Css
========================================================================================*/
.page-banner-img { width: 100%; height: calc(100vh - 205px); background-color: #E2EBCE; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; }  
.educational-service-contacts { color: #2B453D; max-width: 304px; }
.educational-service-contacts ul { margin: 0; padding: 0; list-style: none; border: 1px solid #2B453D; }
.educational-service-contacts li { padding: 0.5rem; border-bottom: 1px solid #2B453D; }
.educational-service-contacts li:last-child {border-bottom: 0; }
.educational-service-contacts a { color: #2B453D; text-decoration: none; }
.schedule-visit-main h5 { font-size: 1.5rem; }
.visit-info ul { margin: 0; padding: 0; list-style: none; }
.visit-info ul li { display: flex; align-items: center; margin: 0.6rem 0; }
.visit-info ul li figure { margin: 0 7px 0 0; min-width: 24px; width: 24px; }
.visit-info ul li figure svg { width: 100%; height: auto; }

.schedule-visit-box { min-height: 345px; }
.schedule-visit-box h6 { margin: 0 0 1.1rem 0; }
.community-item { max-width: 322px; width: 100%; margin: -4.4rem 0 0 0; }
.community-item img { width: 100%; height: auto; }
.community-other-info { max-width: 206px; width: 100%; }
.who-are-box h6 { border-bottom: 1px solid #2B453D; margin-bottom: 0.6rem; padding-bottom: 0.6rem; color: #2B453D; }
.schedule-visit-main { padding-top: 2rem;}

/* =Servicos page Css
========================================================================================*/
.party-ways ul { margin: 0; padding: 0; list-style: none; color: #2B453D; font-size: 1.25rem; }
.party-ways li { border-bottom: 1px solid #B2BEBB; padding: 0.6rem 0; margin: 0; }

.information-box ul { margin: 0; padding: 0; list-style: none; border: 1px solid #2B453D; max-width: 240px; width: 100%; }
.information-box ul li { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 0.7rem; border-bottom: 1px solid #2B453D; margin: 0; }
.information-box ul li:last-child { border-bottom: 0; }
.section-title h5 { color: #2B453D; font-size: 1.5rem; margin: 0; }


.how-rent-box { display: flex; justify-content: end; }
.how-rent-box ul { margin: 0; padding: 0; list-style: none; border: 1px solid #2B453D; display: flex; justify-content: end; }
.how-rent-box ul li { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 0.7rem; border-right: 1px solid #2B453D; margin: 0; min-width: 250px; width: 100%; }
.how-rent-box ul li:last-child { border-right: 0; }
.how-rent-box ul li span { white-space: nowrap; }

.how-rent-main .schedule-visit-box { background: #FFECC3; }
.line-link ul { margin: 0; padding: 0; list-style: none; display: flex; color: #2B453D80; font-weight: 500; border: 0; }
.line-link ul li { margin: 0 0.9rem 0 0; }
.line-link ul li a, .line-link ul li .nav-link { color: #2B453D80; position: relative; padding: 0.5rem 0; display: block; border: 0; background: transparent; }
.line-link ul li a:hover, .line-link ul li a.active, .line-link ul li .nav-link:hover, .line-link ul li .nav-link.active { color: #2B453D; background: transparent; }
.line-link ul li a:after, .line-link ul li .nav-link:after { content: ""; position: absolute; bottom: 0; left: auto; width: 0; height: 1px; background: currentColor; right: 0; transition: 0.35s all; }
.line-link ul li a:hover:after, .line-link ul li a.active:after, .line-link ul li .nav-link:hover:after, .line-link ul li .nav-link.active:after { width: 100%; right: auto; left: 0; }

.map-img-box { border: 1px solid #84BD00; }
.map-img-box img { width: 100%; height: auto; }
.store-main-box { position: relative; }
.store-img { position: relative; padding-top: 100%; margin: 0; background: #84BD00; z-index: 1; overflow: hidden; }
.store-img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-position: center center; object-fit: cover; }
.store-link { position: absolute; top: 1rem; left: 1rem; z-index: 2; font-size: 12px; padding: 0.3rem 0.8rem; }
.store-info { padding: 1rem 0; }
.store-info h6 { font-size: 1rem; margin: 0 0 0.2rem 0; text-decoration: none; color: #2B453D; }
.store-info h6 a { text-decoration: none; color: #2B453D; }
.body-font-size { font-size: 16px; }
.places-list { font-size: 14px; color: #2B453D; padding: 1.5rem 0; }
.places-list__box { border: 1px solid #84BD00; padding: 18px 22px; display: flex; gap: 48px; align-items: flex-start; max-width: 900px; }
.places-list__col { margin: 0; padding-left: 1.15em; line-height: 1.9; column-count: 3; column-gap: 48px; }
.places-list__col li {  -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; }
@media (max-width: 768px) { .places-list__col { column-count: 1; } }

/* =Eventos page Css
========================================================================================*/
.filter-group { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; }
.filter-label { display:flex; align-items:center; gap:.4rem; cursor:pointer; } 
.tag { display:inline-flex; align-items:center; gap:.45rem; background:#8f9b99; color:#fff; padding:.28rem .6rem; border-radius:4px; font-size:14px; }
.tag svg { width:12px; height:12px; cursor:pointer; fill:#fff; }
.filter-btn { background:transparent; border:0; padding:.35rem .6rem; border-radius:6px; }
.btn-light.filter-btn { background: transparent; color: #2B453D; font-size: 14px; border-radius: 0; }
.btn-light.filter-btn:hover, .btn-light.filter-btn:focus, .btn-light.filter-btn.show { background: #E2EBCE; }
.dropdown .filter-btn.dropdown-toggle::after { top: -0.05rem; height: 8px; width: 8px; border-style: solid; border-width: 0 2px 2px 0; border-color: #2B453D; transform: rotate(45deg); position: relative; right: 0; }
.filter-group-box { display:flex; align-items:center; gap:0; flex-wrap:wrap; }
.tags-list ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; flex-wrap: wrap; font-size: 14px; }
.tags-list ul li { display: flex; align-items: center; margin: 0.35rem; color: #2B453D; background: #B2BEBB; padding: 0.3rem 0.8rem; }
.tags-list ul li .filter-clear { width: 20px; min-width: 20px; display: block; margin: -0.1rem -0.25rem 0 0.25rem; }
.filter-group-box .dropdown-menu { background: #E2EBCE; font-size: 14px; font-weight: 300; }
.filter-group-box .dropdown-menu li { margin: 0; }
.filter-group-box .dropdown-menu li a { color: #2B453D; }
.filter-group-box .dropdown-menu li a:hover { background-color: #C2D59A; color: #2B453D; }
.eventos-box a { display: block; text-decoration: none; }
.eventos-box figure img { width: 100%; height: auto; }
.eventos-info { font-size: 14px; color: #87A29A; }
.eventos-info h6 { margin: 0 0 0.5rem; }
.evento-passado figure img { filter: grayscale(100%) brightness(80%); opacity: 0.3; }
.evento-passado .eventos-info h6, .evento-passado .eventos-info p { color: #999; }


/* =404 page Css
========================================================================================*/
.page-not-found-box { max-width: 560px; margin: 0 auto; text-align: center; }
.page-not-found-logo { max-width: 200px; width: 100%; margin: 2rem auto; }
.page-not-found-logo img { width: 100%; height: auto; }
.error-msg { display: inline-block; background: rgba(132, 189, 0, 0.3); margin: 0 auto 1rem; padding: 0.7rem 1rem; border-radius: 0.5rem; color: #628a03; }
.page-not-found-box h1 { font-weight: 600; }
.not-found-search { max-width: 320px; margin: 0 auto 1.6rem; position: relative; }
.search-ico { position: absolute; width: 20px; left: 13px; top: 14px; margin: auto; display: flex; align-items: center; justify-content: center; }
.not-found-search .form-control { padding-left: 42px; }
.search-ico svg { fill: #2B453D; width: 100%; height: auto; }


/* =Blog page Css
========================================================================================*/
.blog-main-img figure { position: relative; overflow: hidden; padding-top: 90%; margin: 0; background: #fff; }
.blog-main-img figure img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.blog-top-content { max-width: 470px; width: 100%; margin: auto 0; font-size: 1.25rem; }
.blog-top-info { margin-top: auto; }
.blog-top-info ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 2.5rem; }
.blog-top-info ul li { display: flex; margin: 0.5rem 0; align-items: center; }
.blog-top-info ul li figure { max-width: 16px; margin: 0 0.5rem 0 0; display: flex; align-items: center; justify-content: center; }
.blog-top-info ul li figure svg { width: 100%; height: auto; }
.blog-top-info ul li a { color:#2B453D; }
.blog-main-img-text { color:#2B453D; font-size: 12px; background: #fff; padding: 0.3rem 0.7rem; font-weight: 500; }
.blog-details { max-width: 670px; width: 100%; margin: auto; }

.blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6 { color:#2B453D; }
.blog-details * { margin-top: 1.563rem; }
.blog-details h2 { font-size: 2.188rem; }
.blog-details h2 { font-size: 1.875rem; }
.blog-details h3 { font-size: 1.5rem; }
.blog-details h4 { font-size: 1.25rem; }
.blog-details h5 { font-size: 1.125rem; }
.blog-details h6 { font-size: 1rem; }

.blog-details figure { background: #fff; }
.blog-details figure img { width: 100%; height: auto; margin: 0; }
.blog-details figure figcaption { color:#2B453D; font-size: 12px; background: #fff; padding: 0.3rem 0.7rem; font-weight: 500; margin: 0; }
blockquote { text-align: center; font-size: 1.5rem; opacity: 0.5; }


/* =detalhes do evento page Css
========================================================================================*/
.blog-top-content ul { list-style: none; margin: 0; padding: 0; margin-top: 5rem; }
.blog-top-content ul li { margin: 1.5rem 0; }
.event-type { font-size: 14px; color: #87A29A; margin: 0 0 0.6rem 0; }
.event-info { max-width: 553px; width: 100%; }
.audience-type { color:#2B453D; }
.audience-type h6 { font-size: 1rem; font-weight: 600; color: #2B453D; margin: 0; }
.audience-type ul { margin: 0; padding: 0; list-style: none; }
.audience-type ul li { margin: 0; line-height: 1.25; }
.event-info a, .audience-type a { text-decoration: underline; }
.collections-slider,
.collections-slider .swiper-slide {
  cursor: url('/wp-content/uploads/2025/11/Group-26.svg') 16 16, auto; /* 16 16 é o hotspot (meio da imagem) — ajusta conforme a dimensão real */
}
.collections-slider * {
  cursor: inherit !important;
}

.how-to-get-info a {
	color: #84bd00;
}