@import url("https://use.typekit.net/frp2nwj.css");
:root {
  --franklin-urw:"franklin-gothic-urw", sans-serif;
  --noto:"noto-serif",serif;
  --noto-extracon: "noto-serif-extracondensed",serif;
  --mongoo: "mongoose",sans-serif;
  --crema:#f1efe3;
  --crema-alternativo:#fffaea;
  /* este tono de crema se cambio*/
  --black:#202020;
  --rojo:#FF3640;
  --naranja:#FF6D46;
  /* este tono de naranja se cambio*/
  --amarillo:#FDD732;
  --azul-100: #3247D5;
  --primary-100:#8B4513;
  --primary-200:#61300D;
  --primary-300:#E68946;
  --naranja-100:#ff5039;
  --naranja-200:#ff7a45;
  --text-100:#000000;
  --text-200:#817a73;
  --text-300: #a0958a;
  --bg-100:#f7e1b8;
  --bg-200:#ffecc9;
  --bg-300:#eeddaf;
  --secundario-vibrante:#414F46;
  --secundario-oscuro:#252525;
  /* este tono de negro se cambio*/
  --secundario-oscuro-bis:#050714;
  --primario-claro:#fffcf0;
  --primario-vibrante:#fff7b7;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 1.1rem;
  font-family: var(--noto), serif;
  color: var(--crema-alternativo);
  line-height: 1.5rem;
  background-color: var(--secundario-oscuro);
  width: 100%;
}

h1, h2, h4, h5, h6 {
  font-family: var(--franklin-urw), sans-serif;
}

p {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.7rem;
  font-weight: 300;
  display: block;
}

.minus {
  font-size: 0.85rem;
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
  border: 0;
  height: auto;
  padding: 0;
  /* overflow: hidden; */
  margin: 0 auto;
  z-index: 99;
  display: inline-block;
}

a {
  color: var(--crema-alternativo);
  background-color: var(--azul-100);
  font-family: var(--franklin-urw), sans-serif;
  text-decoration: none;
}
a:hover {
  color: var(--azul-100);
  background-color: var(--crema-alternativo);
}

.bg-black {
  background-color: var(--black);
}

.navbar-brand-lado {
  max-width: 220px;
  background-color: var(--crema-alternativo);
  border-radius: 30px;
  margin: 5px;
}

.navbar-lado {
  color: var(--text-100);
  font-family: var(--franklin-urw), sans-serif;
}

.nav-link-lado {
  font-family: var(--franklin-urw), sans-serif;
  color: var(--crema-alternativo);
  font-size: 0.7rem;
  font-weight: 300;
  padding: 10px;
  background-color: var(--azul-100);
  border-radius: 30px;
  margin: 7px;
}
.nav-link-lado i {
  color: var(--crema-alternativo);
}

.navbar-toggler {
  background-color: var(--azul-100);
}

