/**
 * Black theme for reveal.js. This is the opposite of the 'white' theme.
 *
 * By Hakim El Hattab, http://hakim.se
 */
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);

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
 *********************************************/
body {
  background: #191919;
  background-color: #191919; }

.reveal {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: normal;
  color: #fff; }

::selection {
  color: #fff;
  background: #bee4fd;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #bee4fd;
  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: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 2.5em; }

.reveal h2 {
  font-size: 1.6em; }

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

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

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3; }

/* 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 .resaltado{
  background-color: #ebe7f7;
}

.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: 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 5px 15px rgba(0, 0, 0, 0.15); }

.reveal code {
  font-family: monospace;
  text-transform: none; }

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

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #42affa;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #8dcffc;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #068de9; }

/*********************************************
 * 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: #42affa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #42affa; }

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

.reveal .progress span {
  -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 .fab{
  margin-left: 15px;
}

.reveal .contenedorIntro{
  width: 70%;
  margin: 0 auto;
  color:#611fba;
  font-family: 'Montserrat', sans-serif;
}

.reveal .contenedorImagen{
  width: 75%;
  margin: 0 auto;
}


.reveal .contenedorImagen img{
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;

}
.reveal .contenedorBonus{
  width: 80%;
  margin: 0 auto;
}

.reveal .contenedorBonus h1{
  text-align: center;
  color: #fff;
  font-size: 2rem;
}

.reveal .contenedorBonus .cartas{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.reveal .contenedorBonus .cartas img{
  width: 200px;
  height: auto;
  margin: 0 30px;
  border:none;
}


.reveal .contenedorIntro h1{
  color:#611fba;
  font-size: 2rem;
  
}
.reveal .contenedorIntro p{
  font-size: 1.2rem;
}

.reveal .contenedor{
  width: 70%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}
.reveal .porcentaje{
  width: 25%;
  color: #fff;
  background-image: url('../../img/grafico1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 4rem; 
  min-width: 200px;
  min-height: 200px;
}
.reveal .textoCirculo{
  width: 25%;
  color: #fff;
  background-image: url('../../img/grafico1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.4rem; 
  max-width: 200px;
  min-height: 200px;
}

.reveal .texto{
  width: 75%;
  text-align: left;
  text-transform: initial;
  padding-left: 30px;
}

.reveal .compartir{
  font-size: 1.2rem;
  color:#4f4e50;
  font-family: 'Montserrat', sans-serif;
  display: block;

}

.reveal .titulo{
  font-size: 3rem; 
  text-transform: initial;
  color:#611fba;
  font-family: 'Montserrat', sans-serif;
}

.reveal .subtitulo{
  font-size: 1.5rem;
  text-transform: initial;
  color:#611fba;
  font-family: 'Montserrat', sans-serif;
}

.reveal .callToAction{
  -webkit-appearance:none;
  border: none;
  border-radius: 30px;
  background-color: #611fba;
  padding: 10px 20px;
  color: #fff;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  cursor: pointer;

}

.reveal .contenedor2{
  width: 70%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.reveal .etiqueta{
  font-size: 1.3rem; 
  text-transform: initial;
  color:#611fba;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.reveal .titulo2{
  font-size: 2.5rem; 
  font-weight: 900;
  text-transform: initial;
  color:#611fba;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  border-top-left-radius: 50px;
  background-image:url(../../img/corner.png);
  background-position: right bottom;
  width: 60%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 45px 15px;
  background-repeat: no-repeat;
}


.reveal .subtitulo2{
  font-size: 1.2rem;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: initial;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
}

.reveal .callToAction2{
  -webkit-appearance:none;
  border: none;
  border-radius: 30px;
  background-color: #22edc6;
  padding: 10px 20px;
  color: #611fba;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  cursor: pointer;

}
.reveal .contenedor3{
  width: 70%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.reveal .titulo3{
  font-size: 3rem; 
  text-transform: initial;
  color:#22edc6;
  font-family: 'Montserrat', sans-serif;
}

.reveal .contenedor3 ul{
  font-size: 1.4rem;
  margin: 20px 0px;
  line-height: 2;
  list-style: none;
}
.reveal .contenedor3 li{
  background:url('../../img/check.png') no-repeat left top;
  padding: 0px 0px 0px 30px;
  margin: 0;
}

#mapa{
  display: none;
  width: 100%;
  height:100%;
  background-image:url(../../img/mapa.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  position: absolute;
  z-index: 101;
}

#mapa .btnCerrar{
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  color: #611fba;
  position: absolute;
  top: 30px;
  right: 30px;

}

#mapa .paginas{
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin-left:10%;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color:#611fba;

}
#mapa .pagina{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  margin-right: 2px;
  color:#611fba;
  background-color: rgba(127,60,213,0.2);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}
#typed{
  color: #fff;
}
.contenedorMago{
  width: 80%;
  height: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedorMago .callToActionFrase{
  display: none;
  background-color: #fff;
  color: #611fba;
  margin-top: 0px;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;

}

.mago{
  width: 30%;
  min-width: 200px;
  min-height: 200px;
  background: url("../../img/mago1.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.mago2{
  width: 30%;
  min-width: 200px;
  min-height: 200px;
  background: url("../../img/mago2.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.mago3{
  width: 30%;
  min-width: 200px;
  min-height: 200px;
  background: url("../../img/mago3.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.mago4{
  width: 30%;
  min-width: 200px;
  min-height: 200px;
  background: url("../../img/mago4.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.mago img{
  width: 100%;
}
.frase{
  width: 70%;
  text-align: left;
}
.fraseTexto{
  display: inline;
  font-size: 2rem;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
#logo{
  position: absolute;
  top:30px;
  right: 30px;
  width: 160px;
  z-index: 100;
}
.oscuro{
  display: block;
}
.claro{
  display: none;
}
#logoFirma{
  position: absolute;
  bottom:30px;
  right: 30px;
  width: 400px;
  z-index: 100;
}
#logoFirma img{
  width: 100%;
}
#logo img{
  width: 100%;
}
#menu{
  position: absolute;
  left:0px;
  top:10%;
  width: 40px;
  z-index: 101;
}
#menu img{
  width: 100%;
}
#numero{
  position: absolute;
  left:0px;
  top:25%;
  font-size: 1.2rem;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  width: 100%;

}

#avisoGirar {
  display: none;
  background-color: rgba(0,0,0,0.8);
  z-index: 1000;
  width: 100%;
  position: absolute;
  height:100%;
  font-family: 'Montserrat', sans-serif;
}

#avisoGirar .contenedor{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
  
}
#avisoGirar .contenedor .intro{
  font-size: 1rem;
  color: #fff;
  margin-bottom: 45px;
}
#avisoGirar .contenedor .titulo{
  font-size: 2rem;
  color: #fff;
}
#avisoGirar .contenedor .titulo2{
  font-size: 2rem;
  color: #6ae8c8;
  margin-bottom: 30px;
}


@media (max-width: 820px) {

  .reveal section{
    padding: 0 !important;
  }
  .reveal .contenedorIntro h1{
    font-size: 1.2rem
  }
  .reveal .contenedorIntro p{
    font-size: 0.8rem
  }

  .reveal .contenedorBonus h1{
    font-size: 1rem;
  }
  .reveal .contenedorBonus .cartas img {
    width: 100px;
    margin: 0 15px;

  }
  .reveal .contenedor3 li {
    background: url(../../img/check2.png) no-repeat left top;
  }
  .reveal .contenedorMago{
    width: 90%;
    height: 300px;
  }
  .reveal .mago2,.reveal .mago,.reveal .mago3,.reveal .mago4{
    min-width: 80px;
    min-height: 80px;
  }
  .reveal .fraseTexto{
    font-size: 1rem;
    display: block;
  }
  .reveal .callToActionFrase{
    font-size: 1rem;
    padding: 5px 10px;
  }

  .reveal .contenedor{
    width: 80%;
    margin-bottom: 0px;
  }
  .reveal .porcentaje{
    font-size: 2.5rem;
    min-width: 80px;
    min-height: 80px;
  }
  .reveal .compartir{
    font-size: 0.8rem;
  }

  .reveal .titulo{
    font-size: 1.6rem; 
    margin-bottom: 15px;
  }

  .reveal .subtitulo{
    font-size: 0.9rem;
  }
  .reveal .callToAction{
    font-size: 1rem;
    margin-top: 15px;
  }
  .reveal .etiqueta{
    font-size: 0.9rem;
    display:block;
    width: 160px;
    margin: 0 auto;
  }
  .reveal .contenedor2{
    width: 90%;
  }

  .reveal .titulo2{
    font-size: 1.4rem;
    width: 90%;
    padding: 5px 5px;

  }
  .reveal .textoCirculo {
    font-size: 0.9rem;
    min-width: 100px;
    min-height: 100px;
  }

  .reveal .subtitulo2{
    font-size: 0.9rem;
     width: 80%;
     margin-bottom: 0px;
  }
  .reveal .callToAction2{
    font-size: 1rem;
    margin-top: 15px;
  }
  .reveal .contenedor3{
    width: 80%;
  }
  .reveal .titulo3{
    font-size: 1.4rem; 
  }

  .reveal .contenedor3 ul{
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 10px 0px 10px 30px;
  }
  #menu{
    width: 20px;
    
  }
  #mapa .paginas{
    width: 90%;
    margin-left: 5%;

  }
  #mapa .btnCerrar{
    top:15px;
    right: 15px;
    font-size: 2rem;
    
  }
  #numero{
    font-size: 1rem;

  }
  #logo{
  
    top:15px;
    right: 15px;
    width: 80px;
  }
  #logoFirma{
  
    bottom:10px;
    right: 10px;
    width: 200px;
  }

}




/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #191919; } }
