@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'code_nextextrabold';
  src: url("../fonts/fontfabric_-_code_next_extrabold-webfont.woff2") format("woff2"), url("../fonts/fontfabric_-_code_next_extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

html ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 20px;
}

html ::-webkit-scrollbar-thumb {
  background: rgba(188, 188, 188, 0.5);
  width: 20px;
  height: 20px;
  border-radius: 50px;
}

:root {
  --violeta:#de00e6;
  --white:#fff;
  --black:#000;
  --green:rgb(179, 255, 0);
  --blue:rgb(0, 162, 255);
  --orange:rgb(255, 166, 0);
  --magenta:#ed4e82;
  --lila:#4b3f9a;
  --celesteOnda:#45a5be;
  --amarilloOnda:#e4d600;
  --amarilloOnda70:#e4d500d8;
  --lumbresVioleta: #b051f4;
  --lumbresAzul: #0f00b1;
  --puelmapuRojo: #ff0062;
  --puelmapuAmarillo: #f2c151;
  --bajenNaranja:#eb6e37;
  --bajenVerde:#67e08a;
  --solosRosa:#D8005C;
  --solosAzul:#222E9B;
}

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

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

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

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

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

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

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

.prAmarillo {
  color: var(--puelmapuAmarillo);
}

.prRojo {
  color: var(--puelmapuRojo);
}

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

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

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

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

h1, h2, h3, h4 {
  font-family: 'code_nextextrabold';
}

h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 2.5em;
  line-height: 1em;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin: 0px;
  padding-bottom: 0.75em;
}

