@charset "UTF-8";
/**
 * DrupalCon Europe 2024 (Barcelona) theme for reveal.js.
 *
 * By Ignacio Díaz-Roncero Fraile: http://idiazroncero.com
 */
@font-face {
  font-family: "Tahoma";
  src: url("../../fonts/tahoma/Tahoma.woff2") format("woff2"), url("../../fonts/tahoma/Tahoma.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahoma";
  src: url("../../fonts/tahoma/Tahoma-Bold.woff2") format("woff2"), url("../../fonts/tahoma/Tahoma-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../../fonts/century_gothic/CenturyGothic.woff2") format("woff2"), url("../../fonts/century_gothic/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../../fonts/century_gothic/CenturyGothic-Bold.woff2") format("woff2"), url("../../fonts/century_gothic/CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
  color: #222;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
:root {
  --r-background-color: #f2f2f2;
  --r-main-font: Tahoma, sans-serif;
  --r-main-font-size: 38px;
  --r-main-color: #4b4b4b;
  --r-block-margin: 20px;
  --r-heading-margin: 0 0 2rem 0;
  --r-heading-font: Century Gothic, sans-serif;
  --r-heading-color: #363e61;
  --r-heading-line-height: 1.05;
  --r-heading-letter-spacing: normal;
  --r-heading-text-transform: none;
  --r-heading-text-shadow: none;
  --r-heading-font-weight: 600;
  --r-heading1-text-shadow: none;
  --r-heading1-size: 2.5em;
  --r-heading2-size: 1.6em;
  --r-heading3-size: 1.3em;
  --r-heading4-size: 1em;
  --r-code-font: monospace;
  --r-link-color: #42affa;
  --r-link-color-dark: #068de9;
  --r-link-color-hover: #8dcffc;
  --r-selection-background-color: rgba(66, 175, 250, 0.75);
  --r-selection-color: #fff;
  --r-overlay-element-bg-color: 240, 240, 240;
  --r-overlay-element-fg-color: 0, 0, 0;
}

.reveal-viewport {
  background: #f2f2f2;
  background-color: var(--r-background-color);
}

.reveal {
  font-family: var(--r-main-font);
  font-size: var(--r-main-font-size);
  font-weight: normal;
  color: var(--r-main-color);
}

.reveal ::selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}

.reveal ::-moz-selection {
  color: var(--r-selection-color);
  background: var(--r-selection-background-color);
  text-shadow: none;
}

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: var(--r-heading-margin);
  color: var(--r-heading-color);
  font-family: var(--r-heading-font);
  font-weight: var(--r-heading-font-weight);
  line-height: var(--r-heading-line-height);
  letter-spacing: var(--r-heading-letter-spacing);
  text-transform: var(--r-heading-text-transform);
  text-shadow: var(--r-heading-text-shadow);
  word-wrap: break-word;
}

.reveal h1 {
  font-size: var(--r-heading1-size);
}

.reveal h2 {
  font-size: var(--r-heading2-size);
}

.reveal h3 {
  font-size: var(--r-heading3-size);
}

.reveal h4 {
  font-size: var(--r-heading4-size);
}

.reveal h1 {
  text-shadow: var(--r-heading1-text-shadow);
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: var(--r-block-margin) 0;
  line-height: 1.3;
}

/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
  margin-bottom: 0;
}

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%;
}

.reveal strong,
.reveal b {
  font-weight: bold;
}

.reveal em {
  font-style: italic;
}

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em;
}

.reveal ol {
  list-style-type: decimal;
}

.reveal ul {
  list-style-type: disc;
}

.reveal ul ul {
  list-style-type: square;
}

.reveal ul ul ul {
  list-style-type: circle;
}

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px;
}

.reveal dt {
  font-weight: bold;
}

.reveal dd {
  margin-left: 40px;
}

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: var(--r-block-margin) auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block;
}

.reveal q {
  font-style: italic;
}

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: var(--r-block-margin) auto;
  text-align: left;
  font-size: 0.55em;
  font-family: var(--r-code-font);
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.reveal code {
  font-family: var(--r-code-font);
  text-transform: none;
  tab-size: 2;
}

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal;
}

