/*
Theme Name: Espaço Arp
Version: 1.0
Author: Proex Digital
Author URI: https://proexdigital.com.br/
Text Domain: html5
*/


/* ------------- Default ---------------------------------------------------- */

body {
	font-size: 18px;
	line-height: 30px;
	color: #060606;
	font-family: 'Poppins', sans-serif;
	max-width: 1920px;
	margin: auto;
	box-sizing: border-box;
}

body * {
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	text-underline-offset: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #060606;
}

input,
button {
	outline: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.page-all {
    overflow: hidden;
}

.container,
article.page>*:not(.alignfull),
.wp-block-cover__inner-container {
	max-width: 1764px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.wp-block-cover {
	padding-left: 0;
	padding-right: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: auto;
}

article.page>.wp-block-cover,
article.page>.wp-block-columns,
article.page>.wp-block-group {
	margin-top: 0;
	margin-bottom: 0;
}

article.page>.wp-block-cover:first-child,
article.page>.wp-block-columns:first-child,
article.page>.wp-block-group:first-child {
	margin-top: 0;
}

.wp-block-cover__inner-container>*:first-child {
	margin-top: 0;
}

.wp-block-cover__inner-container>*:last-child {
	margin-bottom: 0;
}

.wp-block-group:not(.block-no-margin):not(.block-no-padding) .wp-block-image img {
    border-radius: 12px;
}

.page-common {
    margin: 200px auto 100px;
}

.page-common .post-content {
    padding-top: 0;
    padding-bottom: 0;
}

h1.wp-block-heading, h2.wp-block-heading {
	font-size: 60px;
	line-height: 80px;
	font-weight: bold;
	margin: 0 0 30px;
}

h3.wp-block-heading {
	padding: 0 !important;
	font-size: 56px;
	line-height: 72px;
	font-weight: normal;
	margin: 0 0 30px;
}

.wp-block-button__link {
	background-color: #7ED958;
    color: #000;
    font-weight: 600;
    transition: all 0.5s;
}

.btn-link {
	margin-top: 25px !important;
}

.btn-link a {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.416" height="11.314" viewBox="0 0 16.416 11.314"><path d="M14.363,6.343l-1.33,1.418,3.083,3.255-12.824.014,0,2,12.789-.014-3.031,3.23,1.336,1.411,5.32-5.67Z" transform="translate(-3.292 -6.343)"/></svg>') center right no-repeat;
	padding: 0;
	font-size: 18px;
	line-height: 28px;
	color: #060606;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 28px;
}

.block-dark .btn-link a {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.416" height="11.314" viewBox="0 0 16.416 11.314" style=" fill: %238BD958;"><path d="M14.363,6.343l-1.33,1.418,3.083,3.255-12.824.014,0,2,12.789-.014-3.031,3.23,1.336,1.411,5.32-5.67Z" transform="translate(-3.292 -6.343)"></path></svg>');
	color: #8BD958;
}

.btn-link-red a {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.416" height="11.314" viewBox="0 0 16.416 11.314" style=" fill: %23FF5757;"><path d="M14.363,6.343l-1.33,1.418,3.083,3.255-12.824.014,0,2,12.789-.014-3.031,3.23,1.336,1.411,5.32-5.67Z" transform="translate(-3.292 -6.343)"></path></svg>');
    color: #FF5757;
}

.block-no-padding .wp-block-cover {
	padding-top: 0;
	padding-bottom: 0;
}

.block-no-margin .wp-block-cover__inner-container {
	margin: 0;
	max-width: 100%;
	height: 100%;
	padding: 0;
}

.block-no-margin .wp-block-cover__inner-container .wp-block-columns {
	gap: 0;
	height: 100%;
}

.block-no-margin .wp-block-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block-no-margin .wp-block-image {
	width: 100%;
    height: 100%;
}

.block-no-margin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
}

.block-column-text > * {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 78%;
}

.block-mid-p .wp-block-cover__inner-container {
    max-width: 1004px;
}

.block-mid-p p {
	font-size: 23px;
	line-height: 33px;
}

.block-big-p p {
	font-size: 25px;
	line-height: 35px;
}

.block-no-padding-top .wp-block-cover {
    padding-top: 0;
}

.custom-logo-link {
	display: block;
}

.header {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-white {
    display: none;
}

.header-white .logo-white, .header-white-black .logo-white {
    display: block;
}

.header-white .logo-black, .header-white-black .logo-black {
    display: none;
}

#menu-button {
	background: none;
	border: none;
	padding: 0;
}

#menu-button svg {
	display: block;
}

.header-white #menu-button svg, .header-white #menu-button svg * {
	fill: #fff;
}

.menu-featured {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 732px;
    background-color: rgb(255 255 255 / 20%);
    height: 100%;
    backdrop-filter: blur(27px);
    padding: 4% 6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    transition: all 1s;
}

.menu-featured.open {
	right: 0;
}

#menu-close {
    background: none;
    border: none;
    padding: 0;
    align-self: flex-end;
}

#menu-close svg {
	display: block;
	fill: #060606;
}

#menu-close svg * {
    fill: #060606;
}

.header-white #menu-close svg, .header-white #menu-close svg * {
    fill: #fff;
}

.search {
    position: relative;
    width: 100%;
}

.search-input {
    display: block;
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid #060606;
    border-radius: 35px;
    padding: 0 160px 0 20px;
    box-sizing: border-box !important;
    color: #060606;
}

.search-input::placeholder {
	color: #060606;
}

.header-white .menu-featured .search-input {
    border-color: #fff;
    color: #fff;
}

.header-white .menu-featured .search-input::placeholder {
	color: #fff;
}

.search-submit {
    border: none;
    background: none;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header-white .menu-featured .search-submit {
    color: #fff;
}

.search-submit svg, .search-submit svg * {
	fill: #060606;
}

.header-white .menu-featured .search-submit svg, .header-white .menu-featured .search-submit svg * {
	fill: #fff;
}

.menu-featured .menus {
	width: 100%;
	height: 100%;
    overflow: auto;
}

#menu-principal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    scrollbar-color: #ffffff rgb(255 255 255 / 0%);
}

#menu-principal a {
    font-size: 25px;
    line-height: 35px;
}

.header-white #menu-principal a {
    color: #fff;
}

.header-menu-black #menu-close svg, .header-menu-black #menu-close svg * {
	fill: #060606;
}

.header-menu-black .menu-featured .search-input {
	border-color: #060606;
	color: #060606;
}

.header-menu-black .menu-featured .search-input::placeholder {
	color: #060606;
}

.header-menu-black .menu-featured .search-submit {
	color: #060606;
}

.header-menu-black .menu-featured .search-submit svg, .header-menu-black .menu-featured .search-submit svg * {
	fill: #060606;
}

.header-menu-black #menu-principal a {
	color: #060606;
}

#menu-redes-sociais {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

#menu-redes-sociais a[href*="instagram"],
#menu-redes-sociais a[href*="facebook"],
#menu-redes-sociais a[href*="wa.me"] {
	background-size: 30px;
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#menu-redes-sociais a[href*="instagram"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M305 256c0 27.063-21.938 49-49 49s-49-21.938-49-49 21.938-49 49-49 49 21.938 49 49zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M370.594 169.305a45.546 45.546 0 0 0-10.996-16.903 45.514 45.514 0 0 0-16.903-10.996c-5.18-2.011-12.96-4.406-27.293-5.058-15.504-.707-20.152-.86-59.402-.86-39.254 0-43.902.149-59.402.856-14.332.656-22.118 3.05-27.293 5.062a45.483 45.483 0 0 0-16.903 10.996 45.572 45.572 0 0 0-11 16.903c-2.011 5.18-4.406 12.965-5.058 27.297-.707 15.5-.86 20.148-.86 59.402 0 39.25.153 43.898.86 59.402.652 14.332 3.047 22.114 5.058 27.293a45.563 45.563 0 0 0 10.996 16.903 45.514 45.514 0 0 0 16.903 10.996c5.18 2.015 12.965 4.41 27.297 5.062 15.5.707 20.144.856 59.398.856 39.258 0 43.906-.149 59.402-.856 14.332-.652 22.118-3.047 27.297-5.062a48.68 48.68 0 0 0 27.899-27.899c2.011-5.18 4.406-12.96 5.062-27.293.707-15.504.856-20.152.856-59.402 0-39.254-.149-43.902-.856-59.402-.652-14.332-3.047-22.118-5.062-27.297zM256 331.485c-41.691 0-75.488-33.794-75.488-75.485s33.797-75.484 75.488-75.484c41.688 0 75.484 33.793 75.484 75.484S297.688 331.484 256 331.484zm78.469-136.313c-9.742 0-17.64-7.899-17.64-17.64s7.898-17.641 17.64-17.641 17.64 7.898 17.64 17.64c-.004 9.742-7.898 17.64-17.64 17.64zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm146.113 316.605c-.71 15.649-3.199 26.333-6.832 35.684a75.164 75.164 0 0 1-42.992 42.992c-9.348 3.633-20.035 6.117-35.68 6.832-15.675.715-20.683.887-60.605.887-39.926 0-44.93-.172-60.61-.887-15.644-.715-26.331-3.199-35.68-6.832a72.018 72.018 0 0 1-26.038-16.957 72.044 72.044 0 0 1-16.953-26.035c-3.633-9.348-6.121-20.035-6.832-35.68-.723-15.68-.891-20.687-.891-60.609s.168-44.93.887-60.605c.71-15.649 3.195-26.332 6.828-35.684a72.013 72.013 0 0 1 16.96-26.035 72.003 72.003 0 0 1 26.036-16.957c9.352-3.633 20.035-6.117 35.684-6.832C211.07 109.172 216.078 109 256 109s44.93.172 60.605.89c15.649.712 26.332 3.196 35.684 6.825a72.061 72.061 0 0 1 26.04 16.96 72.027 72.027 0 0 1 16.952 26.036c3.637 9.352 6.121 20.035 6.836 35.684.715 15.675.883 20.683.883 60.605s-.168 44.93-.887 60.605zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
}

