/*
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: 0.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;
}

.social-bar {
  height: 40px;
}

.size-social {
  width: 24px !important;
  height: 24px !important;
  margin: 8px 0;
  transition: all 0.4s ease;
}
.size-social a:hover {
  opacity: 0.5;
}

.full-section {
  /*height:100vh;*/
  padding: 64px 0;
}

.tiny-text {
  font-size: 12px;
}

.col-max {
  width: 514px;
}

.wp-block-navigation-item__content:hover {
  color: #58c143 !important;
  text-decoration: none;
}

.section-five {
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/04/bg-5.png) no-repeat top center;
  z-index: 10000000;
}

:root :where(.wp-block-column) {
  background: none;
}

.section-four {
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/04/bg-4-1.png) no-repeat bottom center;
  z-index: 10000000;
  min-height: 1109px;
}

.section-three {
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/04/bg-3.png) no-repeat bottom center;
  z-index: 10000000;
}

:root :where(.wp-block-group) {
  padding-top: 16px;
  padding-bottom: 0;
}

.wp-site-blocks {
  padding-top: 0;
}

#wp--skip-link--target {
  padding: 0;
}

.wp-block-navigation {
  margin-top: 8px !important;
}

.wp-block-navigation-item__label {
  overflow-wrap: break-word;
  border-bottom: 2px solid transparent;
  padding-bottom: 24px;
}

.wp-block-navigation-item__label:hover {
  overflow-wrap: break-word;
  border-bottom: 2px solid #58c143;
  padding-bottom: 24px;
}

.menu-spacing {
  display: flex;
  justify-content: space-between;
}

body {
  background-image: none !important;
}

.size-social {
  height: auto !important;
  padding: 32px 0 16px 0;
}

.wp-site-blocks .main-menu {
  height: 118px !important;
}

body {
  background-image: none !important;
}

.size-social {
  height: auto !important;
  padding: 8px 0 0 0;
}

.is-layout-flex > :is(*, div) {
  padding-bottom: 16px;
}

.wp-site-blocks .main-menu {
  height: 118px !important;
}

.page-background, .wp-block-columns width-static is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/bg-rdbd-scaled.png);
  gap: 0;
}

.pad-content {
  padding: 32px;
}

p {
  color: #6a6a6a;
  font-size: 16px;
}

.wp-block-signature {
  margin-bottom: 24px;
  color: #039520;
  font-weight: bold;
  font-size: 32px;
}

.ajuste {
  transform: translateY(-118px);
}

.color-bg {
  padding: 0;
}
.color-first {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/04/hero-2-scaled.png);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  transform-style: preserve-3d;
}
.color-first::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/00-bg.png);
  width: 100%;
  pointer-events: none; /* evita bloquear clique nos elementos */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  z-index: -1;
}
.color-first-text {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  justify-content: center;
}
.color-first-titulo {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 54px */
  padding-bottom: 24px;
}
.color-first-descricao {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 54px */
}
.color-second {
  min-height: 100vh;
  background: #00a269;
  overflow: hidden;
  z-index: 0;
  transform-style: preserve-3d;
}
.color-second::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/00-bg.png);
  width: 100%;
  pointer-events: none; /* evita bloquear clique nos elementos */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  z-index: -1;
}
.color-second-content {
  max-width: 1200px;
  margin-inline: auto;
  gap: clamp(1rem, 2vw, 3rem);
}
.color-second-tag {
  color: #f7fff0;
  font-size: 12px;
  padding-bottom: 8px;
}
.color-second-titulo {
  color: #c3ffb7;
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 135%; /* 54px */
  padding-bottom: 24px;
}
.color-second-descricao {
  color: #fff;
  font-size: 24px;
}
.color-third {
  min-height: 100vh;
  overflow: hidden;
  background-color: #019b9b;
  transform-style: preserve-3d;
}
.color-third::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/00-bg.png);
  width: 100%;
  pointer-events: none; /* evita bloquear clique nos elementos */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  z-index: -1;
}
.color-third-tag {
  color: #f7fff0;
  font-size: 12px;
  padding-bottom: 8px;
}
.color-third-titulo {
  color: #f7fff0;
  font-size: 32px;
  padding-bottom: 24px;
}
.color-third-descricao {
  color: #f7fff0;
  font-size: 16px;
}
.color-four {
  min-height: 100vh;
  background-color: #d9edca;
  overflow: hidden;
  transform-style: preserve-3d;
}
.color-four::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/00-bg.png);
  width: 100%;
  pointer-events: none; /* evita bloquear clique nos elementos */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: -100vh;
  z-index: -1;
}
.color-four-tag {
  color: #333333;
  font-size: 12px;
  padding-bottom: 8px;
}
.color-four-titulo {
  color: #333333;
  font-size: 32px;
  padding-bottom: 24px;
}
.color-four-descricao {
  color: #333333;
  font-size: 16px;
}
.color-five {
  min-height: 100vh;
  background-color: #00794e;
  overflow: hidden;
  transform-style: preserve-3d;
}
.color-five::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/00-bg.png);
  width: 100%;
  pointer-events: none; /* evita bloquear clique nos elementos */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: -100vh;
  z-index: -2;
}
.color-five-tag {
  color: #f7fff0;
  font-size: 12px;
  padding-bottom: 8px;
}
.color-five-titulo {
  color: #f7fff0;
  font-size: 32px;
  padding-bottom: 24px;
}
.color-five-descricao {
  color: #f7fff0;
  font-size: 16px;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #333333;
}