.reveal .code-wrapper {
  white-space: normal;
}

.reveal .code-wrapper code {
  white-space: pre;
}

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.reveal table th {
  font-weight: bold;
}

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid;
}

.reveal table th[align=center],
.reveal table td[align=center] {
  text-align: center;
}

.reveal table th[align=right],
.reveal table td[align=right] {
  text-align: right;
}

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none;
}

.reveal sup {
  vertical-align: super;
  font-size: smaller;
}

.reveal sub {
  vertical-align: sub;
  font-size: smaller;
}

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top;
}

.reveal small * {
  vertical-align: top;
}

.reveal img {
  margin: var(--r-block-margin) 0;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: var(--r-link-color);
  text-decoration: none;
  transition: color 0.15s ease;
}

.reveal a:hover {
  color: var(--r-link-color-hover);
  text-shadow: none;
  border: none;
}

.reveal .roll span:after {
  color: #fff;
  background: var(--r-link-color-dark);
}

/*********************************************
 * Frame helper
 *********************************************/
.reveal .r-frame {
  border: 4px solid var(--r-main-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.reveal a .r-frame {
  transition: all 0.15s linear;
}

.reveal a:hover .r-frame {
  border-color: var(--r-link-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: var(--r-link-color);
}

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: var(--r-link-color);
}

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: var(--r-background-color);
  }
}
.section-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14rem 7rem 7rem 7rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow: auto;
  background: url("../../images/default.jpg") no-repeat center center/contain, #f2f2f2;
}

.reveal.slide .slides > section > section:not([data-transition]).past {
  opacity: 1;
}

.reveal .slides > section > section.present {
  z-index: 9;
}

.reveal.slide .slides > section > section:not([data-transition]).past .section-inner {
  transition: opacity 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
  opacity: 0;
}

.reveal.slide .slides > section > section:not([data-transition]) .section {
  z-index: 9999999;
  transition: transform-origin 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 0.8s cubic-bezier(0.26, 0.86, 0.44, 0.985);
}

.reveal.slide .slides > section > section:not([data-transition]).past .section {
  transform: translate(0, 150%);
}

.reveal blockquote {
  box-shadow: none;
  background: #f5f5f5;
  padding: 1rem 0.5rem;
  color: p;
  color-margin: 0;
}
.reveal blockquote cite {
  margin-top: 1rem;
  display: block;
  font-size: 1rem;
}

.reveal code:not(.hljs) {
  padding: 0.1em 0.33em;
  background-color: #ecbe34;
  font-size: 0.9em;
  border-radius: 0.25em;
}

.section {
  position: fixed;
  inset: 0;
  font-family: "Century Gothic", sans-serif;
  pointer-events: none;
  color: #363e61;
}

.section-number {
  position: absolute;
  top: calc(8% + 0.5rem);
  left: 5%;
  font-size: 1.5rem;
  font-weight: bold;
  font-size: 5rem;
  text-transform: uppercase;
  padding-right: 0.5rem;
  line-height: 1;
}

.section-title {
  position: absolute;
  top: calc(8% + 0.75rem);
  left: calc(5% + 7rem);
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 2rem;
}

.section-subtitle {
  position: absolute;
  top: calc(8% + 3.5rem);
  left: calc(5% + 7rem);
  white-space: nowrap;
  font-size: 1.75rem;
}

ul li {
  margin-bottom: 1rem;
}

[data-layout=img] img {
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-layout=main] .section-inner {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 3rem;
  text-align: left;
  background: url("../../images/slide01.jpg") no-repeat center center/cover;
}
[data-layout=main] .section-inner h1 {
  position: absolute;
  bottom: 29%;
  left: 9%;
  width: 26.5%;
  font-size: 2.96rem;
  line-height: 1.1;
  color: #363e61;
  text-transform: uppercase;
  font-weight: bold;
}
[data-layout=main] .section-inner p {
  position: absolute;
  top: 74%;
  left: 9%;
  width: 26.5%;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #363e61;
}