#menu-redes-sociais a[href*="facebook"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M24.826 0C11.137 0 0 11.137 0 24.826c0 13.688 11.137 24.826 24.826 24.826 13.688 0 24.826-11.138 24.826-24.826C49.652 11.137 38.516 0 24.826 0zM31 25.7h-4.039v14.396h-5.985V25.7h-2.845v-5.088h2.845v-3.291c0-2.357 1.12-6.04 6.04-6.04l4.435.017v4.939h-3.219c-.524 0-1.269.262-1.269 1.386v2.99h4.56z" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
}

#menu-redes-sociais a[href*="wa.me"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm5.426 405.05c-.004 0 .004 0 0 0h-.063c-25.644-.01-50.843-6.44-73.222-18.644l-81.223 21.301 21.738-79.375c-13.41-23.227-20.465-49.578-20.453-76.574.035-84.453 68.77-153.16 153.223-153.16 40.984.015 79.457 15.968 108.383 44.918 28.93 28.953 44.851 67.437 44.836 108.363-.036 84.457-68.778 153.172-153.22 153.172zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M261.477 124.469c-70.247 0-127.375 57.105-127.407 127.3-.007 24.055 6.727 47.481 19.473 67.75l3.027 4.817-12.867 46.98 48.2-12.64 4.652 2.758c19.55 11.601 41.965 17.738 64.816 17.746h.05c70.192 0 127.321-57.11 127.352-127.309.012-34.02-13.222-66.004-37.265-90.066-24.043-24.063-56.02-37.325-90.031-37.336zm74.906 182.035c-3.192 8.937-18.485 17.098-25.84 18.2-6.598.983-14.941 1.394-24.113-1.517-5.563-1.765-12.692-4.12-21.828-8.062-38.403-16.578-63.485-55.234-65.399-57.79-1.914-2.554-15.633-20.753-15.633-39.593 0-18.836 9.89-28.097 13.399-31.926 3.511-3.832 7.66-4.789 10.21-4.789 2.551 0 5.106.024 7.337.133 2.351.117 5.507-.894 8.613 6.57 3.191 7.665 10.848 26.5 11.805 28.415.957 1.917 1.593 4.152.32 6.707-1.277 2.554-5.52 8.066-9.57 13.09-1.7 2.105-3.914 3.98-1.68 7.812 2.23 3.828 9.918 16.363 21.297 26.512 14.625 13.039 26.96 17.078 30.789 18.996 3.824 1.914 6.058 1.593 8.293-.957 2.23-2.555 9.57-11.176 12.12-15.008 2.552-3.832 5.106-3.192 8.614-1.914 3.512 1.273 22.332 10.535 26.16 12.449 3.828 1.918 6.38 2.875 7.336 4.473.961 1.597.961 9.258-2.23 18.199zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
}

.header-white #menu-redes-sociais a[href*="instagram"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M305 256c0 27.063-21.938 49-49 49s-49-21.938-49-49 21.938-49 49-49 49 21.938 49 49zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M370.594 169.305a45.546 45.546 0 0 0-10.996-16.903 45.514 45.514 0 0 0-16.903-10.996c-5.18-2.011-12.96-4.406-27.293-5.058-15.504-.707-20.152-.86-59.402-.86-39.254 0-43.902.149-59.402.856-14.332.656-22.118 3.05-27.293 5.062a45.483 45.483 0 0 0-16.903 10.996 45.572 45.572 0 0 0-11 16.903c-2.011 5.18-4.406 12.965-5.058 27.297-.707 15.5-.86 20.148-.86 59.402 0 39.25.153 43.898.86 59.402.652 14.332 3.047 22.114 5.058 27.293a45.563 45.563 0 0 0 10.996 16.903 45.514 45.514 0 0 0 16.903 10.996c5.18 2.015 12.965 4.41 27.297 5.062 15.5.707 20.144.856 59.398.856 39.258 0 43.906-.149 59.402-.856 14.332-.652 22.118-3.047 27.297-5.062a48.68 48.68 0 0 0 27.899-27.899c2.011-5.18 4.406-12.96 5.062-27.293.707-15.504.856-20.152.856-59.402 0-39.254-.149-43.902-.856-59.402-.652-14.332-3.047-22.118-5.062-27.297zM256 331.485c-41.691 0-75.488-33.794-75.488-75.485s33.797-75.484 75.488-75.484c41.688 0 75.484 33.793 75.484 75.484S297.688 331.484 256 331.484zm78.469-136.313c-9.742 0-17.64-7.899-17.64-17.64s7.898-17.641 17.64-17.641 17.64 7.898 17.64 17.64c-.004 9.742-7.898 17.64-17.64 17.64zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm146.113 316.605c-.71 15.649-3.199 26.333-6.832 35.684a75.164 75.164 0 0 1-42.992 42.992c-9.348 3.633-20.035 6.117-35.68 6.832-15.675.715-20.683.887-60.605.887-39.926 0-44.93-.172-60.61-.887-15.644-.715-26.331-3.199-35.68-6.832a72.018 72.018 0 0 1-26.038-16.957 72.044 72.044 0 0 1-16.953-26.035c-3.633-9.348-6.121-20.035-6.832-35.68-.723-15.68-.891-20.687-.891-60.609s.168-44.93.887-60.605c.71-15.649 3.195-26.332 6.828-35.684a72.013 72.013 0 0 1 16.96-26.035 72.003 72.003 0 0 1 26.036-16.957c9.352-3.633 20.035-6.117 35.684-6.832C211.07 109.172 216.078 109 256 109s44.93.172 60.605.89c15.649.712 26.332 3.196 35.684 6.825a72.061 72.061 0 0 1 26.04 16.96 72.027 72.027 0 0 1 16.952 26.036c3.637 9.352 6.121 20.035 6.836 35.684.715 15.675.883 20.683.883 60.605s-.168 44.93-.887 60.605zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
}

.header-white #menu-redes-sociais a[href*="facebook"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M24.826 0C11.137 0 0 11.137 0 24.826c0 13.688 11.137 24.826 24.826 24.826 13.688 0 24.826-11.138 24.826-24.826C49.652 11.137 38.516 0 24.826 0zM31 25.7h-4.039v14.396h-5.985V25.7h-2.845v-5.088h2.845v-3.291c0-2.357 1.12-6.04 6.04-6.04l4.435.017v4.939h-3.219c-.524 0-1.269.262-1.269 1.386v2.99h4.56z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
}