.light {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.no-decoration {
  text-decoration: none;
}

.resaltadoMagenta {
  background-color: var(--magenta);
  color: white;
}

.separadorMagenta {
  border: solid 1px;
  border-color: var(--magenta);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

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

.tb-BajenNaranjaNegro {
  background-color: var(--bajenNaranja);
  border-radius: 10px;
  color: #000;
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.tb-BajenNaranjaNegro a {
  text-decoration: none;
  color: #fff;
}

.tb-BajenNaranjaNegro a:hover {
  text-decoration: none;
}

.tb-BajenVerdeNegro {
  background-color: var(--bajenVerde);
  border-radius: 10px;
  color: #000;
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.tb-BajenVerdeNegro a {
  text-decoration: none;
  color: #fff;
}

.tb-BajenVerdeNegro a:hover {
  text-decoration: none;
}

.tb-BajenNaranjaBlanco {
  background-color: var(--bajenNaranja);
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.tb-BajenNaranjaBlanco a {
  text-decoration: none;
  color: #fff;
}

.tb-BajenNaranjaBlanco a:hover {
  text-decoration: none;
}

.tb-BajenAlphaNaranja {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  color: var(--bajenNaranja);
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.event-ba {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50vw;
  height: 100%;
  margin-left: 10px;
  padding: 1em;
  border-radius: 10px;
}

.event-ba a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.event-ba h4 {
  margin-bottom: .3em;
}

.event-ba h5 {
  margin-bottom: .1em;
}

.event-ba:hover {
  background-color: var(--bajenVerde);
  color: white;
}

.event-ba:hover h6 {
  color: #000;
}

.tl-ba h4, .tl-ba h5, .tl-ba h6 {
  color: var(--bajenVerde);
}

/**.menu {
    height: 5vh;
    width: 100vw;   
    background-color: #000;
    color: white;
    padding:1em;

    ul 
}**/
.capitulo h4 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
}

.capitulo h6 {
  color: white;
}

.capitulo a {
  text-decoration: none;
  color: white;
}

.capitulo p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
}

.download a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: small;
}

.opacity {
  opacity: 50%;
}

/* ---------- MENU NAVIGATION - START ------------ */
nav {
  background-color: #0000001c;
}

#navbarNavDropdown ul{
  background: linear-gradient(180deg, #000000b0, #000000e1);
  padding: 2em;
  margin: 1em;
  border-radius: 10px;
}

#navbarNavDropdown ul li {
  color: white;
  font-size: 1.1em;
}

.dropdown-menu {
  background:#00000000;
}

.dropdown-menu a {
  color:white;
}

/* ---------- MENU NAVIGATION 2021/22 ------------
.menu {
  position: fixed;
  height: 50px;
  width: 100vw;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .navbar .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-left: 1em;
}

.menu .navbar .link a {
  text-decoration: none;
  color: white;
}

.menu .navbar .link a h6 {
  font-size: .9em;
}

.menu .navbar .link a:hover {
  color: yellow;
}

.menu .navbar .link-bajen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-left: 1em;
}

.menu .navbar .link-bajen a {
  text-decoration: none;
  color: #dddddd;
}

.menu .navbar .link-bajen a h6 {
  font-size: .9em;
}

.menu .navbar .link-bajen a:hover {
  color: var(--bajenNaranja);
}

------------ */

/* ---------- MENU NAVIGATION - END ------------ */

/* ---------- MODALE NAV ALERT ------------ */

.modal-nav-alert {
  z-index:1500;
  position: absolute;
  margin-left: 12%;
  margin-top: 32%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: auto;
  width: 75vw;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
}

.modal-nav-alert p{
  font-size: 14px;
}


body {
  margin: 0;
  margin-left: 0vw;
}

section {
  /*position: fixed top;*/
  padding: 0em;
  height: 100vh;
  background-color: #000000;
  overflow-y: hidden;
}

.control {
  position: absolute;
  z-index: 199;
  width: 100vw;
  margin-top: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 3em;
  padding-right: 3em;
}

.frames {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.frame {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100vh;
  width: 100vw;
  margin-right: 0px;
  overflow-y: auto;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 25vh;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  scroll-snap-align: start;
}





/* -------------- HOME NEW NAV 2023 - START ------------------- */

.newframe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100vh;
  width: 100vw;
  margin-right: 0px;
  overflow-y: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  scroll-snap-align: start;
}

.NavFrame {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:0;
}

.itemsNavFrame {
  background-color: #000000;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 5%;
  height: 30vh;
}

.itemsNavFrame h6, .itemsNavFrame h1, .itemsNavFrame p {
  font-family: 'Montserrat', sans-serif;
} 

.itemsNavFrame h6 {
  font-size: 0.8em;
  font-weight: 500;
}

.itemsNavFrame h1 {
  font-size: 1.5em;
  font-weight: 800;
}

.itemsNavFrame p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
}

.itemsNavFrame a{
  text-decoration: none;
  color: #fff;
}

/* -- BACKGROUNDS HOME NAV -- */

.bg_goma_quemada {
  background-image: url(../img/goma_quemada.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_goma_quemada:hover {
  background-image: url(../img/goma_quemada.gif);
}

.bg_bajen_las_armas {
  background-image: url(../img/bajen_las_armas.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_bajen_las_armas:hover {
  background-image: url(../img/bajen_las_armas.gif);
}

.bg_lumbres_silenciosas {
  background-image: url(../img/lumbres_silenciosas.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_lumbres_silenciosas:hover {
  background-image: url(../img/lumbres_silenciosas.gif);
}

.bg_puelmapu_rebelde {
  background-image: url(../img/puelmapu_rebelde.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_puelmapu_rebelde:hover {
  background-image: url(../img/puelmapu_rebelde.gif);
}

.bg_onda_expansiva {
  background-image: url(../img/onda_expansiva.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_onda_expansiva:hover {
  background-image: url(../img/onda_expansiva.gif);
}

.bg_no_estan_solos {
  background-image: url(../img/no_estan_solos.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_no_estan_solos:hover {
  background-image: url(../img/no_estan_solos.gif);
}





/* -------------- HOME NEW NAV 2023 - END ------------------- */



.frame img {
  width: 100%;
}

.frame .subframe {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frame .content {
  margin-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75vw;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
}

.txt-center {
  text-align: center;
}

.timeline {
  position: fixed;
  position: bottom;
  width: 100%;
  height: 70px;
  z-index: 100;
  position: absolute;
  right: 0;
  bottom: 2vh;
  padding: 1em;
}

.tl-container {
  padding: 0em;
  color: white;
}

.tl-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 1em;
}

.tl-control h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
}

.tl-control button {
  background: rgba(0, 0, 0, 0.568);
  border: solid #de00e6 1px;
  border-radius: 20px;
  color: #de00e6;
  font-size: .75em;
  padding: 0 2em;
  height: 25px;
  margin-top: 0px;
  margin-left: 1em;
  text-decoration: none;
}

.tl-control .btn-onda {
  background: none;
  border: solid var(--amarilloOnda) 1px;
  border-radius: 20px;
  color: var(--amarilloOnda);
  font-size: .75em;
  padding: 0 2em;
  height: 25px;
  margin-top: 0px;
  margin-left: 1em;
  text-decoration: none;
}

.tl-control .btn-pr {
  background: var(--puelmapuRojo);
  border: solid var(--puelmapuRojo) 1px;
  border-radius: 20px;
  color: #fff;
  font-size: .75em;
  padding: 0 2em;
  height: 25px;
  margin-top: 0px;
  margin-left: 1em;
  text-decoration: none;
}

.tl-control .btn-bajen {
  background: var(--bajenVerde);
  border: solid var(--bajenVerde) 1px;
  border-radius: 20px;
  color: #fff;
  font-size: .75em;
  padding: 0 2em;
  height: 25px;
  margin-top: 0px;
  margin-left: 1em;
  text-decoration: none;
}

.events {
  height: 100px;
  width: 100%;
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0em;
  padding-bottom: .5em;
  color: gray;
  position: fixed;
}

.event {
  background-color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50vw;
  height: 100%;
  margin-left: 10px;
  padding: 1em;
  border-radius: 10px;
}

.event a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.event h4 {
  margin-bottom: .3em;
}

.event h5 {
  margin-bottom: .1em;
}

.event:hover {
  background-color: var(--violeta);
  color: white;
}

.event:hover h6 {
  color: #000;
}

.event-onda {
  background-color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50vw;
  height: 100%;
  margin-left: 10px;
  padding: 1em;
  border-radius: 10px;
}

.event-onda a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.event-onda h4 {
  margin-bottom: .3em;
}

.event-onda h5 {
  margin-bottom: .1em;
}

.event-onda:hover {
  background-color: var(--amarilloOnda);
  color: white;
}

.event-onda:hover h6 {
  color: #000;
}

.event-pr {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50vw;
  height: 100%;
  margin-left: 10px;
  padding: 1em;
  border-radius: 10px;
}

.event-pr a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.event-pr h4 {
  margin-bottom: .3em;
}

.event-pr h5 {
  margin-bottom: .1em;
}

.event-pr:hover {
  background-color: var(--puelmapuRojo);
  color: white;
}

.event-pr:hover h6 {
  color: #000;
}

.events p {
  font-size: .75em;
}

.map {
  display: none;
  z-index: 200;
  position: absolute;
  margin-top: auto;
  margin-left: 0vw;
  margin-right: 0vw;
  background-color: #000;
  min-height: 90vh;
  width: 100vw;
  padding: 0em;
  color: #fff;
}

.map .text {
  width: 100%;
  padding: 1em 1em;
}

.map .mapIframe {
  width: 100%;
  height: 90vh;
}

.frame-video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100vh;
  width: 100vw;
  margin-right: 0px;
  overflow-y: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  scroll-snap-align: start;
  position: relative;
  top: 0;
  left: 0;
}

.frame-video video {
  height: 120vh;
  position: absolute;
  bottom: 0;
  right: 0;
}

.frame-video .video-content {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  bottom: 40%;
}

.frame-video-bajenNaranja {
  background-color: var(--bajenNaranja);
}

.textBox {
  background-color: white;
  border-radius: 10px;
  color: #666;
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBox a {
  text-decoration: none;
  color: #de00e6;
}

.textBox a:hover {
  text-decoration: none;
}

.textBoxViolet {
  background-color: #4b3f9af1;
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxViolet a {
  text-decoration: none;
  color: #fff;
}

.textBoxViolet a:hover {
  text-decoration: none;
}

.textBoxBlack {
  background-color: #000000bd;
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxBlack a {
  text-decoration: none;
  color: #fff;
}

.textBoxBlack a:hover {
  text-decoration: none;
}

.textBoxAmarillo {
  background-color: var(--amarilloOnda);
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxAmarillo a {
  text-decoration: none;
  color: #fff;
}

.textBoxAmarillo a:hover {
  text-decoration: none;
}

.textBoxRojo {
  background-color: var(--puelmapuRojo);
  border-radius: 10px;
  color: #000;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxRojoBlanco {
  background-color: var(--puelmapuRojo);
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxAmarilloPR {
  background-color: #f2c251e8;
  border-radius: 10px;
  color: #000;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxCeleste {
  background-color: var(--celesteOnda);
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxCeleste a {
  text-decoration: none;
  color: #fff;
}

.textBoxCeleste a:hover {
  text-decoration: none;
}

.notextBox {
  background-color: #4b3f9a00;
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxMagenta {
  background-color: #D8005C;
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxMagenta a {
  text-decoration: none;
  color: #fff;
}

.textBoxMagenta a:hover {
  text-decoration: none;
}

.textBoxBlancoMagenta {
  background-color: #fff;
  border-radius: 10px;
  color: #D8005C;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxBlancoMagenta a {
  text-decoration: none;
  color: #D8005C;
}

.textBoxBlancoMagenta a:hover {
  text-decoration: none;
}

.textBoxAzulBlanco {
  background-color: var(--solosAzul);
  border-radius: 10px;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxAzulBlanco a {
  text-decoration: none;
  color: #D8005C;
}

.textBoxAzulBlanco a:hover {
  text-decoration: none;
}

.textBoxBlancoAzul {
  background-color: #fff;
  border-radius: 10px;
  color: var(--solosAzul);
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

.textBoxBlancoAzul a {
  text-decoration: none;
  color: #D8005C;
}

.textBoxBlancoAzul a:hover {
  text-decoration: none;
}

.textBoxImpresora {
  background-color: rgba(0, 0, 0, 0);
  color: var(--solosAzul);
  text-align: center;
  text-align-last: auto;
  padding: 3em;
  margin: 4em;
  margin-bottom: 6em;
}

.textBoxImpresora a {
  text-decoration: none;
  color: var(--solosAzul);
}

.textBoxImpresora a:hover {
  text-decoration: none;
}

.notextBox a {
  text-decoration: none;
  color: #fff;
}

.notextBox a:hover {
  text-decoration: none;
}

.textBoxAlpha {
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
    
}

.textBoxAlphaBlack {
  color: #000;
  border-radius: 10px;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 3em;
  margin: 3em;
  margin-bottom: 4em;
  height: 75vh;
  overflow-y: scroll;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.present-tl {
  color: white;
}

.tl-caso-1 h4, .tl-caso-1 h5, .tl-caso-1 h6 {
  color: var(--violeta);
}

.tl-onda h4, .tl-onda h5, .tl-onda h6 {
  color: var(--amarilloOnda);
}

.tl-caso-3 h4, .tl-caso-3 h5 {
  color: var(--orange);
}

.tl-caso-4 h4, .tl-caso-4 h5 {
  color: var(--blue);
}

.tl-pr h4, .tl-pr h5, .tl-pr h6 {
  color: var(--puelmapuAmarillo);
}

@media only screen and (min-width: 1024px) {
  .modal-nav-alert {
    display: none;
  }

  /** body {
        margin-left:25vw;
    } **/


    /* --- MENU NAV DESKTOP --- */
    /* ---------- MENU NAVIGATION - START ------------ */
    nav {
      background-color: #252a2e89;
    }

    #navbarNavDropdown ul{
      background: none;
      padding: 0;
      margin: 0;
      border-radius: 0px;
    }

    #navbarNavDropdown ul li {
      color: white;
      font-size: 1.1em;
    }

    .dropdown-menu {
      background:#252A2E;
    }

    .dropdown-menu a {
      color:white;
    }


    /* ---- ---- */

    .NavFrame {
      grid-template-columns: repeat(3, 1fr);

    }
    
    .itemsNavFrame {
      height: auto;
    }
    .itemsNavFrame h6 {
      font-size: 1em;
      font-weight: 500;
    }
    
    .itemsNavFrame h1 {
      font-size: 2em;
      font-weight: 800;
    }
    
    .itemsNavFrame p {
      font-size: 1em;
      font-weight: 400;
      line-height: 1.2em;
    }
    
  h1 {
    font-size: 3.5em;
    line-height: 1em;
  }
  .control {
    position: absolute;
    z-index: 199;
    width: 100vw;
    margin-top: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3em;
    padding-right: 3em;
  }
  .control img {
    cursor: pointer;
  }
  .event {
    width: 20vw;
  }
  .event-onda {
    width: 20vw;
  }
  .event-pr {
    width: 20vw;
  }
  .event-ba {
    width: 20vw;
  }
  .present-tl {
    color: white;
    width: 30vw;
  }
  .frame {
    width: 100vw;
    padding-top: 4em;
    padding-left: 6em;
    padding-right: 6em;
    padding-bottom: 1vh;
  }
  .video {
    width: 100vw;
    padding-top: 4em;
    padding-left: 6em;
    padding-right: 6em;
    padding-bottom: 1vh;
  }
  .map .map_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 90vh;
    font-size: small;
  }
  .map .text {
    width: 30%;
    padding: 2em 5em;
  }
  .map .mapIframe {
    width: 100%;
    height: 90vh;
  }
  .video-content {
    position: absolute;
    top: 40%;
    left: 40%;
    right: 40%;
    bottom: 40%;
  }

  
  /**.map {
        display: none;
        z-index:50;
        position: absolute;
        left: 0;
        //background-color:rgb(126, 111, 114);
        height: 100vh;
        width: 25vw;
    
    } **/
  /**
    .events {
        width: 75%;
    }
    .timeline{
        width: 75%;
        bottom:2vh;
    } **/
}

@media (orientation:landscape){
  .modal-nav-alert{
    display: none;
  }
}


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