[data-layout=section] .section-inner,
[data-layout=section1] .section-inner,
[data-layout=section2] .section-inner,
[data-layout=section3] .section-inner,
[data-layout=section4] .section-inner {
  background: url("../../images/section01.jpg") no-repeat center center/cover;
}
[data-layout=section] .section-inner .number,
[data-layout=section1] .section-inner .number,
[data-layout=section2] .section-inner .number,
[data-layout=section3] .section-inner .number,
[data-layout=section4] .section-inner .number {
  position: absolute;
  top: 46%;
  left: 5.75%;
  font-size: 1.5rem;
  color: #363e61;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 6.5rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  line-height: 1;
  border-bottom: 3px solid #179ad7;
}
[data-layout=section] .section-inner h1,
[data-layout=section1] .section-inner h1,
[data-layout=section2] .section-inner h1,
[data-layout=section3] .section-inner h1,
[data-layout=section4] .section-inner h1 {
  position: absolute;
  top: 63%;
  left: 5.75%;
  width: 24%;
  text-align: left;
  font-size: 2.5rem;
  color: #363e61;
  font-weight: bold;
}

[data-layout=section2] .section-inner {
  background: url("../../images/section02.jpg") no-repeat center center/cover;
}

[data-layout=section3] .section-inner {
  background: url("../../images/section03.jpg") no-repeat center center/cover;
}

[data-layout=section4] .section-inner {
  background: url("../../images/section04.jpg") no-repeat center center/cover;
}

[data-layout=presentation2] .section-inner {
  text-align: center;
  padding: 5% 20%;
  background: url("../../images/logo-horizontal.png") no-repeat 95% 0%/15% auto, url("../../images/presentation2.svg") no-repeat center center/cover;
}

[data-layout=diapo1] .section-inner {
  background: url("../../images/logo-horizontal.png") no-repeat 2% 2%/12% auto, url("../../images/diapo1.svg") no-repeat center center/cover;
}

[data-layout=diapo2] .section-inner {
  background: url("../../images/logo-horizontal.png") no-repeat 95% 2%/12% auto, url("../../images/diapo2.svg") no-repeat center center/cover;
}

[data-layout=diapo3] .section-inner {
  background: url("../../images/logo-horizontal.png") no-repeat 3% 2%/12% auto, url("../../images/diapo3.svg") no-repeat center center/cover;
}

[data-layout=diapo4] .section-inner {
  background: url("../../images/logo-horizontal.png") no-repeat 4% 2%/15% auto, url("../../images/diapo4.svg") no-repeat center center/cover;
}

.mi-jeto {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.mi-jeto img {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

.flujo {
  display: flex;
  align-items: center;
  padding-block: 3rem;
  width: 100%;
}
.flujo code.hljs {
  padding: 1rem;
  font-size: 1.2rem;
}
.flujo .code-wrapper {
  min-width: 0;
}
.flujo__spaceless {
  padding: 0;
}
.flujo p {
  font-size: 1.25rem;
  margin: 0;
}
.flujo p strong {
  display: block;
  text-decoration: underline;
  margin-bottom: 0.25em;
  font-size: 2rem;
}
.flujo__box {
  flex: 1;
  padding: 1rem;
  border: 0.25rem solid #4b4b4b;
}
.flujo__box__filtro {
  border-color: #179ad7;
  color: #179ad7;
}
.flujo__box__warning {
  border-color: #ecbe34;
}
.flujo__box__critical {
  border-color: #e03c31;
  color: #e03c31;
}
.flujo__arrow {
  position: relative;
  flex: 0;
  min-width: 4%;
  height: 100%;
}
.flujo__arrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #4b4b4b;
}
.flujo__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  border-style: solid;
  border-color: transparent transparent transparent #4b4b4b;
  border-width: 1rem;
}
.flujo__arrow p {
  position: absolute;
  top: 0;
  line-height: 1.2;
  left: 50%;
  transform: translate(-50%, -200%);
  font-size: 1.5rem;
  width: 300%;
}