.col-regioes {
  display: flex;
  width: 332px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  padding: 32px;
}

.bg-none {
  background: none;
}

:root :where(.is-layout-constrained) > :last-child {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.col-regioes {
  max-width: 320px;
}

.shadow {
  box-shadow: 0px 9px 5px -2px rgba(176, 176, 176, 0.36);
  -webkit-box-shadow: 1px 0px 19px 0px rgba(176, 176, 176, 0.36);
  -moz-box-shadow: 0px 9px 5px -2px rgba(176, 176, 176, 0.36);
  height: 80px;
  z-index: 99999;
  padding: 0 0 !important;
}

.norte {
  color: #0f9af1;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.sul {
  color: #800000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.sudeste {
  color: #f60;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.nordeste {
  color: #008000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.centro-oeste {
  color: #dada00;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.is-style-section-1 {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/bg-rdbd-scaled.png);
}

.bg-site {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/bg-rdbd-scaled.png);
  justify-content: center;
}

[style*="--wp--preset--spacing--60"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

[style*="--wp--preset--spacing--60"] {
  margin: 0 !important;
  padding: 0 !important;
}

.rede-blog-bg {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/bg-rdbd-scaled.png);
  padding: 0;
  display: flex;
  align-items: center;
}
.rede-blog-main {
  display: flex;
  justify-content: center;
  padding-bottom: 0 !important;
}
.rede-blog-main .wp-block-post {
  margin-bottom: 6px;
}
.rede-blog-main .wp-block-post .wp-block-separator {
  border: none;
}
.rede-blog-main .wp-block-post .wp-block-read-more {
  margin-top: 4px;
  font-size: 12px;
  color: #0f9af1;
  text-decoration: underline;
}
.rede-blog-main .wp-block-group {
  border-radius: 6px;
  padding: 8px 8px;
}
.rede-blog-main .wp-block-group:hover {
  background-color: rgb(237, 237, 237);
  cursor: pointer;
}
.rede-blog-main .wp-block-group .wp-block-post-date.has-small-font-size {
  width: auto;
}
.rede-blog-main .wp-block-post-featured-image {
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}
.rede-blog-main .wp-block-post-featured-image a img {
  border-radius: 6px;
}
.rede-blog-main .wp-block-group.alignwide.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: none;
}

.content-blog-post {
  width: 300px;
}

.content-blog {
  width: 740px;
  padding: 24px 32px 10px 32px;
  background-color: white;
}
.content-blog img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
}
.content-blog .categoria {
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 400;
  margin-bottom: 8px;
}
.content-blog .titulo {
  color: #039520;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 43.2px */
  margin-bottom: 24px;
}
.content-blog .has-global-padding {
  --wp--style--root--padding-right: 0;
  --wp--style--root--padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}
