/*!
 * custom.js
 * http://revealjs.com
 * MIT licensed
 *
 * Copyright (C) 2019 Hakim El Hattab, http://hakim.se
 */


/*********************************************
 * HEADER
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  text-align: center; }
/*h1.header:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 140px;
}*/
/*
h1.header:before {
  content: "    ";
  /*display: inline-block;*/
  /*background-image: url("Aristoteles.jpeg");*/
  /*background-repeat: no-repeat;*/
  /*background: url("images\cinvestavLogo.svg") no-repeat;*/
  /*width: 50%;*/
  /*height: 20px;*/
  /*float: left;*/
  /*margin: 0 6px 0 0;*/
}
*/*/

/*h1.header:after {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #999;
  width: 140px;
}*/
/*
h1.header:after {
  content: "";
  display: inline-block;
  background: url("Aristoteles.jpeg") no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  margin: 0 6px 0 0;
}
*/
/*********************************************
 * PARAGRAPHS
 *********************************************/
P {
  text-align: left;
}

/* Reference: https://krasimirtsonev.com/blog/article/CSS-before-and-after-pseudo-elements-in-practice */

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img.rcorner {
  border: 0;
  box-shadow: none;
  border-radius: 50px; }

/*
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
*/

/*
.reveal section img.plain {
  border: 0;
  box-shadow: none; }
*/
/*
.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #2a76dd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
*/

/*********************************************
 * Two column layout
 *********************************************/

.column {
  float: left;
  /*width: 50%;*/
  text-align: justify;
  hyphens: auto;
  /*margin: 0.01em 0.01em;*/
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*********************************************
 * Footer
 *********************************************/

footer {
  display: block;
  position: fixed;
  left: 0%;
  bottom: 0;
  width: 100%;
  /*background-color: red;*/
  /*color: white;*/
  text-align: center;
  font-size: 50%; 
}

/*********************************************
 * Figures
 *********************************************/
div.figure {
/*  float: right; */
  width: 100%;
/*  border: thin silver solid; */
  margin: -1em -1em;
  padding: 0;
/*  text-align: center; */
  font-style: italic;
  font-size: 1.5vw;
  text-indent: 0;
}

/*
img.scaled {
  width: 100%;
}*/

