:root {


  /**
  #046baa

  Naranja: #ffc529
  Azul medio oscuro: #046baa
  Azul oscuro: #212c5e
  */


  --color-primary: #0fff0f;
  --color-secondary: #046baa;
  --r-main-color: #212c5e;
  --color-tertiary: #f26352;
  --color-quaternary: #212c5e;
  --color-primary-background: #fff;
  --color-secondary-background: #aaa;
  --r-heading-color: #212c5e;
  --r-heading-color-secondary: #f77;
  --r-heading-font: 'impact', sans-serif;
  --font-heading: 'Courier', monospace;
  --fond-standard: 'Lato', sans-serif;

}

body .reveal {
  font-family: var(--fond-standard);
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  background-color: var(--color-primary-background);
}

/* Used to have the footer (color bar) on the bottom. */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
  background-image: url("./../images/color_bar.png");
}

.end footer {
  display: none;
}

.panel {
  border-radius: 25px;

  border: #dfdfdf 1px solid;
  background: rgba(255, 255, 255, 0.7)
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  opacity: 1;
  transition: all .8s cubic-bezier(.26, .86, .44, .985);
}



header .logo .cover-logo {
  margin: 1rem 0 0 2rem;
  padding: 0;
  object-fit: contain;
}
@media (max-aspect-ratio: 32/19) {
  header .logo .cover-logo {
    display: none;
  }
}

body.cover header,
body.chapter header,
body.authors header{
  display: none;
}


.cover .content {
  text-align: left;
  margin-left: 10%;
  padding-bottom: 4em;
}

.cover h1,
.cover h2 {
  margin: 0;
}

.cover h2 {
  font-size: 1.2em;
  font-family: var(--font-standard);
}


.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  text-transform: none;
  font-weight: lighter;
}

.reveal h1,
.reveal h2 {
  color: var(--r-heading-color);
}

.reveal section[data-state="content"] h1 {
  font-size: 0.8em;
  font-style: italic;
  color: var(--color-tertiary);
}

.reveal section .xlarge {
  color: var(--color-secondary);
}

.reveal section .xxxlarge {
  font-size: 4em;
}

.slides section[data-state="chapter"] h1,
.reveal section .xxlarge {
  font-size: 2.5em;
  font-family: var(--r-heading-font)
}

.reveal section .xlarge,
.reveal h1 {
  font-size: 1.5em;
  margin-right: 2rem;
}

.reveal section .large {
  font-size: 1.2em;
}

.reveal section .small {
  font-size: 0.8em;
}

.reveal section .xsmall {
  font-size: 0.6em;
}

.reveal section .xxsmall {
  font-size: 0.4em;
}

.reveal section .color-primary {
  color: var(--color-primary);
}

.reveal section .color-secondary {
  color: var(--color-secondary);
}

.reveal section .color-tertiary {
  color: var(--color-tertiary)
}


.reveal span.hl {
  color: var(--r-heading-color-secondary);
}

.reveal section .mb-0 {
  margin-bottom: 0;
}

.reveal section .fs-0 {
  font-size: 0;
}

.reveal section .center {
  text-align: center;
}

.reveal section .left {
  text-align: left;
}


/* .reveal section ul li {
  list-style-type: "⠂";
} */

.reveal section ul.no-bullets li {
  list-style-type: none !important;
  padding-left: 0;
}


li::marker {
  position: relative;
    bottom: 11px;
}


header img {
  width: 8rem;
}

.slides section[data-state="chapter"] h1,
.slides section[data-state="content"] h1 {
  margin: 0 auto;
}

.slides section[data-state="chapter"] h1 {
  color: var(--r-heading-color);
}



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

.slides section[data-state="content"] img {
  border: 1px solid #333;
}

img.half-height {
  max-height: 50vh;
}

.ice-breaking {
  display: flex;
  gap: 2rem;
}

.ice-breaking article {
  margin-top: 6%;
  margin-left: 25%;
  width: 50%;
  position: relative;
  padding: 6% 1rem 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10), 0 5px 8px rgba(0, 0, 0, 0.01);
  border-radius: .5em;
  background-color: #f0f0f0;
}

.reveal section ul.no-bullets {
    margin: 1rem 0;
    column-gap: 1em;
    padding: 1.5rem 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10), 0 5px 8px rgba(0, 0, 0, 0.01);
    border-radius: .5em;
    background-color: #f0f0f0;
}


.ice-breaking article h2 {
  font-size: 2.5rem;
  color: var(--color-secondary);
  font-family: var(--fond-standard);
}

.ice-breaking article h3 {
  font-size: 1.5rem;
  font-family: var(--fond-standard);
}

.ice-breaking article h4 {
  font-size: 1.3rem;
  color: var(--color-tertiary);
  font-family: var(--fond-standard);
}

.ice-breaking article a {
  font-size: .8rem;
  color: #fff;
  display: inline-block;
  padding: .4em .8em;
  background-color: var(--color-secondary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10), 0 5px 8px rgba(0, 0, 0, 0.01);
  border-radius: 1em;
}

.ice-breaking article a:hover,
.ice-breaking article a:focus {
  color: #fff;
}

.ice-breaking article img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 20%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 5px 8px rgba(0, 0, 0, 0.22);
}


.slides pre {
  padding: 0.3em 1em;
  color: var(--color-tertiary);
  opacity: 0.8;
  background-color: var(--color-primary-background);
  width: 97%;
}


.reveal .slides section[data-state="content"] {
  text-align: left;
}

.reveal section.weight-left-little {
  width: 65%;
}

.reveal section.weight-left {
  width: 55%;
}

.reveal section.weight-leftmost {
  width: 65%;
  left: -2em;
}

.reveal .slide-background video {
  width: 38%;
  height: auto;
  left: 55%;
  top: 25%;
  bottom: 10%;
}

.multicolumn {
  column-count: 2;
  column-gap: 2em;
  margin: auto;
}