.bg-blur {
  background: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.filter-invert {
  mix-blend-mode: difference;
}

.icono {
  width: 45px;
  position: fixed;
  bottom: 500px;
  right: 50%;
  z-index: 999;
}
.icono img {
  --animate-repeat: 2;
  --animate-duration: 6s;
}

.autores-lado {
  background-color: var(--text-100);
  color: var(--crema);
  font-family: var(--franklin-urw), sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-radius: 30px;
}

.bg-apertura {
  background-image: url("../../img/bg-apertura.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}

.apertura {
  padding: 7vw;
}
.apertura h1 span {
  font-family: var(--franklin-urw), sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0;
  color: var(--text-300);
}
.apertura h1 {
  font-family: var(--mongoo), sans-serif;
  text-transform: uppercase;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: 2px;
}

.subtitulo-grafico {
  color: var(--crema);
  font-size: 0.8rem;
  text-align: center;
  font-family: var(--franklin-urw), sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.sumario {
  padding: 5rem 1rem 5rem 1rem;
}
.sumario h3 {
  font-family: var(--franklin-urw), sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: var(--text-300);
  line-height: 1.3;
  letter-spacing: 1px;
}
.sumario span {
  background-color: var(--azul-100);
  color: var(--crema-alternativo);
}

.sumario-blk {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.subtitulo h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.3rem;
  color: var(--text-300);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 30px 0;
  text-wrap: balance;
}

.textDestacado {
  color: var(--rojo);
}

.textUpper {
  font-family: var(--franklin-urw), sans-serif;
  text-transform: uppercase;
}

@keyframes scroll {
  100% {
    background-position: 0px -4000px;
  }
}
.footerFocus {
  background-color: #000;
  padding: 1rem;
  font-size: 0.75rem;
}

.creditosFocus {
  text-transform: uppercase;
  color: var(--crema);
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.logo-focus {
  width: 8rem;
  padding-bottom: 0.25rem;
}

.btn-focus {
  color: var(--crema);
  background-color: var(--rojo);
}

figcaption {
  color: var(--text-200);
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding: 10px 15px 20px 15px;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-cplayer {
  padding: 3rem 0;
}
.video-cplayer p {
  color: var(--text-200);
  text-align: center;
  font-family: var(--franklin-urw), sans-serif;
  padding: 1rem 0;
  margin: 0;
}

.figure-caption {
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: var(--franklin-urw), sans-serif;
  padding: 0.8rem;
}

button, input, optgroup, select, textarea {
  color: var(--crema) !important;
  margin: 1rem;
  text-transform: uppercase;
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.7rem;
  padding: 2px 10px 2px 10px;
  letter-spacing: 1px;
  border-width: 1px;
}

.nav-item {
  color: var(--crema);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 7px 0;
}

.bg-danger {
  background-color: var(--rojo) !important;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.bg-crema {
  background-color: var(--crema) !important;
  color: var(--black) !important;
  width: 100%;
}

.texto-bg-verde p {
  color: var(--crema) !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.logo-nmas {
  width: 46px;
  background: var(--rojo);
  padding: 10px;
  margin-top: 3px;
}

.texto-crema {
  color: var(--crema);
}

.nav-background {
  background-color: var(--amarillo);
}

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: none;
}

.nav-link-custom {
  font-size: 0.7rem;
  font-family: var(--franklin-urw), sans-serif;
  letter-spacing: 0.5px;
  color: #222;
  border: #000;
  padding-left: 13px !important;
  padding-right: 13px !important;
  background-color: var(--crema);
}
.nav-link-custom:hover, .nav-link-custom:focus {
  color: var(--amarillo) !important;
}

.dropdown-menu {
  position: relative;
  top: 100%;
  background-color: var(--crema);
  border: 2px solid;
  border-radius: 0;
}

.dropdown-collapse {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.dropdown-collapse:hover {
  background-color: var(--amarillo);
}

.navbar .dropdown-menu a {
  font-size: 0.75rem;
  font-family: var(--franklin-urw), sans-serif;
  color: #222;
  text-transform: uppercase;
}
.navbar .dropdown-menu a span {
  color: var(--rojo);
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
  color: var(--amarillo);
  background-color: var(--crema);
}

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #222;
}

.accordion-item {
  background-color: transparent;
}

.accordion-button {
  color: #000;
  text-align: left;
  background-color: var(--crema);
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.75rem;
}

.accordion-body {
  color: #f1efe3;
  font-size: 0.95rem;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f1efe3;
}

.CapInicial {
  font-size: 7rem;
  color: var(--crema-alternativo);
  float: left;
  vertical-align: middle;
  padding: 2rem 0.75rem;
  font-family: var(--noto), serif;
  font-weight: 900;
  margin-right: 0.5rem;
  line-height: 2.25rem;
  background-color: var(--azul-100);
}

h3 {
  font-family: var(--franklin-urw), sans-serif;
  color: var(--crema);
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.autores {
  font-family: var(--noto-extracon), serif;
  font-style: italic;
  font-size: 0.75rem;
  color: var(--crema);
  text-align: left;
}
.autores span {
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.vega-bind-name {
  color: var(--crema);
}

#footerCreditos p {
  color: var(--crema);
  font-size: 0.8rem;
  line-height: normal;
}
#footerCreditos h1 {
  color: var(--crema);
  font-size: 1rem;
}

.gray {
  color: var(--text-200) !important;
}

#recirculacion h5 {
  text-transform: uppercase;
  color: var(--rojo);
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
#recirculacion h6 {
  color: var(--crema);
  line-height: normal;
}
#recirculacion img {
  border-radius: 10px;
}
#recirculacion a {
  text-decoration: none;
}
#recirculacion a:hover {
  opacity: 0.6;
}
#recirculacion .btn {
  font-size: 0.6rem;
}
#recirculacion .btn-danger {
  background-color: var(--rojo);
  color: var(--crema);
}

.btn {
  font-size: 0.6rem;
}

.btn-danger {
  background-color: var(--rojo);
  color: var(--crema);
}

hr {
  color: var(--secundario-vibrante);
  opacity: 0.8;
}

/*
Mapa
*/
#map {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

#header {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}
#header h1, #header h2, #header p {
  margin: 0;
  padding: 2vh 2vw;
  text-align: center;
}

