/**
 * A simple theme for reveal.js presentations, similar
 * to the default theme. The accent color is darkblue.
 *
 * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
 * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Nixie+One');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


html, body {
  height: 100%;
  font-size: 14px;
  font-family: 'Montserrat', Helvetica, Arial ,sans-serif;
  padding: 0;
  margin: 0;
}


.reveal .slide-aligned-left {
  text-align: left;
}
.intro{
  color: white;
  font-family: 'Montserrat', Helvetica, Arial ,sans-serif;
 
}

.navaudio{

  text-align: center;
  margin-top: 25px;
      width: 105%;

}

.mainmenu a:hover{
  color: grey;

}

.sufrir{
  margin-left: 40px;
}

.audio {
  position: absolute;
  z-index: 1000;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  opacity: 0.9;
  display: none;

}



audio {
  text-align: center;
  margin: 0 auto;
  width: 800px;
}

.reveal h1 {
  font-family: 'Bebas Neue','Helvetica Neue', Helvetica, Arial ,sans-serif;
  letter-spacing: -1.2em;
  text-align: left;
  line-height: 1.055em !important; }

  #quote{
  font-family: 'Bebas Neue','Helvetica Neue', Helvetica, Arial ,sans-serif;
  margin: 0 0 20px 0;
  color: #22264b;
  font-weight: normal;
  line-height: 0.8em;
  letter-spacing: -0.002em;
  text-shadow: none;
  word-wrap: break-word;
  font-size: 60px;
 }

  

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  font-size: 16px !important;
}

.reveal {
  font-family: "Libre Baskerville", "Helvetica", sans-serif;
  font-size: 36px;
  font-weight: normal;}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
  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: 0 0 20px 0;
  color: #22264b;
  font-weight: normal;
  line-height: 0.8em;
  letter-spacing: -0.002em;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h1 {
  font-size: 3em;
  text-shadow: none;
  padding-top: 22px;
}

.reveal h2 {
  font-size: 2.11em;
  line-height: 1.8em;
}

.reveal h3 {
  font-size: 1.55em; }

.reveal h4 {
  font-size: 1em;
}

.reveal p {
  font-size: 0.9em;
  line-height: 1.6;
  padding-top: 20px;
  font-family: 'Montserrat', Helvetica, Arial ,sans-serif;
  color: black;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal p, .reveal a {
  width: auto;
  margin: 0 10%;
}

/* 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 q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px 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: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

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

.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; }

.reveal sub {
  vertical-align: sub; }

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

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

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  display: inline-block;
  padding-top: 32px;
  padding-bottom: 8px;

  color: black;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  text-decoration: none;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease; }

.reveal a:hover {
  text-shadow: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.reveal .roll span:after {
  color: #fff;
  background: #00003f; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #fff;
  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: #00008B;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #00008B;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.reveal section img {
  margin: 0px;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

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

.reveal img {
  max-width: 100%;
  max-height: 100%; }

header {
  z-index: 1000;
  position: absolute;
  width: 100%;

}

.navigation {
    width: 100%;
    top: 0;
    height: 43px;
    background: #2F343B;
    padding: 0;
    z-index: 2;
    text-align: center;
    margin-top: -21px;
    padding-top: 13px;
    padding-bottom: 25px;
}

#comenzar{
  font-family:'Montserrat', Helvetica, Arial ,sans-serif ;
}

#comenzar a:hover{
  color: grey;
}

.item {
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial ,sans-serif;
  /*  */
  padding: 0 5%;
}

.item a {

  float: left;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  width: 25%;
  padding: 15px 0;
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none; 
  text-align: center;
}

.item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

ul li{

  list-style: none;
}

.video nav {
 
  bottom: auto;
  top: 0;
}

.mainline {
     display: block;
    width: 20%;
    margin-top: 15px;
    height: 3px;
    background-color: black;
    float: left;

  }

.mainmenu {
  position: relative;
    display: block;
    width: 51%;
    float: left;
    margin-top: -5px;
    margin-left: 96px;
    font-weight: bold;
    color: grey;

  }


.mainmenu li{
width: 20%;
  float: left;

}


.mainmenu a {
  padding: 15px 0;
  color: grey;
  text-decoration: none; 
  text-align: center;
  
}

li a {
  font-size: 1.4rem;
  color: black;

}
.navaudio{

  margin-top: 1px;

}

.hamburgerdos{

  display: none;  
    font-size: 50px;
    color: grey;
    float: left;
    margin-left: 19px;
}
    
@media (max-width:600px){
  .backgrounds{
    display: none;
  }

  .mainline{

    display: none;

  }

  .hamburgerdos{
display: inline-block;
transition:0.25s all;

}

.nav{
  position: absolute;
  top:78px;
  background:white;
  border:5px solid black;
  font-family: 'Cabin', sans-serif;
  font-size:30px;
  text-align: center;
  width: 124px;
  display: none;
  height: 174px;
}

.navdos{

  position: absolute;
  top: 22px;
    margin-left: 22px;
  background:white;
  border:5px solid black;
  font-family: 'Cabin', sans-serif;
  font-size:30px;
  text-align: center;
  width: 124px;
  display: none;
  height: 155px;
}


.nav-item{
  border-top:3px solid white;
  border-bottom:3px solid white;
  height:50px;
  line-height: 50px;
  cursor: pointer;
  transition:0.25s all;
}

.hamburger{
display: inline-block;
transition:0.25s all;

}

.hamburgerdos{
display: inline-block;
transition:0.25s all;

}

.nav-item {
  width: 50%;
  float: left;
  display: block;

}

.nav-itemdos {
  width: 50%;
  float: left;
  display: block;

}

.header-item{

  display: inline-block;
  width:33%;
  margin:0;
  padding:0 20px;
  font-size:31px;
  margin-top: 14px;
}

.mainmenu li {
    width: 70%;
    float: left;
}

.mainmenu li{

  text-decoration: underline;
}

  .line{

    display: none;
  }

  .mainline{

    display: none;

  }


  .menu a{

    color: black;
    text-decoration: underline; 
    padding: 15px 0;
    text-align: center;
  }

  
  .menu li {
    width: 51%;
    float: left;

}

nav ul {
  
   margin: -28px -133px;

}

.menu a:hover {
  color: grey;
}

}



