/*!
 * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(var(--bs-body-color-rgb), 0.75);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


html {
  min-height: 100vh;
}

body {
  background-attachment: fixed;
  background-color: #000;
  background-image: url(../images/bg.webp);
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  min-height: 100vh;
  background-size: cover;
  background-position: top left;
}
a,
a:link,
a:hover,
a:visited,
a:active {
  color: black;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  margin-bottom: 50px;
  text-align: center;
}

th,
td {
  background-color: white;
  border: 1px solid rgb(192, 192, 192);
  padding: 10px;
}

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

.admin_tools {
  color: white;
}

@-webkit-keyframes topo {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}

@keyframes topo {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.dialog-off-canvas-main-canvas .layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.dialog-off-canvas-main-canvas .layout-container > header {
  background-image: url(../images/topo-v2.webp);
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  background-size: cover;
  -webkit-animation: topo 100s;
          animation: topo 100s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.13, 0, 0.87, 1);
          animation-timing-function: cubic-bezier(0.13, 0, 0.87, 1);
}
@media (min-width: 760px) {
  .dialog-off-canvas-main-canvas .layout-container > header {
    border-radius: 8px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div {
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div h1.topo-titulo {
  text-align: left;
  margin-bottom: 10px;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div h1.topo-titulo {
    padding-right: 0;
    width: 369px;
  }
}
@media screen and (min-width: 1200px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div h1.topo-titulo {
    padding-right: 0;
    width: 430px;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div h1.topo-titulo img.topo-logo {
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div h1.topo-titulo {
    -ms-grid-column-align: start;
        justify-self: start;
    margin-bottom: 0;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores {
  display: block;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-inline: 30px;
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores {
    -ms-grid-column-align: right;
        justify-self: right;
    margin-top: 30px;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores .backdrop {
  display: block;
  margin-bottom: 2px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.35);
  color: black;
}
@media screen and (min-width: 420px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores .backdrop {
    padding: 10px 15px;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores .backdrop:first-child {
  border-radius: 5px 5px 0 0;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores .backdrop:last-child {
  border-radius: 0 0 5px 5px;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores h3 {
  font-size: 14px;
  margin: 0;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores p {
  font-size: 14px;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores p span {
  color: #41556c;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .promocao-e-organizadores p:last-child {
  margin-bottom: 0;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .data {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  display: block;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-inline: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div .data {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: left;
        justify-self: left;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .data span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .data span:nth-child(3) {
  font-size: 16px;
  font-style: italic;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .oab {
  margin-bottom: 30px;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (min-width: 992px) {
  .dialog-off-canvas-main-canvas .layout-container > header div > div > div .oab {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: right;
        justify-self: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-right: 30px;
  }
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .oab h3 {
  font-size: 14px;
  color: black;
  margin: 0 0 15px 0;
  font-weight: 500;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .oab img.comissao {
  display: block;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .oab hr {
  opacity: 1;
  border-top: 2px solid #eee;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div .oab img.oab-rp {
  display: block;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div p.topo-data,
.dialog-off-canvas-main-canvas .layout-container > header div > div > div p.topo-local,
.dialog-off-canvas-main-canvas .layout-container > header div > div > div p.topo-zoom {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div p.topo-data {
  font-size: 24px;
  margin-bottom: 0;
}
.dialog-off-canvas-main-canvas .layout-container > header div > div > div p.topo-local {
  font-size: 18px;
  margin-bottom: 0;
}
.dialog-off-canvas-main-canvas .layout-container > div nav {
  margin: 30px 0 30px 0;
}
.dialog-off-canvas-main-canvas .layout-container > div nav ul {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  row-gap: 30px;
}
.dialog-off-canvas-main-canvas .layout-container > div nav ul li a {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgb(0, 0, 0);
          box-shadow: 0 2px 5px rgb(0, 0, 0);
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
}
.dialog-off-canvas-main-canvas .layout-container > div nav ul li a.inscreva-se {
  background-color: rgb(35, 62, 153);
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.dialog-off-canvas-main-canvas .layout-container .highlighted > div > div[data-drupal-messages] {
  background-color: aquamarine;
  margin: 30px;
  padding: 30px;
}
.dialog-off-canvas-main-canvas .layout-container .help {
  color: white;
}
.dialog-off-canvas-main-canvas .layout-container .admin-tools > div > #block-evento-bachion-primary-local-tasks > ul {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 30px;
}
.dialog-off-canvas-main-canvas .layout-container .admin-tools > div > #block-evento-bachion-primary-local-tasks > ul li a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 10px 30px;
}
.dialog-off-canvas-main-canvas .layout-container main {
  border-radius: 8px;
  margin: 30px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85);
}
.dialog-off-canvas-main-canvas .layout-container main section.patrocinadores h2 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
.dialog-off-canvas-main-canvas .layout-container main section.patrocinadores .container-patrocinadores {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  row-gap: 24px;
}
.dialog-off-canvas-main-canvas .layout-container main section.patrocinadores .container-patrocinadores div {
  background-color: white;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px !important;
  text-align: center;
  height: 140px;
  width: 250px;
}
.dialog-off-canvas-main-canvas .layout-container main section.patrocinadores .container-patrocinadores div img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dialog-off-canvas-main-canvas .layout-container main .palestrantes .views-row {
  clear: both;
  margin-bottom: 50px;
}
.dialog-off-canvas-main-canvas .layout-container main .palestrantes .views-row hr {
  clear: both;
  opacity: 0;
}
.dialog-off-canvas-main-canvas .layout-container main .palestrantes .views-row img {
  float: left;
  margin: 0 20px 10px 0;
}
@media (min-width: 700px) {
  .dialog-off-canvas-main-canvas .layout-container main .palestrantes .views-row {
    text-align: justify;
  }
}
.dialog-off-canvas-main-canvas .layout-container main table.programa {
  width: 100%;
}
.dialog-off-canvas-main-canvas .layout-container main table.programa h1,
.dialog-off-canvas-main-canvas .layout-container main table.programa h2,
.dialog-off-canvas-main-canvas .layout-container main table.programa h3,
.dialog-off-canvas-main-canvas .layout-container main table.programa h4,
.dialog-off-canvas-main-canvas .layout-container main table.programa h5,
.dialog-off-canvas-main-canvas .layout-container main table.programa h6 {
  margin: 0;
}
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr th {
  text-align: center;
}
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr th:first-child {
  width: 135px;
}
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr th p,
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr td p {
  margin-bottom: 10px;
}
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr th p:last-child,
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr td p:last-child {
  margin-bottom: 0;
}
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr th em:not(:has(strong)),
.dialog-off-canvas-main-canvas .layout-container main table.programa tbody tr td em:not(:has(strong)) {
  color: rgb(128, 128, 128);
}
.dialog-off-canvas-main-canvas .layout-container footer {
  color: white;
  margin: 30px 0;
  text-align: center;
}
.dialog-off-canvas-main-canvas .layout-container footer p {
  margin: 0;
}
.dialog-off-canvas-main-canvas .layout-container footer a,
.dialog-off-canvas-main-canvas .layout-container footer a:link,
.dialog-off-canvas-main-canvas .layout-container footer a:hover,
.dialog-off-canvas-main-canvas .layout-container footer a:visited,
.dialog-off-canvas-main-canvas .layout-container footer a:active {
  color: white;
}

main h1,
.cke_editable h1 {
  font-size: 40px !important;
}

.palestrantes h2 {
  font-size: 40px !important;
  text-align: center;
  border-bottom: 2px solid hsl(0, 0%, 67%);
  margin-bottom: 20px;
  padding-bottom: 30px;
}

main h2,
.cke_editable h2 {
  font-size: 24px !important;
}

main h3,
.cke_editable h3 {
  font-size: 22px !important;
}

main h4,
.cke_editable h4 {
  font-size: 18px !important;
}

main h5,
.cke_editable h5 {
  font-size: 18px !important;
}

main h6,
.cke_editable h6 {
  font-size: 16px !important;
}

body.inscreva-se .teste-denys {
  background-color: #243e95;
  color: yellowgreen;
  font-weight: bold;
}
body.inscreva-se #block-evento-bachion-content > article > footer {
  display: none;
}
body.inscreva-se fieldset {
  display: block;
  min-inline-size: -webkit-min-content;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  margin-inline: 2px;
  border-width: 2px;
  border-style: groove;
  border-color: rgba(255, 255, 255, 0.25);
  -o-border-image: initial;
     border-image: initial;
  padding-block: 0.35em 0.625em;
  padding-inline: 0.75em;
  border-radius: 3px;
}
body.inscreva-se fieldset legend {
  display: block;
  unicode-bidi: isolate;
  padding-inline: 2px;
  float: unset;
  width: unset;
  margin-bottom: unset;
  font-size: inherit;
}
body.inscreva-se fieldset div {
  display: block;
  unicode-bidi: isolate;
}
body.inscreva-se #block-evento-bachion-content > article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) {
  background-color: #243e95;
  border-radius: 4px;
  margin: 0 auto 40px auto;
  margin-bottom: 40px;
  padding: 15px;
  width: 100%;
}
@media (min-width: 905px) {
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) {
    width: 768px;
  }
}
@media (min-width: 905px) {
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form .fieldset-wrapper {
    text-align: left;
  }
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form .form-actions {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form fieldset.radios--wrapper {
    margin: 0;
  }
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form fieldset.radios--wrapper .fieldset-wrapper {
    text-align: left;
  }
  body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form fieldset.radios--wrapper .fieldset-wrapper #edit-tipo {
    text-align: left;
  }
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div {
  color: white;
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div label {
  display: block;
  margin-top: 10px;
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div input,
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div div textarea {
  width: 100%;
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div input.webform-button--submit {
  display: inline-block;
  width: auto;
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div:first-child label {
  margin-top: 0;
}
body.inscreva-se #block-evento-bachion-content > article > div > div:nth-child(2) form div:last-child {
  text-align: right;
}

fieldset legend span.fieldset-legend {
  color: white;
  font-size: 16px;
}

input.form-radio {
  display: inline;
  width: initial !important;
}

label.option {
  display: inline !important;
}

.form-item-tipo {
  display: block !important;
  text-align: left !important;
}

label.form-required::after {
  content: "*";
}

.webform-element-description {
  font-weight: 100;
  font-style: italic;
  font-size: 15px;
}

.form-actions {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

input.webform-button--submit {
  border-radius: 50px;
  border: none;
  padding: 3px 20px 5px 20px;
}

body.fotos #block-evento-bachion-content article > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
}
body.fotos #block-evento-bachion-content article > div > div a {
  display: block;
}
body.fotos #block-evento-bachion-content article > div > div a img {
  display: block;
  border: 5px solid white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
}
/*# sourceMappingURL=style.css.map */