.header-white #menu-redes-sociais a[href*="wa.me"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm5.426 405.05c-.004 0 .004 0 0 0h-.063c-25.644-.01-50.843-6.44-73.222-18.644l-81.223 21.301 21.738-79.375c-13.41-23.227-20.465-49.578-20.453-76.574.035-84.453 68.77-153.16 153.223-153.16 40.984.015 79.457 15.968 108.383 44.918 28.93 28.953 44.851 67.437 44.836 108.363-.036 84.457-68.778 153.172-153.22 153.172zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M261.477 124.469c-70.247 0-127.375 57.105-127.407 127.3-.007 24.055 6.727 47.481 19.473 67.75l3.027 4.817-12.867 46.98 48.2-12.64 4.652 2.758c19.55 11.601 41.965 17.738 64.816 17.746h.05c70.192 0 127.321-57.11 127.352-127.309.012-34.02-13.222-66.004-37.265-90.066-24.043-24.063-56.02-37.325-90.031-37.336zm74.906 182.035c-3.192 8.937-18.485 17.098-25.84 18.2-6.598.983-14.941 1.394-24.113-1.517-5.563-1.765-12.692-4.12-21.828-8.062-38.403-16.578-63.485-55.234-65.399-57.79-1.914-2.554-15.633-20.753-15.633-39.593 0-18.836 9.89-28.097 13.399-31.926 3.511-3.832 7.66-4.789 10.21-4.789 2.551 0 5.106.024 7.337.133 2.351.117 5.507-.894 8.613 6.57 3.191 7.665 10.848 26.5 11.805 28.415.957 1.917 1.593 4.152.32 6.707-1.277 2.554-5.52 8.066-9.57 13.09-1.7 2.105-3.914 3.98-1.68 7.812 2.23 3.828 9.918 16.363 21.297 26.512 14.625 13.039 26.96 17.078 30.789 18.996 3.824 1.914 6.058 1.593 8.293-.957 2.23-2.555 9.57-11.176 12.12-15.008 2.552-3.832 5.106-3.192 8.614-1.914 3.512 1.273 22.332 10.535 26.16 12.449 3.828 1.918 6.38 2.875 7.336 4.473.961 1.597.961 9.258-2.23 18.199zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
}

.header-menu-black #menu-redes-sociais a[href*="instagram"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M305 256c0 27.063-21.938 49-49 49s-49-21.938-49-49 21.938-49 49-49 49 21.938 49 49zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M370.594 169.305a45.546 45.546 0 0 0-10.996-16.903 45.514 45.514 0 0 0-16.903-10.996c-5.18-2.011-12.96-4.406-27.293-5.058-15.504-.707-20.152-.86-59.402-.86-39.254 0-43.902.149-59.402.856-14.332.656-22.118 3.05-27.293 5.062a45.483 45.483 0 0 0-16.903 10.996 45.572 45.572 0 0 0-11 16.903c-2.011 5.18-4.406 12.965-5.058 27.297-.707 15.5-.86 20.148-.86 59.402 0 39.25.153 43.898.86 59.402.652 14.332 3.047 22.114 5.058 27.293a45.563 45.563 0 0 0 10.996 16.903 45.514 45.514 0 0 0 16.903 10.996c5.18 2.015 12.965 4.41 27.297 5.062 15.5.707 20.144.856 59.398.856 39.258 0 43.906-.149 59.402-.856 14.332-.652 22.118-3.047 27.297-5.062a48.68 48.68 0 0 0 27.899-27.899c2.011-5.18 4.406-12.96 5.062-27.293.707-15.504.856-20.152.856-59.402 0-39.254-.149-43.902-.856-59.402-.652-14.332-3.047-22.118-5.062-27.297zM256 331.485c-41.691 0-75.488-33.794-75.488-75.485s33.797-75.484 75.488-75.484c41.688 0 75.484 33.793 75.484 75.484S297.688 331.484 256 331.484zm78.469-136.313c-9.742 0-17.64-7.899-17.64-17.64s7.898-17.641 17.64-17.641 17.64 7.898 17.64 17.64c-.004 9.742-7.898 17.64-17.64 17.64zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm146.113 316.605c-.71 15.649-3.199 26.333-6.832 35.684a75.164 75.164 0 0 1-42.992 42.992c-9.348 3.633-20.035 6.117-35.68 6.832-15.675.715-20.683.887-60.605.887-39.926 0-44.93-.172-60.61-.887-15.644-.715-26.331-3.199-35.68-6.832a72.018 72.018 0 0 1-26.038-16.957 72.044 72.044 0 0 1-16.953-26.035c-3.633-9.348-6.121-20.035-6.832-35.68-.723-15.68-.891-20.687-.891-60.609s.168-44.93.887-60.605c.71-15.649 3.195-26.332 6.828-35.684a72.013 72.013 0 0 1 16.96-26.035 72.003 72.003 0 0 1 26.036-16.957c9.352-3.633 20.035-6.117 35.684-6.832C211.07 109.172 216.078 109 256 109s44.93.172 60.605.89c15.649.712 26.332 3.196 35.684 6.825a72.061 72.061 0 0 1 26.04 16.96 72.027 72.027 0 0 1 16.952 26.036c3.637 9.352 6.121 20.035 6.836 35.684.715 15.675.883 20.683.883 60.605s-.168 44.93-.887 60.605zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
}

.header-menu-black #menu-redes-sociais a[href*="facebook"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M24.826 0C11.137 0 0 11.137 0 24.826c0 13.688 11.137 24.826 24.826 24.826 13.688 0 24.826-11.138 24.826-24.826C49.652 11.137 38.516 0 24.826 0zM31 25.7h-4.039v14.396h-5.985V25.7h-2.845v-5.088h2.845v-3.291c0-2.357 1.12-6.04 6.04-6.04l4.435.017v4.939h-3.219c-.524 0-1.269.262-1.269 1.386v2.99h4.56z" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
}

.header-menu-black #menu-redes-sociais a[href*="wa.me"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm5.426 405.05c-.004 0 .004 0 0 0h-.063c-25.644-.01-50.843-6.44-73.222-18.644l-81.223 21.301 21.738-79.375c-13.41-23.227-20.465-49.578-20.453-76.574.035-84.453 68.77-153.16 153.223-153.16 40.984.015 79.457 15.968 108.383 44.918 28.93 28.953 44.851 67.437 44.836 108.363-.036 84.457-68.778 153.172-153.22 153.172zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M261.477 124.469c-70.247 0-127.375 57.105-127.407 127.3-.007 24.055 6.727 47.481 19.473 67.75l3.027 4.817-12.867 46.98 48.2-12.64 4.652 2.758c19.55 11.601 41.965 17.738 64.816 17.746h.05c70.192 0 127.321-57.11 127.352-127.309.012-34.02-13.222-66.004-37.265-90.066-24.043-24.063-56.02-37.325-90.031-37.336zm74.906 182.035c-3.192 8.937-18.485 17.098-25.84 18.2-6.598.983-14.941 1.394-24.113-1.517-5.563-1.765-12.692-4.12-21.828-8.062-38.403-16.578-63.485-55.234-65.399-57.79-1.914-2.554-15.633-20.753-15.633-39.593 0-18.836 9.89-28.097 13.399-31.926 3.511-3.832 7.66-4.789 10.21-4.789 2.551 0 5.106.024 7.337.133 2.351.117 5.507-.894 8.613 6.57 3.191 7.665 10.848 26.5 11.805 28.415.957 1.917 1.593 4.152.32 6.707-1.277 2.554-5.52 8.066-9.57 13.09-1.7 2.105-3.914 3.98-1.68 7.812 2.23 3.828 9.918 16.363 21.297 26.512 14.625 13.039 26.96 17.078 30.789 18.996 3.824 1.914 6.058 1.593 8.293-.957 2.23-2.555 9.57-11.176 12.12-15.008 2.552-3.832 5.106-3.192 8.614-1.914 3.512 1.273 22.332 10.535 26.16 12.449 3.828 1.918 6.38 2.875 7.336 4.473.961 1.597.961 9.258-2.23 18.199zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
}

.footer {
	background-color: #000;
	color: #fff;
}

