

footer{
	float: left;


    margin: 0;
	margin-top: 10%;
}
main#wp--skip-link--target div.alignwide.wp-block-term-description{
	float: left;
    
    margin: 0;
	margin-top: 10%;
    
}

div#category_menu {
    width: 100%;
    height: auto;

    float: left;
    
	padding: 0;
    margin: 0;
    margin-bottom: 2.5%;
}

div#category_menu center#banner_event{
    width: 100%;
    height: auto;

    float: left;
}
#category_menu #banner_event img#banner {
  width: 60%;
  border-radius: 16px;
  
  margin: 0;
}

#event_infos {
  width: 60%;
  margin-left: 20%;
  text-align: left;
  color: #fff;
}

.event-date,
.event-location {
  color: #fff;
  font-size: 14px;
  display: block;
  
  opacity: 80%;
}

.event-title {
  color: #fff;
  
  font-weight: bold;
  margin: 0% 0%;
}
@media screen and (max-width: 749px) {
    #category_menu #banner_event img#banner {
      width: 100%;
      border-radius: 0;

    }
    #event_infos {
        width: 90%;
        margin: 0% 5%;
        text-align: left;
        color: #fff;
    }
}

  .sympla-section {
  	z-index: 10;
    max-width: 640px;
    margin: 2.5% auto;
    padding: 0 16px;
  }
  
  .sympla-section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
    text-align: left;
  }

  .sympla-ticket-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sympla-ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e0e0e0;
    padding: 14px 20px;
    border-radius: 8px;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  .sympla-ticket-item:hover {
    background-color: #f5f5f5;
  }

  .sympla-ticket-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }

  .sympla-ticket-price {
    font-size: 16px;
    font-weight: 500;
    color: #555;
  }





ul.products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: flex-start;
}

li.product-category {
    width: 23%;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
}

li.product-category img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: pointer;
}

li.product-category .evento-info {
    text-align: left;
    margin-top: 12px;
    padding: 0;
}

li.product-category .evento-info h3.evento-titulo {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 4px 0 0 0;
    line-height: 1.2;
    cursor: pointer;
}

li.product-category .evento-info h5.evento-data,
li.product-category .evento-info h5.evento-local {
    font-size: 1rem;
    font-weight: normal;
    color: #999;
    margin: 0;
    line-height: 1.4;
    cursor: pointer;
}

/* Mobile responsivo */
@media (max-width: 768px) {
    ul.products {
        flex-direction: column;
        padding: 0;
    }

    li.product-category {
        width: 95% !important;
        margin: 0 auto 20px auto !important;
    }

    li.product-category .evento-info h3.evento-titulo {
        font-size: 1.7rem;
    }

    li.product-category .evento-info h5.evento-data,
    li.product-category .evento-info h5.evento-local {
        font-size: 0.9rem;
    }
}

/* Botão Ver todos */
.ver-todos-categorias {
    text-align: center;
    margin: 20px 0;
}

.ver-todos-categorias a {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}