.content-blog .paragrafo p {
  margin-bottom: 16px;
}
.content-blog .paginacao {
  margin-top: 24px;
}

.footer {
  color: #5b5b5b;
  line-height: 150%; /* 18px */
  text-align: center;
}
.footer h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.footer p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.eventos-bg {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/bg-rdbd-scaled.png);
  justify-content: center;
}
.eventos-main {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 32px !important;
}

.faca-parte-main {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 32px !important;
}
.faca-parte-side {
  max-width: 332px;
  padding: 24px 0 0 0;
}
.faca-parte-side .card {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-bottom: 16px;
}
.faca-parte-side .card .bt-rede {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #0f9af1;
  color: #ffffff;
  transition: all 0.4s ease-out;
}
.faca-parte-side .card .bt-rede:hover {
  background: #52bcff;
}
.faca-parte-side .card-text {
  color: #5b5b5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.faca-parte-side .card-tit {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.faca-parte-text {
  padding-top: 24px;
}
.faca-parte-tit {
  padding-top: 24px;
  font-weight: bold;
}

.grafismo {
  background-image: url(http://rbrd.ibict.br/wp-content/uploads/2025/05/bg-rdbd-scaled.png);
  padding: 0;
}

.texto-posicao {
  width: 100%;
}

.titulo-listagem {
  color: #039520;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 43.2px */
  text-align: left;
  max-width: 480px;
}

.pad-32 {
  padding: 32px;
}

.pad-bottom-32 {
  padding-bottom: 32px;
}

.regioes [class*=wp-image-] {
  transition: all 0.2s ease-in;
}
.regioes [class*=wp-image-]:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.reset {
  padding: 0 !important;
  margin: 0 !important;
}

.content-principal {
  color: #039520 !important;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 8px;
}
.content-internal {
  margin-top: 16px;
  color: #6A6A6A !important;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
}
.content-break {
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-sub {
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 500px;
  padding-bottom: 24px;
}
.content-paragraph {
  color: #6A6A6A;
  font-size: 16px;
  font-weight: 400;
}

.width-static {
  padding: 32px 0 32px 32px;
  background-color: #fff;
  width: 1224px;
  margin: 0 auto;
}

.width-static-region {
  padding: 32px 0 32px 32px;
  background-color: #fff;
  width: 1224px;
  margin: 0 auto;
}

.width-region {
  width: 332px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: block;
  white-space: nowrap;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  border-bottom: 2px solid #58c143;
  padding-bottom: 6px;
}

.wp-block-navigation-item__label {
  padding: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: inline-flex;
}

.wp-block-navigation ul {
  margin-top: 5px;
}

:root :where(.wp-block-columns-is-layout-flex) {
  --wp--style--global--content-size:1224px;
}

.width-teste {
  width: 100%;
}

.bg-content {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 24px 0 24px 24px !important;
}
.bg-content p a {
  color: #0F9AF1;
}
.bg-content a {
  color: #0F9AF1;
}
.bg-content p.content-internal {
  margin-top: 0 !important;
}

.bg-content.wp-block-column-is-layout-flow {
  padding: 32px 0 !important;
}

.side-regionais {
  width: 320px !important;
  flex: none !important;
  padding-right: 24px;
}

.pad-zero-top {
  padding-top: 0;
}

.regioes-page {
  margin: 0 auto !important;
  width: 800px !important;
}

.has-global-padding > .alignfull {
  margin: 0 auto !important;
  width: 774px;
}

.wp-block-image.size-full img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.back {
  font-size: 16px;
  position: absolute;
  top: -40px;
  left: 30px;
}
.back a {
  color: #fff !important;
}
.back a ::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctbGVmdCI+PGxpbmUgeDE9IjE5IiB5MT0iMTIiIHgyPSI1IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiAxOSA1IDEyIDEyIDUiPjwvcG9seWxpbmU+PC9zdmc+");
  width: 32px;
  height: 32px;
}

.table-css.wp-block-table td, .wp-block-table th {
  border: none;
  border-bottom: 1px solid #e1e1e1 !important;
}

.table-css tr:nth-child(even) {
  background: rgba(225, 225, 225, 0.2);
}