.footer .container {
	max-width: 1464px;
	padding-top: 200px;
	padding-bottom: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-col:first-child {
	width: 127px;
}

.footer-col:last-child {
	width: 66.2%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
}

.footer-col h2,
.footer-col h4 {
	font-size: 30px;
	line-height: 40px;
	color: #7ED958;
	margin: 0;
}

.footer-col p {
	margin-bottom: 0;
}

.footer-col a {
	color: #fff;
}

#menu-redes-sociais-1 {
    list-style-type: none;
    margin: 1em 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

#menu-redes-sociais-1 a[href*="instagram"],
#menu-redes-sociais-1 a[href*="facebook"],
#menu-redes-sociais-1 a[href*="wa.me"] {
	background-size: 30px;
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#menu-redes-sociais-1 a[href*="instagram"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M305 256c0 27.063-21.938 49-49 49s-49-21.938-49-49 21.938-49 49-49 49 21.938 49 49zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M370.594 169.305a45.546 45.546 0 0 0-10.996-16.903 45.514 45.514 0 0 0-16.903-10.996c-5.18-2.011-12.96-4.406-27.293-5.058-15.504-.707-20.152-.86-59.402-.86-39.254 0-43.902.149-59.402.856-14.332.656-22.118 3.05-27.293 5.062a45.483 45.483 0 0 0-16.903 10.996 45.572 45.572 0 0 0-11 16.903c-2.011 5.18-4.406 12.965-5.058 27.297-.707 15.5-.86 20.148-.86 59.402 0 39.25.153 43.898.86 59.402.652 14.332 3.047 22.114 5.058 27.293a45.563 45.563 0 0 0 10.996 16.903 45.514 45.514 0 0 0 16.903 10.996c5.18 2.015 12.965 4.41 27.297 5.062 15.5.707 20.144.856 59.398.856 39.258 0 43.906-.149 59.402-.856 14.332-.652 22.118-3.047 27.297-5.062a48.68 48.68 0 0 0 27.899-27.899c2.011-5.18 4.406-12.96 5.062-27.293.707-15.504.856-20.152.856-59.402 0-39.254-.149-43.902-.856-59.402-.652-14.332-3.047-22.118-5.062-27.297zM256 331.485c-41.691 0-75.488-33.794-75.488-75.485s33.797-75.484 75.488-75.484c41.688 0 75.484 33.793 75.484 75.484S297.688 331.484 256 331.484zm78.469-136.313c-9.742 0-17.64-7.899-17.64-17.64s7.898-17.641 17.64-17.641 17.64 7.898 17.64 17.64c-.004 9.742-7.898 17.64-17.64 17.64zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm146.113 316.605c-.71 15.649-3.199 26.333-6.832 35.684a75.164 75.164 0 0 1-42.992 42.992c-9.348 3.633-20.035 6.117-35.68 6.832-15.675.715-20.683.887-60.605.887-39.926 0-44.93-.172-60.61-.887-15.644-.715-26.331-3.199-35.68-6.832a72.018 72.018 0 0 1-26.038-16.957 72.044 72.044 0 0 1-16.953-26.035c-3.633-9.348-6.121-20.035-6.832-35.68-.723-15.68-.891-20.687-.891-60.609s.168-44.93.887-60.605c.71-15.649 3.195-26.332 6.828-35.684a72.013 72.013 0 0 1 16.96-26.035 72.003 72.003 0 0 1 26.036-16.957c9.352-3.633 20.035-6.117 35.684-6.832C211.07 109.172 216.078 109 256 109s44.93.172 60.605.89c15.649.712 26.332 3.196 35.684 6.825a72.061 72.061 0 0 1 26.04 16.96 72.027 72.027 0 0 1 16.952 26.036c3.637 9.352 6.121 20.035 6.836 35.684.715 15.675.883 20.683.883 60.605s-.168 44.93-.887 60.605zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
}

#menu-redes-sociais-1 a[href*="facebook"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M24.826 0C11.137 0 0 11.137 0 24.826c0 13.688 11.137 24.826 24.826 24.826 13.688 0 24.826-11.138 24.826-24.826C49.652 11.137 38.516 0 24.826 0zM31 25.7h-4.039v14.396h-5.985V25.7h-2.845v-5.088h2.845v-3.291c0-2.357 1.12-6.04 6.04-6.04l4.435.017v4.939h-3.219c-.524 0-1.269.262-1.269 1.386v2.99h4.56z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
}

#menu-redes-sociais-1 a[href*="wa.me"] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm5.426 405.05c-.004 0 .004 0 0 0h-.063c-25.644-.01-50.843-6.44-73.222-18.644l-81.223 21.301 21.738-79.375c-13.41-23.227-20.465-49.578-20.453-76.574.035-84.453 68.77-153.16 153.223-153.16 40.984.015 79.457 15.968 108.383 44.918 28.93 28.953 44.851 67.437 44.836 108.363-.036 84.457-68.778 153.172-153.22 153.172zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M261.477 124.469c-70.247 0-127.375 57.105-127.407 127.3-.007 24.055 6.727 47.481 19.473 67.75l3.027 4.817-12.867 46.98 48.2-12.64 4.652 2.758c19.55 11.601 41.965 17.738 64.816 17.746h.05c70.192 0 127.321-57.11 127.352-127.309.012-34.02-13.222-66.004-37.265-90.066-24.043-24.063-56.02-37.325-90.031-37.336zm74.906 182.035c-3.192 8.937-18.485 17.098-25.84 18.2-6.598.983-14.941 1.394-24.113-1.517-5.563-1.765-12.692-4.12-21.828-8.062-38.403-16.578-63.485-55.234-65.399-57.79-1.914-2.554-15.633-20.753-15.633-39.593 0-18.836 9.89-28.097 13.399-31.926 3.511-3.832 7.66-4.789 10.21-4.789 2.551 0 5.106.024 7.337.133 2.351.117 5.507-.894 8.613 6.57 3.191 7.665 10.848 26.5 11.805 28.415.957 1.917 1.593 4.152.32 6.707-1.277 2.554-5.52 8.066-9.57 13.09-1.7 2.105-3.914 3.98-1.68 7.812 2.23 3.828 9.918 16.363 21.297 26.512 14.625 13.039 26.96 17.078 30.789 18.996 3.824 1.914 6.058 1.593 8.293-.957 2.23-2.555 9.57-11.176 12.12-15.008 2.552-3.832 5.106-3.192 8.614-1.914 3.512 1.273 22.332 10.535 26.16 12.449 3.828 1.918 6.38 2.875 7.336 4.473.961 1.597.961 9.258-2.23 18.199zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
}

.copyright {
    max-width: 1464px;
    padding: 0 40px 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 22px;
}

.copyright a {
    color: #fff;
    font-weight: bold;
}

.page-top .wp-block-cover {
	height: 100dvh;
}

.page-top .wp-block-image {
	position: relative;
	width: 100%;
    height: 100%;
	overflow: hidden;
}

.page-top .wp-block-image figure {
	width: 100%;
    height: 100%;
}

.page-top img {
    position: absolute;
	inset: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.page-header {
    height: 540px;
    background: #EEE4DB;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding-bottom: 100px;
}

.page-estabelecimentos .page-header {
    background: url(img/arp-capa-estabelecimentos.jpg) center no-repeat;
	background-size: cover;
}

.page-eventos .page-header {
    background: url(img/arp-agenda-cultural.jpg) center no-repeat;
	background-size: cover;
}

.page-posts .page-header {
    background: url(img/arp-noticias.jpg) center no-repeat;
	background-size: cover;
}

.page-post .page-header {
    background: url(img/arp-noticias.jpg) center no-repeat;
	background-size: cover;
}

.page-header-thin {
    padding: 0;
    height: 250px;
}

.page-header .container {
    width: 100%;
}

.page-header h1 {
    margin: 0;
    font-size: 60px;
    line-height: 80px;
}

.filter {
    background-color: #EEE4DB;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	padding: 20px 0;
}

.page-estabelecimentos .filter {
	padding: 0;
}

.filter .container {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.filter-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 35px;
}

.filter-categories > li > a {
    display: block;
    padding: 39px 38px;
}

.filter-categories > li:first-child > a {
    padding-left: 0;
}

.filter-categories a span {
	display: inline-block;
}

.filter-categories li.active > a span {
    background-color: #7ED958;
    padding: 3px 12px;
    border-radius: 35px;
}

.filter-subcategories {
    position: absolute;
    background-color: #EEE4DB;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 20px 0 50px;
	opacity: 0;
  	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.25s ease;
}

.filter-subcategories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter-subcategories a {
    font-size: 20px;
    line-height: 30px;
}

.filter .search {
    width: 45%;
    max-width: 443px;
}

.page-eventos .filter .container::before {
    content: ' ';
    width: 45%;
    max-width: 443px;
}

.filter select {
    background: none;
    border: none;
    font-size: 25px;
    line-height: 35px;
    outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.142" height="8.485" viewBox="0 0 14.142 8.485"><path d="M6.343,7.757,4.929,9.172,12,16.243l7.071-7.071L17.657,7.757,12,13.414Z" transform="translate(-4.929 -7.757)" fill="%23060606"/></svg>');
  	background-repeat: no-repeat;
  	background-position: right center;
    padding: 0 24px 0 0;
    cursor: pointer;
	text-align: center;
}

.filter-btn-mobile {
    display: none;
    background: none;
    border: 1px solid;
    padding: 10px 15px;
    width: 100%;
    gap: 8px;
    border-radius: 32px;
    margin-top: 20px;
    font-size: 16px;
}

.filter-btn-mobile svg {
    width: 20px;
    height: auto;
}

.filter-mobile {
    display: none;
	list-style-type: none;
    margin: 20px 0 0;
    flex-direction: column;
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 0;
}

.filter-mobile a {
    display: block;
    padding: 5px 15px;
}

.page-loop {
    padding-top: 70px;
    padding-bottom: 70px;
}

.page-loop-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.page-eventos .page-loop-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.item-loop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	min-width: 0;
  	min-height: 0;
}