#footer {
  width: 100%;
  min-height: 5vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  position: relative;
  z-index: 5;
}

#features {
  padding-top: 10vh;
  padding-bottom: 10vh;
  z-index: 99;
}

.mw6 {
  max-width: 640px;
}

.mw8 {
  max-width: 760px;
}

.mw12 {
  max-width: 1200px;
}

.mw4 {
  max-width: 410px;
}

.mw2 {
  max-width: 260px;
}

.mw3 {
  max-width: 310px;
}

.mw1 {
  max-width: 100px;
}

.mw-120 {
  max-width: 120px;
}

.ruido {
  animation: grain 6s steps(10) infinite;
  background-image: url("../../img/ruido.png");
  background-repeat: repeat;
  height: 300%;
  left: -50%;
  opacity: 0.035;
  position: fixed;
  top: -100%;
  width: 300%;
  z-index: 100;
  pointer-events: none;
}

.docs {
  padding: 2rem 0;
}

.docs-conteiner span {
  display: inline;
  background-repeat: no-repeat;
  transition: all 700ms ease-in-out;
}

.doc-subrayado span {
  background-position: left;
  background-size: 0% 100%;
  background-image: linear-gradient(#3247D5, #3247D5);
  background-color: rgba(75, 74, 74, 0.78);
}

.doc-subrayado:hover span {
  background-size: 100% 100%;
}

/******** Scrolly2 *******/
#scrolly2 {
  position: relative;
  background-color: #252525;
  padding: 3rem 0 0 0;
}

article {
  position: relative;
  padding: 0;
  max-width: 80rem;
  margin: 0 auto;
}
article img {
  padding-bottom: 0.9rem;
}

.sticky-video-container {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  margin: 0;
  top: 0;
  height: 100vh;
  z-index: 0;
  opacity: 22%;
  /* Center everything inside */
  display: flex;
  align-items: center;
  justify-content: center;
}

.step {
  margin: 0 auto 12rem auto;
  color: var(--crema-alternativo);
}

.step:last-child {
  margin-bottom: 0;
}

.step.is-active p {
  color: var(--crema-alternativo);
}

.step p {
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-family: var(--franklin-urw), sans-serif;
  line-height: 1.5rem;
}

#outro2 {
  height: 5rem;
  background-color: transparent;
}

/********************* Scrolly2 *********************/
/** Graficas **/
.graficas-stl {
  padding: 2rem 0;
}
.graficas-stl h2 {
  color: var(--text-300);
  font-family: var(--noto-extracon), serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
  text-transform: none;
  padding: 15px 0 0 0;
  /*letter-spacing: 2px;*/
  text-wrap: balance;
}
.graficas-stl p {
  font-family: var(--franklin-urw), sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-300);
  line-height: 1.5;
}
.graficas-stl span {
  font-weight: 700;
}