.fade {
  opacity: 0.5;
}

.circular {
  padding-block: 5rem;
  position: relative;
}
.circular:after {
  content: "⤵";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-43%, 25%) rotate(130deg);
  font-size: 12rem;
  line-height: 1;
  color: #ecbe34;
}

[data-dark-theme] {
  --r-main-color: #fff;
  --r-heading-color: #fff;
  --r-link-color: #ccc;
  --r-link-color-dark: #a6a6a6;
  --r-link-color-hover: #fff;
  color: var(--r-main-color);
}

#idr-reveal {
  background-color: #ddd;
}
#idr-reveal .slides section {
  bottom: 0;
  top: 0;
  display: flex !important;
  flex-direction: column;
}

.font-lg {
  font-size: 1.25em;
}

.font-sm,
small {
  font-size: 0.75em;
}

.font-xs,
table:not(.hljs-ln) {
  font-size: 0.6em;
}

.col-2 {
  display: flex;
  text-align: left;
  gap: 1em;
  width: 100%;
}
.col-2 .col {
  width: 50%;
}

.col pre.code-wrapper {
  min-width: 0;
  width: auto;
  margin-inline: 0;
}

pre.code-wrapper {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  min-width: 400px;
}
pre.code-wrapper code {
  padding: 2rem;
  box-sizing: border-box;
}

div.fragment {
  width: 100%;
}

img {
  margin: 0 !important;
}

p {
  margin-top: 0 !important;
}

.alert {
  background-color: #f5b836;
  text-align: center;
  padding: 2rem;
  margin-top: 1rem;
  font-size: 0.75em;
}
.alert p {
  margin: 0;
}

.reveal .hljs:not(:first-child).fragment {
  height: 100%;
}

.scroller-img {
  overflow: auto;
}
.scroller-img img {
  width: 100%;
  max-width: 100%;
  max-height: 1000%;
  height: auto;
}

.reveal table {
  margin-top: 2em;
  margin-bottom: 2em;
}

.reveal table th,
.reveal table td {
  padding: 0.66em;
  border-right: 1px solid #bbb;
}
.reveal table th:last-child,
.reveal table td:last-child {
  border-right: none;
  padding-right: 0;
}

.bigpipe {
  font-size: 0.7em;
  max-width: 800px;
  outline: 6px solid black;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bigpipe p {
  margin: 0;
}
.bigpipe-1 {
  border: 6px solid #009cde;
  padding: 1em;
}
.bigpipe-2 {
  border: 6px solid #f46351;
  padding: 1em;
}
.bigpipe-3 {
  border: 6px solid #009cde;
  padding: 1em;
}

.hljs-comment {
  color: #96917c !important;
}

@keyframes appear {
  from {
    position: absolute;
    opacity: 0;
  }
  to {
    position: static;
    opacity: 1;
  }
}
.cls {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  border: 6px solid #96917c;
  padding: 0.25em;
  height: calc(200px + 0.75em);
  margin-bottom: 0.5em;
}
.cls .cls-lazy {
  border: 6px solid #f46351;
  height: 100px;
  width: 200px;
  animation: appear 5s ease 2s infinite normal forwards;
}
.cls .cls-eager {
  border: 6px solid #009cde;
  height: 100px;
  width: 200px;
}

.placeholder-sample {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  border: 6px solid #96917c;
  padding: 0.25em;
  width: 800px;
}

.placeholder-sample-static {
  border: 6px solid #009cde;
  height: 250px;
  padding: 0.25em;
}

.placeholder-sample-dynamic {
  border: 6px solid #f46351;
  padding: 0.25em;
}
.placeholder-sample-dynamic div {
  display: flex;
  gap: 0.25em;
}
.placeholder-sample-dynamic span {
  height: 100px;
  flex: 1;
  display: block;
  background-color: #f46351;
}

.full-img {
  max-width: 100% !important;
  max-height: 100% !important;
}