.item-img-slide {
    width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
}

.item-img-slide .slick-list,
.item-img-slide .slick-track {
	width: 100%;
}

.item-img-slide:not(.slick-initialized) > div {
	display: none; 
}

.item-img-slide:not(.slick-initialized) > div:first-child {
	display: block;
}

.item-img {
    width: 40%;
    display: flex;
    overflow: hidden;
	min-width: 0;
  	min-height: 0;
}

.item-img img {
	display: block;
	width: 100%;
	height: 325px;
	max-width: 100%;
	object-fit: cover;
	cursor: grab;
	border-radius: 10px;
}

.item-info {
    width: 56%;
}

.item-info h3 {
    margin: 0;
    font-size: 23px;
    line-height: 37px;
    text-transform: uppercase;
}

.item-info p {
    margin-bottom: 0;
	word-break: break-word;
}

.item-info > p > a > svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.item-info ul {
    list-style-type: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.item-info ul svg {
    width: 30px;
    height: 30px;
}

.page-estabelecimentos .item-desc {
    margin-top: 10px;
}

.page-load-status {
    text-align: center;
    margin-top: 45px;
}

.page-load-status:not(.active) {
	display: none;
}

.pagination {
	display: none;
}

.eventos-group button {
    background-color: #FAFAFA;
    border-radius: 10px;
    font-size: 23px;
    line-height: 35px;
    font-weight: normal;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    width: 100%;
    border: none;
}

.eventos-group button .icon-up {
    display: none;
}

.eventos-group.open button .icon-up {
    display: block;
}

.eventos-group.open button .icon-down {
    display: none;
}

.eventos-dia {
    display: none;
    position: relative;
    flex-direction: column;
    gap: 50px;
    padding: 70px 0;
    align-items: flex-end;
    border-bottom: 1px solid #707070;
    margin: 0 30px;
}

.eventos-group.open .eventos-dia {
    display: flex;
}

.eventos-dia:last-child {
	border: none;
}

.eventos-dia h3 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 30%;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
}

.eventos-dia h3 small {
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}

.eventos-dia .item-loop {
    width: 60%;
}

.item-thumb {
    width: 25%;
}

.item-thumb img {
    width: 100%;
    display: block;
    border-radius: 5px;
    height: 243px;
    object-fit: cover;
}

.page-eventos .item-info {
    width: 70%;
}

.item-info time {
    font-size: 25px;
    line-height: 35px;
    display: block;
}

.item-info h4 {
    margin: 10px 0 20px;
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p.item-desc {
    margin: 0 0 20px;
    color: #76756B;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-link {
    display: flex;
    gap: 10px;
    align-items: baseline;
    text-transform: uppercase;
}

.item-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 20%);
    z-index: 5;
    backdrop-filter: blur(27px);
    align-items: center;
    justify-content: center;
}

.item-popup.open {
    display: flex;
}

.item-popup-container {
    width: 90%;
    height: 90%;
    max-width: 884px;
    max-height: 728px;
    background-color: #EEE4DB;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

a.item-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.item-popup-content {
    height: 100%;
}

.item-popup-content img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.item-popup-content .item-info {
    padding: 30px 85px;
    width: 100%;
    height: calc(100% - 270px);
    overflow: auto;
}

.item-popup-content .item-info h4 {
    display: block;
}

.item-popup-content .item-info p.item-desc {
    display: block;
}

.item-popup-content .item-share {
    margin-top: 1em;
}

.item-popup-content .item-share strong {
    display: block;
    margin-bottom: 5px;
}

.item-share a span {
    background: #060606 !important;
}

.page-posts .page-loop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-posts .page-loop-content {
    width: calc(95% - 500px);
}

.page-posts .page-loop aside {
    width: 443px;
}

.page-posts .page-loop-list {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

.page-posts .item-thumb img {
    height: 274px;
}

.page-posts .item-info {
    width: 71%;
}

.item-info date {
    display: block;
    font-size: 25px;
    line-height: 35px;
}

.page-posts .item-info h3 {
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 30px;
    line-height: 43px;
    margin: 10px 0 20px;
}

.page-posts .page-loop aside ul {
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 20px;
}

.post-container {
    padding-top: 30px;
    padding-bottom: 95px;
    max-width: 1280px;
}

.breadcrumb {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}

.post-thumb img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 5px;
}

.post-content {
    padding: 30px 100px;
}

.post-content date {
    display: block;
    font-size: 25px;
    line-height: 35px;
}

.post-content h1 {
    font-size: 30px;
    line-height: 43px;
    margin: 20px 0 40px;
}

.post-content > div h1 {
    font-size: 30px;
    line-height: 43px;
    margin: 30px 0 20px;
}

.post-content > div h2 {
    font-size: 28px;
    line-height: 41px;
	margin: 30px 0 20px;
}

.post-content > div h3 {
    font-size: 26px;
    line-height: 39px;
    font-weight: bold;
	margin: 30px 0 20px;
}

.post-content > div h4 {
    font-size: 24px;
    line-height: 37px;
	margin: 30px 0 20px;
}

.post-content > div h5 {
    font-size: 22px;
    line-height: 35px;
	margin: 30px 0 20px;
}

.post-content > div h6 {
    font-size: 20px;
    line-height: 33px;
	margin: 30px 0 20px;
}

.post-related {
    padding: 30px 100px;
}

.post-related > h3 {
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin: 0;
}

.post-related.page-posts .page-loop {
    padding: 0;
    margin: 40px 0 0;
    flex-direction: column;
    gap: 50px;
}

.home-top .wp-block-cover {
	height: 100dvh;
	align-items: flex-end;
	padding-bottom: 85px !important;
}

.home-top .wp-block-cover__inner-container {
	max-width: 1480px;
}

.home-top .wp-block-columns.is-layout-flex {
	gap: 10em;
}

.home-top h1 {
	font-size: 56px;
	font-weight: 500;
}

.home-top p {
	font-size: 18px;
	line-height: 30px;
}

.home-topics p {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 0;
}

.home-news {
	max-width: 1010px !important;
	padding-top: 70px;
	padding-bottom: 70px;
}

.home-news .wp-block-columns {
	margin: 0;
	justify-content: space-between;
	gap: 0;
}

.home-news h4 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 10px;
}

.home-news p {
    margin: 0;
}

.home-news .wp-block-column {
	flex-grow: inherit !important;
	flex-basis: inherit !important;
}

.home-news .wp-block-column:first-child {
	width: 58%;
}

.home-news .wp-block-column:last-child {
	width: 39%;
}

.home-news form p {
	margin: 0;
	position: relative;
}

.home-news form .wpcf7-form-control-wrap {
	display: block;
}

.home-news form .wpcf7-form-control[type="email"] {
	display: block;
	width: 100%;
	border: 1px solid #060606;
	height: 50px;
	border-radius: 30px;
	padding: 0 126px 0 20px;
}

.home-news form .wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.416" height="11.314" viewBox="0 0 16.416 11.314"><path d="M14.363,6.343l-1.33,1.418,3.083,3.255-12.824.014,0,2,12.789-.014-3.031,3.23,1.336,1.411,5.32-5.67Z" transform="translate(-3.292 -6.343)"/></svg>') calc(100% - 20px) center no-repeat;
	height: 50px;
	padding: 0 45px 0 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.home-news form .wpcf7-spinner {
	position: absolute;
	margin-top: 10px;
}

.home-news form .wpcf7-not-valid-tip {
	font-size: 15px;
	line-height: 22px;
}

.home-news form .wpcf7-response-output {
	margin: 15px 0 0;
	font-size: 15px;
	line-height: 22px;
}

#chat-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#chat-whatsapp svg {
    width: 65px;
    height: auto;
    display: block;
}

#cookie-notice {
    max-width: 400px;
    min-width: auto;
    left: 15px;
    bottom: 15px;
    border-radius: 8px;
}

#cookie-notice .cookie-notice-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    text-align: left;
}

#cn-notice-text {
    margin: 0;
}