/** Gradiente **/
.bg-gradiente-azul-negro {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(8, 29, 255) 0%, rgb(32, 32, 32) 100%);
  height: 240px;
  width: 100%;
}

.bg-gradiente-negro-azul {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(32, 32, 32) 0%, rgb(8, 29, 255) 100%);
  height: 240px;
  width: 100%;
}

.bg-gradiente-negro-crema {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(32, 32, 32) 0%, rgb(255, 252, 240) 100%);
  height: 440px;
  width: 100%;
}

.bg-gradiente-crema-negro {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(255, 252, 240) 0%, rgb(32, 32, 32) 100%);
  height: 440px;
  width: 100%;
}

.bg-gradiente-hacia-oscuro {
  background: rgb(8, 29, 255);
  background: linear-gradient(180deg, rgb(255, 252, 240) 0%, rgb(8, 29, 255) 100%);
  height: 240px;
  width: 100%;
}

/** Gradiente **/
.bg-primario-claro {
  background-color: rgb(255, 252, 240);
}

.black {
  color: var(--black);
}

.claro {
  color: var(--primario-vibrante);
}

.black-indicaciones {
  color: var(--black);
  font-family: var(--franklin-urw), sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}

.video-quote {
  padding: 3rem 0;
}
.video-quote img {
  width: 25%;
  padding: 20px 0;
}
.video-quote h3 {
  color: var(--crema-alternativo);
  font-family: var(--noto-extracon), serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 1.2;
}
.video-quote p {
  color: var(--text-300);
  font-family: var(--franklin-urw), sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.3;
  padding: 2rem 1rem;
}
.video-quote span {
  text-transform: uppercase;
}

/**** Mobile 320px ****/
@media only screen and (max-width: 374px) {
  .sumario {
    padding: 4rem 0 0 0;
  }
  .sumario h3 {
    font-size: 1.2rem;
    color: var(--text-300);
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .sumario video {
    padding: 1rem !important;
    border-radius: 2rem !important;
  }
  .sumario-blk {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .apertura {
    padding: 70px 20px;
  }
  .apertura h1 span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .apertura h1 {
    font-size: 4rem;
    line-height: 4.3rem;
    letter-spacing: 2px;
    display: block;
  }
  .bg-apertura {
    background-image: url("../../img/bg-apertura.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: left;
  }
  .subtitulo h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding: 20px 0;
  }
  .graficas-stl {
    padding: 0.5rem 0;
  }
  .graficas-stl h2 {
    font-size: 1.5rem;
    line-height: 1.1;
    text-transform: none;
    text-wrap: balance;
  }
  .video-quote {
    padding: 0;
  }
  .video-quote img {
    width: 30%;
  }
  .video-quote h3 {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .video-quote p {
    font-size: 1.05rem;
    line-height: 1.3;
    padding: 0.7rem 1rem;
    margin-bottom: 0;
  }
}
/**** Mobile 375px - Tablet 768px ****/
@media (min-width: 375px) and (max-width: 768px) {
  .sumario {
    padding: 5rem 1rem 1rem 1rem;
  }
  .sumario h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--text-300);
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .apertura {
    padding: 70px 20px;
  }
  .apertura h1 span {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .apertura h1 {
    font-size: 5.6rem;
    line-height: 5rem;
    letter-spacing: 1px;
    display: inline-flex;
  }
  .bg-apertura {
    background-image: url("../../img/bg-apertura.png");
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
  }
  .subtitulo h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .graficas-stl {
    padding: 0;
  }
  .graficas-stl h2 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1;
    text-transform: none;
    text-wrap: balance;
  }
  .video-quote {
    padding: 0 0.8rem;
  }
  .video-quote img {
    width: 25%;
    padding: 20px 0;
  }
  .video-quote h3 {
    letter-spacing: 0.5px;
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .video-quote p {
    font-size: 1.15rem;
    line-height: 1.3;
    padding: 1rem;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=prisiones.css.map */