#cn-close-notice {
    display: none;
}

@media (min-width: 782px) {

	a:hover {
		text-decoration: underline;
	}

	.wp-block-button__link:hover {
		background-color: #000;
		color: #7ED958;
		text-decoration: none;
	}

	.btn-link a:hover {
		background-color: transparent;
		color: #060606;
		text-decoration: underline;
	}

	.block-dark .btn-link a:hover {
		color: #7ED958;
	}

	.filter-categories li:not(.active) > a:hover span {
		text-decoration: underline;
	}

	.filter-categories li.active a:hover {
		text-decoration: none;
	}

	.filter-categories > li:hover > a {
		position: relative;
	}

	.filter-categories > li:not(:first-child):hover > a::before {
		content: ' ';
		position: absolute;
		top: 35%;
		left: -170px;
		width: 170px;
		height: 70%;
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	}

	.filter-categories > li:hover > a::after {
		content: ' ';
		position: absolute;
		top: 35%;
		right: -170px;
		width: 170px;
		height: 70%;
		clip-path: polygon(0 0, 0% 100%, 100% 100%);
	}

	.filter-categories > li:hover .filter-subcategories {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

}

@media (max-width: 1440px) {

	body {
		font-size: 17px;
		line-height: 29px;
	}

	#menu-principal a {
		font-size: 22px;
		line-height: 32px;
	}

	.home-top h1 {
		font-size: 53px;
		line-height: 68px;
	}

	h1.wp-block-heading, h2.wp-block-heading {
		font-size: 45px;
    	line-height: 55px;
	}

	.home-topics p {
		font-size: 20px;
		line-height: 30px;
	}

	h3.wp-block-heading {
		font-size: 38px;
		line-height: 55px;
	}

	.home-news h4 {
		font-size: 34px;
		line-height: 44px;
	}

	.footer-col:last-child {
		width: 75%;
	}

	.footer-col h2, .footer-col h4 {
		font-size: 27px;
		line-height: 37px;
	}

	.copyright {
        font-size: 14px;
        line-height: 21px;
    }

	.block-mid-p p {
		font-size: 20px;
		line-height: 30px;
	}

	.block-big-p p {
		font-size: 22px;
		line-height: 32px;
	}

	.page-header h1 {
        font-size: 45px;
        line-height: 55px;
    }

	.item-img {
		width: 42%;
	}

	.item-info {
		width: 54%;
	}

	.item-img img {
		height: 240px;
	}

	.eventos-dia h3 {
		font-size: 45px;
		line-height: 55px;
	}

	.item-info h4 {
		font-size: 27px;
		line-height: 37px;
	}

	.eventos-group button {
		font-size: 20px;
		line-height: 30px;
	}

	.item-thumb {
		width: 30%;
	}

	.page-posts .item-info {
		width: 67%;
	}

	.page-posts .item-thumb img {
		height: 234px;
	}

	.item-info date {
		font-size: 21px;
		line-height: 31px;
	}

	.page-posts .item-info h3 {
		font-size: 25px;
		line-height: 37px;
	}

}

@media (max-width: 1280px) {

	.page-header {
		height: 390px;
		padding-bottom: 50px;
	}

	.page-header h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.filter-categories {
		font-size: 18px;
		line-height: 30px;
		gap: 40px;
	}

	.filter {
		padding: 10px 0;
		min-height: 95px;
	}

	.page-estabelecimentos .filter {
		padding: 10px 0;
	}

	.filter .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.filter .search, .page-eventos .filter .container::before {
		width: 40%;
		max-width: 320px;
	}

	.filter .search-submit {
		font-size: 14px;
	}

	.item-img img {
		height: 250px;
	}

	.filter select {
		font-size: 18px;
		line-height: 30px;
	}

	.item-popup-content img {
		height: 170px;
	}

	.item-popup-content .item-info {
		height: calc(100% - 170px);
	}

	.eventos-dia h3 {
		width: 25%;
	}

	.eventos-dia .item-loop {
		width: 70%;
	}

	.item-thumb {
		width: 35%;
	}

	.page-eventos .item-info {
		width: 60%;
	}

	.page-posts .item-info {
		width: 60%;
	}

	.page-posts .page-loop-content {
		width: 65%;
	}

	.page-posts .page-loop aside {
		width: 30%;
	}

	.page-posts .page-loop aside ul {
		grid-template-columns: 1fr;
		margin: 30px 0 0;
		grid-gap: 20px;
	}

}

@media (max-width: 781px) {

	body {
		font-size: 15px;
		line-height: 25px;
	}

	.container, article.page>*:not(.alignfull), .wp-block-cover__inner-container {
		padding-left: 20px;
    	padding-right: 20px;
	}

	.header {
		top: 20px;
	}

	.header .custom-logo-link {
		width: 90px;
	}

	.header-mobile-white .logo-white {
		display: block;
	}

	.header-mobile-white .logo-black {
		display: none;
	}

	.header-mobile-white #menu-button svg, .header-mobile-white #menu-button svg * {
		fill: #fff;
	}

	.header-mobile-white #menu-close svg, .header-mobile-white #menu-close svg * {
		fill: #fff;
	}

	.header-mobile-white .menu-featured .search-input {
		border-color: #fff;
		color: #fff;
	}

	.header-mobile-white .menu-featured .search-input::placeholder {
		color: #fff;
	}

	.header-mobile-white .menu-featured .search-submit {
		color: #fff;
	}

	.header-mobile-white .menu-featured .search-submit svg, .header-mobile-white .menu-featured .search-submit svg * {
		fill: #fff;
	}

	.header-mobile-white #menu-principal a {
		color: #fff;
	}

	.header-mobile-black .logo-white {
		display: none;
	}

	.header-mobile-black .logo-black {
		display: block;
	}

	.header-mobile-black #menu-button svg, .header-mobile-black #menu-button svg * {
		fill: #060606;
	}

	.header-mobile-black #menu-close svg, .header-mobile-black #menu-close svg * {
		fill: #060606;
	}

	.header-mobile-black .menu-featured .search-input {
		border-color: #060606;
		color: #060606;
	}

	.header-mobile-black .menu-featured .search-input::placeholder {
		color: #060606;
	}

	.header-mobile-black .menu-featured .search-submit {
		color: #060606;
	}

	.header-mobile-black .menu-featured .search-submit svg, .header-mobile-black .menu-featured .search-submit svg * {
		fill: #060606;
	}

	.header-mobile-black #menu-principal a {
		color: #060606;
	}

	.header-mobile-menu-black #menu-close svg, .header-mobile-menu-black #menu-close svg * {
		fill: #060606;
	}

	.header-mobile-menu-black .menu-featured .search-input {
		border-color: #060606;
		color: #060606;
	}

	.header-mobile-menu-black .menu-featured .search-input::placeholder {
		color: #060606;
	}

	.header-mobile-menu-black .menu-featured .search-submit {
		color: #060606;
	}

	.header-mobile-menu-black .menu-featured .search-submit svg, .header-mobile-menu-black .menu-featured .search-submit svg * {
		fill: #060606;
	}

	.header-mobile-menu-black #menu-principal a {
		color: #060606;
	}

	#menu-button svg {
		width: 30px;
	}

	.header-mobile-black #menu-redes-sociais a[href*="instagram"] {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M305 256c0 27.063-21.938 49-49 49s-49-21.938-49-49 21.938-49 49-49 49 21.938 49 49zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M370.594 169.305a45.546 45.546 0 0 0-10.996-16.903 45.514 45.514 0 0 0-16.903-10.996c-5.18-2.011-12.96-4.406-27.293-5.058-15.504-.707-20.152-.86-59.402-.86-39.254 0-43.902.149-59.402.856-14.332.656-22.118 3.05-27.293 5.062a45.483 45.483 0 0 0-16.903 10.996 45.572 45.572 0 0 0-11 16.903c-2.011 5.18-4.406 12.965-5.058 27.297-.707 15.5-.86 20.148-.86 59.402 0 39.25.153 43.898.86 59.402.652 14.332 3.047 22.114 5.058 27.293a45.563 45.563 0 0 0 10.996 16.903 45.514 45.514 0 0 0 16.903 10.996c5.18 2.015 12.965 4.41 27.297 5.062 15.5.707 20.144.856 59.398.856 39.258 0 43.906-.149 59.402-.856 14.332-.652 22.118-3.047 27.297-5.062a48.68 48.68 0 0 0 27.899-27.899c2.011-5.18 4.406-12.96 5.062-27.293.707-15.504.856-20.152.856-59.402 0-39.254-.149-43.902-.856-59.402-.652-14.332-3.047-22.118-5.062-27.297zM256 331.485c-41.691 0-75.488-33.794-75.488-75.485s33.797-75.484 75.488-75.484c41.688 0 75.484 33.793 75.484 75.484S297.688 331.484 256 331.484zm78.469-136.313c-9.742 0-17.64-7.899-17.64-17.64s7.898-17.641 17.64-17.641 17.64 7.898 17.64 17.64c-.004 9.742-7.898 17.64-17.64 17.64zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm146.113 316.605c-.71 15.649-3.199 26.333-6.832 35.684a75.164 75.164 0 0 1-42.992 42.992c-9.348 3.633-20.035 6.117-35.68 6.832-15.675.715-20.683.887-60.605.887-39.926 0-44.93-.172-60.61-.887-15.644-.715-26.331-3.199-35.68-6.832a72.018 72.018 0 0 1-26.038-16.957 72.044 72.044 0 0 1-16.953-26.035c-3.633-9.348-6.121-20.035-6.832-35.68-.723-15.68-.891-20.687-.891-60.609s.168-44.93.887-60.605c.71-15.649 3.195-26.332 6.828-35.684a72.013 72.013 0 0 1 16.96-26.035 72.003 72.003 0 0 1 26.036-16.957c9.352-3.633 20.035-6.117 35.684-6.832C211.07 109.172 216.078 109 256 109s44.93.172 60.605.89c15.649.712 26.332 3.196 35.684 6.825a72.061 72.061 0 0 1 26.04 16.96 72.027 72.027 0 0 1 16.952 26.036c3.637 9.352 6.121 20.035 6.836 35.684.715 15.675.883 20.683.883 60.605s-.168 44.93-.887 60.605zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
	}

	.header-mobile-black #menu-redes-sociais a[href*="facebook"] {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M24.826 0C11.137 0 0 11.137 0 24.826c0 13.688 11.137 24.826 24.826 24.826 13.688 0 24.826-11.138 24.826-24.826C49.652 11.137 38.516 0 24.826 0zM31 25.7h-4.039v14.396h-5.985V25.7h-2.845v-5.088h2.845v-3.291c0-2.357 1.12-6.04 6.04-6.04l4.435.017v4.939h-3.219c-.524 0-1.269.262-1.269 1.386v2.99h4.56z" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
	}

	.header-mobile-black #menu-redes-sociais a[href*="wa.me"] {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm5.426 405.05c-.004 0 .004 0 0 0h-.063c-25.644-.01-50.843-6.44-73.222-18.644l-81.223 21.301 21.738-79.375c-13.41-23.227-20.465-49.578-20.453-76.574.035-84.453 68.77-153.16 153.223-153.16 40.984.015 79.457 15.968 108.383 44.918 28.93 28.953 44.851 67.437 44.836 108.363-.036 84.457-68.778 153.172-153.22 153.172zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path><path d="M261.477 124.469c-70.247 0-127.375 57.105-127.407 127.3-.007 24.055 6.727 47.481 19.473 67.75l3.027 4.817-12.867 46.98 48.2-12.64 4.652 2.758c19.55 11.601 41.965 17.738 64.816 17.746h.05c70.192 0 127.321-57.11 127.352-127.309.012-34.02-13.222-66.004-37.265-90.066-24.043-24.063-56.02-37.325-90.031-37.336zm74.906 182.035c-3.192 8.937-18.485 17.098-25.84 18.2-6.598.983-14.941 1.394-24.113-1.517-5.563-1.765-12.692-4.12-21.828-8.062-38.403-16.578-63.485-55.234-65.399-57.79-1.914-2.554-15.633-20.753-15.633-39.593 0-18.836 9.89-28.097 13.399-31.926 3.511-3.832 7.66-4.789 10.21-4.789 2.551 0 5.106.024 7.337.133 2.351.117 5.507-.894 8.613 6.57 3.191 7.665 10.848 26.5 11.805 28.415.957 1.917 1.593 4.152.32 6.707-1.277 2.554-5.52 8.066-9.57 13.09-1.7 2.105-3.914 3.98-1.68 7.812 2.23 3.828 9.918 16.363 21.297 26.512 14.625 13.039 26.96 17.078 30.789 18.996 3.824 1.914 6.058 1.593 8.293-.957 2.23-2.555 9.57-11.176 12.12-15.008 2.552-3.832 5.106-3.192 8.614-1.914 3.512 1.273 22.332 10.535 26.16 12.449 3.828 1.918 6.38 2.875 7.336 4.473.961 1.597.961 9.258-2.23 18.199zm0 0" fill="%23000000" opacity="1" data-original="%23ffffff" class=""></path></g></svg>');
	}

	.header-mobile-white #menu-redes-sociais a[href*="instagram"] {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M305 256c0 27.063-21.938 49-49 49s-49-21.938-49-49 21.938-49 49-49 49 21.938 49 49zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M370.594 169.305a45.546 45.546 0 0 0-10.996-16.903 45.514 45.514 0 0 0-16.903-10.996c-5.18-2.011-12.96-4.406-27.293-5.058-15.504-.707-20.152-.86-59.402-.86-39.254 0-43.902.149-59.402.856-14.332.656-22.118 3.05-27.293 5.062a45.483 45.483 0 0 0-16.903 10.996 45.572 45.572 0 0 0-11 16.903c-2.011 5.18-4.406 12.965-5.058 27.297-.707 15.5-.86 20.148-.86 59.402 0 39.25.153 43.898.86 59.402.652 14.332 3.047 22.114 5.058 27.293a45.563 45.563 0 0 0 10.996 16.903 45.514 45.514 0 0 0 16.903 10.996c5.18 2.015 12.965 4.41 27.297 5.062 15.5.707 20.144.856 59.398.856 39.258 0 43.906-.149 59.402-.856 14.332-.652 22.118-3.047 27.297-5.062a48.68 48.68 0 0 0 27.899-27.899c2.011-5.18 4.406-12.96 5.062-27.293.707-15.504.856-20.152.856-59.402 0-39.254-.149-43.902-.856-59.402-.652-14.332-3.047-22.118-5.062-27.297zM256 331.485c-41.691 0-75.488-33.794-75.488-75.485s33.797-75.484 75.488-75.484c41.688 0 75.484 33.793 75.484 75.484S297.688 331.484 256 331.484zm78.469-136.313c-9.742 0-17.64-7.899-17.64-17.64s7.898-17.641 17.64-17.641 17.64 7.898 17.64 17.64c-.004 9.742-7.898 17.64-17.64 17.64zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm146.113 316.605c-.71 15.649-3.199 26.333-6.832 35.684a75.164 75.164 0 0 1-42.992 42.992c-9.348 3.633-20.035 6.117-35.68 6.832-15.675.715-20.683.887-60.605.887-39.926 0-44.93-.172-60.61-.887-15.644-.715-26.331-3.199-35.68-6.832a72.018 72.018 0 0 1-26.038-16.957 72.044 72.044 0 0 1-16.953-26.035c-3.633-9.348-6.121-20.035-6.832-35.68-.723-15.68-.891-20.687-.891-60.609s.168-44.93.887-60.605c.71-15.649 3.195-26.332 6.828-35.684a72.013 72.013 0 0 1 16.96-26.035 72.003 72.003 0 0 1 26.036-16.957c9.352-3.633 20.035-6.117 35.684-6.832C211.07 109.172 216.078 109 256 109s44.93.172 60.605.89c15.649.712 26.332 3.196 35.684 6.825a72.061 72.061 0 0 1 26.04 16.96 72.027 72.027 0 0 1 16.952 26.036c3.637 9.352 6.121 20.035 6.836 35.684.715 15.675.883 20.683.883 60.605s-.168 44.93-.887 60.605zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
	}

	.header-mobile-white #menu-redes-sociais a[href*="facebook"] {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M24.826 0C11.137 0 0 11.137 0 24.826c0 13.688 11.137 24.826 24.826 24.826 13.688 0 24.826-11.138 24.826-24.826C49.652 11.137 38.516 0 24.826 0zM31 25.7h-4.039v14.396h-5.985V25.7h-2.845v-5.088h2.845v-3.291c0-2.357 1.12-6.04 6.04-6.04l4.435.017v4.939h-3.219c-.524 0-1.269.262-1.269 1.386v2.99h4.56z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
	}

	.header-mobile-white #menu-redes-sociais a[href*="wa.me"] {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.637 0 0 114.637 0 256s114.637 256 256 256 256-114.637 256-256S397.363 0 256 0zm5.426 405.05c-.004 0 .004 0 0 0h-.063c-25.644-.01-50.843-6.44-73.222-18.644l-81.223 21.301 21.738-79.375c-13.41-23.227-20.465-49.578-20.453-76.574.035-84.453 68.77-153.16 153.223-153.16 40.984.015 79.457 15.968 108.383 44.918 28.93 28.953 44.851 67.437 44.836 108.363-.036 84.457-68.778 153.172-153.22 153.172zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path><path d="M261.477 124.469c-70.247 0-127.375 57.105-127.407 127.3-.007 24.055 6.727 47.481 19.473 67.75l3.027 4.817-12.867 46.98 48.2-12.64 4.652 2.758c19.55 11.601 41.965 17.738 64.816 17.746h.05c70.192 0 127.321-57.11 127.352-127.309.012-34.02-13.222-66.004-37.265-90.066-24.043-24.063-56.02-37.325-90.031-37.336zm74.906 182.035c-3.192 8.937-18.485 17.098-25.84 18.2-6.598.983-14.941 1.394-24.113-1.517-5.563-1.765-12.692-4.12-21.828-8.062-38.403-16.578-63.485-55.234-65.399-57.79-1.914-2.554-15.633-20.753-15.633-39.593 0-18.836 9.89-28.097 13.399-31.926 3.511-3.832 7.66-4.789 10.21-4.789 2.551 0 5.106.024 7.337.133 2.351.117 5.507-.894 8.613 6.57 3.191 7.665 10.848 26.5 11.805 28.415.957 1.917 1.593 4.152.32 6.707-1.277 2.554-5.52 8.066-9.57 13.09-1.7 2.105-3.914 3.98-1.68 7.812 2.23 3.828 9.918 16.363 21.297 26.512 14.625 13.039 26.96 17.078 30.789 18.996 3.824 1.914 6.058 1.593 8.293-.957 2.23-2.555 9.57-11.176 12.12-15.008 2.552-3.832 5.106-3.192 8.614-1.914 3.512 1.273 22.332 10.535 26.16 12.449 3.828 1.918 6.38 2.875 7.336 4.473.961 1.597.961 9.258-2.23 18.199zm0 0" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>');
	}

	h1.wp-block-heading, h2.wp-block-heading {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 20px;
	}

	.home-top h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.home-top p {
		font-size: 15px;
		line-height: 25px;
	}

	.home-top .wp-block-cover {
		padding-bottom: 50px !important;
	}

	#menu-close svg {
		width: 20px;
		height: auto;
	}

	.menu-featured {
		padding: 20px;
	}

	.menu-featured .search-submit {
		font-size: 13px;
		padding: 0 15px;
	}

	.search-input {
		font-size: 16px;
	}

	.menu-featured .search-input {
		padding: 0 15px;
	}

	#menu-principal a {
		font-size: 18px;
		line-height: 30px;
	}

	.wp-block-cover {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home-topics p {
		font-size: 18px;
		line-height: 30px;
	}

	h3.wp-block-heading, .home-news h4 {
		font-size: 30px;
		line-height: 42px;
	}

	.block-column-text {
		padding: 50px 20px;
	}

	.block-column-text > * {
		width: 100%;
	}

	.home-news .wp-block-column:first-child {
		width: 100%;
	}

	.home-news .wp-block-column:last-child {
		width: 100%;
		margin-top: 30px;
	}

	.footer .container {
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: column;
		gap: 40px;
	}

	.footer-col:first-child {
		width: 100%;
		text-align: center;
	}

	.footer-col:last-child {
		width: 100%;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	.footer-col h2, .footer-col h4 {
		font-size: 22px;
		line-height: 32px;
	}

	.copyright {
		padding: 0 20px 95px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 20px;
	}

	.page-top img {
		position: static;
	}

	.page-top .wp-block-column:first-child {
		height: 40%;
	}

	.page-top .wp-block-column:last-child {
		height: 60%;
		padding-top: 0;
		padding-bottom: 0;
	}

	.block-big-p p {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
	}

	.page-top.block-big-p p {
		margin: 0;
	}

	.block-mid-p p {
		font-size: 16px;
		line-height: 27px;
	}

	.block-no-margin + .block-no-margin {
		margin-top: -50px !important;
	}

	.home-news + .block-no-margin .block-column-text:first-child, .block-no-margin + .block-no-margin .block-column-text:first-child {
		padding-top: 0;
	}

	.page-header {
		height: 170px;
		padding-bottom: 20px;
	}

	.page-header h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.header-mobile-white + main .page-header h1 {
		color: #fff;
	}

	.header-mobile-black + main .page-header h1 {
		color: #060606;
	}

	.page-header {
		position: relative;
	}

	.page-header .container {
		z-index: 1;
	}

	.page-header::before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0 0 0 / 40%);
	}

	.header-mobile-black + main .page-header {
		position: relative;
	}

	.header-mobile-black + main .page-header::before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(255 255 255 / 49%);
	}

	.filter .container {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}

	.filter {
		padding: 20px 0;
	}

	.filter-categories {
        gap: 30px;
        font-size: 16px;
        line-height: 26px;
        justify-content: flex-start;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0 20px;
        scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
    }

	.filter-categories::-webkit-scrollbar {
		display: none;
	}

	.filter-categories > li > a {
		padding: 0;
	}

	.filter .search {
		width: 100%;
		max-width: 100%;
	}

	.filter-btn-mobile {
		display: flex;
	}

	.filter-mobile.open {
		display: flex;
	}

	.page-loop {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-loop-list {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.item-loop {
		flex-direction: column;
	}

	.item-img {
		width: 100%;
	}

	.item-info {
		width: 100%;
		margin-top: 20px;
	}

	.page-eventos .filter .container::before {
		display: none;
	}

	.filter select {
		width: 100%;
	}

	.eventos-group button {
		padding: 12px 20px;
		font-size: 18px;
		line-height: 30px;
	}

	.eventos-group button svg {
		width: 20px;
		height: auto;
	}

	.eventos-dia {
		padding: 40px 0;
		margin: 0 15px;
	}

	.eventos-dia h3 {
		position: static;
		width: 100%;
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 10px;
	}

	.eventos-dia h3 small {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.eventos-dia .item-loop {
		width: 100%;
	}

	.item-thumb {
		width: 100%;
	}

	.item-thumb img, .page-posts .item-thumb img {
		height: 190px;
	}

	.item-info time, .item-info date {
		font-size: 18px;
		line-height: 30px;
	}

	.item-info h4, .page-posts .item-info h3 {
		font-size: 18px;
		line-height: 30px;
		margin: 5px 0 10px;
	}

	.page-eventos .item-info {
		width: 100%;
	}

	.item-popup-content img {
		height: 120px;
	}

	a.item-popup-close svg {
		width: 20px;
		height: auto;
	}

	.item-popup-content .item-info {
		padding: 20px;
		height: calc(100% - 120px);
		margin: 0;
	}

	.page-posts .page-loop {
		flex-direction: column;
	}

	.page-posts .page-loop-content {
		width: 100%;
		order: 1;
	}

	.page-posts .item-info {
		width: 100%;
	}

	.page-posts .page-loop aside {
		width: 100%;
	}

	.page-posts .page-loop aside ul {
		display: flex;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: auto;
		margin: 30px -20px;
		padding: 0 20px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.page-posts .page-loop aside ul::-webkit-scrollbar {
		display: none;

	}

	.breadcrumb {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.post-thumb img {
		height: 120px;
	}

	.post-content {
		padding: 30px 0;
	}

	.post-content date {
		font-size: 18px;
		line-height: 30px;
	}

	.post-content h1 {
        font-size: 23px;
        line-height: 33px;
        margin: 5px 0 10px;
    }

	.post-related {
		padding: 30px 0;
	}

	.post-related > h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.post-related.page-posts .page-loop {
		margin: 30px 0 0;
	}

	.post-container {
		padding-bottom: 50px;
	}

	.post-content > div h1 {
		font-size: 25px;
		line-height: 35px;
	}

	.post-content > div h2 {
		font-size: 23px;
		line-height: 33px;
	}

	.post-content > div h3 {
		font-size: 21px;
		line-height: 31px;
	}

	.post-content > div h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.post-content > div h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.post-content > div h6 {
		font-size: 15px;
		line-height: 25px;
	}

	.page-common {
		margin: 115px auto 50px;
	}

	#chat-whatsapp svg {
		width: 55px;
	}

	#cookie-notice {
		max-width: calc(100% - 30px);
	}
	
}