@font-face {
  font-family: 'Ciudadana';
  src: url('ciudadana-regular.woff2') format('woff2'),
    url('ciudadana-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ciudadana-bold';
  src: url('ciudadana-bold.woff2') format('woff2'),
    url('ciudadana-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ciudadana-light';
  src: url('ciudadana-light.woff2') format('woff2'),
    url('ciudadana-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #1fc17b;
  color: #fff;
  overflow-x: hidden;
  font-family: 'Ciudadana', sans-serif;
  line-height: normal;
  font-size: 15px;
}



.panel {
  /* text-align: center; */
}

.panel h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: 'Ciudadana-bold', sans-serif;
}

.panel h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.panel h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: 'Ciudadana-bold', sans-serif;
  color: #000;
  text-align: center;
}

.panel h4 {
  font-size: 1.6em;
  font-family: 'Ciudadana-light', sans-serif;
  /* text-transform: uppercase;
  font-weight: bold; */
  color: #333;
}

.panel.intro {
  background-color: #28a92b;
}


#container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.contenidos {
  margin: 0 auto;
  max-width: 52%;
  text-align: justify;

}

.contenidos p {
  font-family: 'Ciudadana-light', sans-serif;
  color: #2b2828;
}


.intro {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* background: red; */
}

.logo {
  margin: 0 auto;
  padding: 2em;
}

.mascara {

  padding: 0;
  padding: 0;
  border-bottom-right-radius: 0;
  z-index: 100;
  background-color: transparent;
  will-change: transform;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  /* text-align: center; */
  color: white;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  will-change: transform;
  flex-direction: column;
}

.afro {
  background-image: url("img/afro2.webp");
}

.descripcion {
  /* background-color:#666; */
  background-color: #28a92b;
  background-image: radial-gradient(circle at 46% 40%, rgba(228, 228, 228, 0.06) 0%, rgba(228, 228, 228, 0.06) 13%, transparent 13%, transparent 100%), radial-gradient(circle at 11% 41%, rgba(198, 198, 198, 0.06) 0%, rgba(198, 198, 198, 0.06) 19%, transparent 19%, transparent 100%), radial-gradient(circle at 52% 23%, rgba(14, 14, 14, 0.06) 0%, rgba(14, 14, 14, 0.06) 69%, transparent 69%, transparent 100%), radial-gradient(circle at 13% 85%, rgba(148, 148, 148, 0.06) 0%, rgba(148, 148, 148, 0.06) 44%, transparent 44%, transparent 100%), radial-gradient(circle at 57% 74%, rgba(232, 232, 232, 0.06) 0%, rgba(232, 232, 232, 0.06) 21%, transparent 21%, transparent 100%), radial-gradient(circle at 59% 54%, rgba(39, 39, 39, 0.06) 0%, rgba(39, 39, 39, 0.06) 49%, transparent 49%, transparent 100%), radial-gradient(circle at 98% 38%, rgba(157, 157, 157, 0.06) 0%, rgba(157, 157, 157, 0.06) 24%, transparent 24%, transparent 100%), radial-gradient(circle at 8% 6%, rgba(60, 60, 60, 0.06) 0%, rgba(60, 60, 60, 0.06) 12%, transparent 12%, transparent 100%), linear-gradient(90deg, #28a92b, #10a614);
}

.blanco {
  width: 100%;
  min-height: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  /* text-align: center; */
  color: #000;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  will-change: transform;
  flex-direction: column;
  background-color: #fff;
  z-index: 999;
  border-radius: 0 0 20% 20%;

}

.diversidad {
  background-image: url("img/diversidad.webp");
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  width: 100%;
  min-height: 100%;
}

.feminismo {
  background-image: url("img/feminismo.webp");
}

.feminismo_detalle {
  margin: 0 auto;
  background-color: purple;
  color: #fff;

}

.diversidad_detalle {
  background-image: url("img/diversidad_fondo.webp");


}

.musica {
  background-image: url("img/musica2.webp");
}

.obrero {
  background-image: url("img/obrero.webp");
}

/* .panel {
  position: absolute;
  will-change: transform;
} */

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  overflow: visible;
}

@media only screen and (max-width: 920px) {

  .contenidos {
    max-width: 62%;

  }

  .panel h1,
  .panel h2,
  .panel h3,
  .panel h4 {
    font-size: 1.2em;

  }




}

@media only screen and (max-width: 640px) {

  .panel {
    font-size: 1em;
  }

  .contenidos {
    max-width: 95%;

  }
}



/* unvisited link */
a:link {
  text-decoration: none;
  animation: 0.5s;
  color: #363636;
  background-color: #fff;
  padding: 0.2em;
  transition: 1s;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: #363636;

  /* color: #363636; */
}

/* mouse over link */
a:hover {
  color: #fff;
  background-color: #363636;
  padding: 0.2em;
}

/* selected link */
a:active {
  text-decoration: none;
  color: #363636;
}

h1 {
  font-size: 6.5em;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: 100;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;

}

h2 {
  font-size: 5em;

}

h3 {
  font-size: 4.6em;
  margin-block-start: 0.2em;
  margin-block-end: 0.1em;
  font-weight: normal;
  line-height: 1em;
}

h4 {
  font-size: 2.81em;
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
}

h5 {
  font-size: 2.81em;
}


.blog_titulo {
  color: #000;
  font-size: 1.5em;
}

#container {
  /* background-color: #eee; */
}

#container-wrapper {
  padding: 5em;
}

.banner_top {
  height: 90vh;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #1fc17b;
}

.div_titulo {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
  /* padding-left: 4em; */

}

.div_titulo_index {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}

.div_subtitulo {
  padding: 1%m;
  padding-left: 0em;
  padding-bottom: 0em;
  padding-top: 1em;
  text-align: left;
  /* font-size: 1.8em; */
  /* color: #363636; */
  /* text-transform: uppercase; */
  width: 100%;
  color: rgb(182, 182, 182, 0.2);
  background: linear-gradient(to right, #fff, #ffffffd7) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
  overflow: hidden;

}

.div_copy,
.div_copy_blog {
  width: 80%;
  max-width: 980px;
  text-align: justify;
  /* margin: 0 auto; */
  font-size: 1.8em;
  margin-left: 3em;
  margin-bottom: 4em;
  margin-top: 2em;
  /* color: #494949; */
  opacity: 0;
  /* visibility: hidden; */
  /* mix-blend-mode: difference; */
}

.div_copy:nth-of-type(odd) {
  /* text-align: right; */
  width: 60%;
  /* max-width: fit-content; */
  column-count: 1;
  padding-left: 30%;
}

.div_email {
  margin-top: 4em;

}

.div_foto_right {
  position: absolute;
  float: right;
  margin-top: -4em;
  z-index: -1;
  right: 0;

}


.destaque {
  font-size: 1.5em;

}

.div_prod {
  /* height: 100vh;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  width: 100%;
  overflow-x: hidden; */
}

.div_prod_subtitulo {
  padding: 3em;
  padding-left: 3em;
  padding-bottom: 0em;
  text-align: left;
  font-size: 1.8em;
  text-transform: uppercase;
}

.div_prod_copy {
  width: 80%;
  max-width: 980px;
  text-align: justify;
  /* margin: 0 auto; */
  font-size: 1.8em;
  margin-left: 8em;
  margin-bottom: 4em;
  margin-top: 2em;
  color: #494949;
}

.div_equipo {
  display: flex;
  width: 90%;
  gap: 0.625rem;
  width: 90%;
  margin: 0 auto;
  font-size: 1.5em;
  margin-bottom: 2em;
  align-items: flex-end;
  /* max-width: 1280px; */
}

.div_equipo_item {
  -ms-flex: 20%;
  flex: 20%;
  padding: 0.5%;
  border-bottom: 1PX solid;
  /* background-color: #eeedef; */

}


.div_cultura_copy {
  padding-top: 3em;
  width: 80%;
  text-align: justify;
  /* margin: 0 auto; */
  font-size: 1.8em;
  margin: 0 auto;
  color: #494949;
  column-count: 2;
  column-gap: 80px;
  font-size: 1.5em;
  margin-bottom: 4em;

}

.div_intro {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 90%;

}

.degrade {
  background: -webkit-linear-gradient(45deg, #efee2d, #1b54d1, #d100a4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.degrade2 {
  background: -webkit-linear-gradient(45deg, #1b54d1, #d100a4, #85e715);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.feminismo_color {
  background-color: #410166;
}


.footer {
  margin-top: 2.5em;
  background-color: #fff;
  /* min-height: 20vh; */
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer img {
  width: 100%;
  height: 120px;

}

.fondo_full,
.fondo_full_index {
  position: relative;
  /* opacity: 0.65; */
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  /* background-size: contain, cover; */
  height: 70vh;
  background-attachment: fixed;
  background-position: bottom right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;

}

.fondo_full_index {
  background-image: url(../img/portada.webp);
  height: 90vh;
}

.fondo_feminismo_portada {
  background-image: url(../img/feminismo_portada.webp);
}

.foto_afro {
  background-image: url(../img/afro_portada.webp);
}

.foto_afro_mini {
  background-image: url(../img/afro.webp);
  height: 40vh;
  background-position: center right;
}

.foto_afro_mini2 {
  background-image: url(../img/afro2.webp);
  height: 40vh;
  background-position: center center;
}

.foto_feminismo {
  background-image: url(../img/feminismo4.webp);
}


.foto_rojo {
  background-image: url(../img/rojo.webp);

}

.foto_diversidad {
  background-image: url(../img/diversidad_fondo.webp);
}

.foto_diversidad_mini {
  background-image: url(../img//diversidad2.webp);
  background-position: center center;
}

.foto_obrero {
  background-image: url(../img/obrero.webp);
}

.foto_obrero2 {
  background-image: url(../img/obrero2.webp);
}

.foto_obrero3 {
  background-image: url(../img/obrero3.webp);
  height: 35vh;
}


.fondo_full img,
.fondo_full_index img {
  width: 100%;
  height: auto;
}


.geo_timer,
.geo_timer_latam {
  display: contents;
}

.geo_chile,
.geo_latam {
  color: #d100a4;
  font-size: 2.5em;
  font-weight: bold;
}

.geo_latam {
  color: #dc6510;

}

.geo_chile span,
.geo_latam span {
  display: inline;
  font-size: 0.5em;
  font-weight: 100;

}


hr {
  color: #fff;
  border: 0.5px solid #fff;
  margin: 5px;
}

.logo_top {

  background: #fff;
  padding: 1.5em;
  z-index: 999;
}

.logo_top img {

  width: 200px;
  height: auto;
}

.logo_under {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
}

.logo_under img {
  /* width: 50%; */
  height: auto;
  max-width: 300px;
}

.logo_footer {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.logo_footer img {
  /* width: 50%; */
  max-width: 250px;
  padding-left: 1em;
  padding-right: 1em;
  height: auto;
}


.lugar {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.2em;
  color: #000;
}

.features {
  text-align: center;
  margin-top: 0.3em;
  margin-bottom: 1.3em;
}

.btn_mapa {
  background-color: #1fc17b !important;
  color: #fff !important;
  text-align: center;
  padding: 0.6em !important;
  border: 0;
  border-radius: 0.2em;
  font-weight: bold;
}



#map_disidentes,
#map_latido,
#map_obrera,
#map_huellas {
  height: 500px;
  width: 100%;
  /* max-width: 1400px; */
  border: solid 3px #dbcde3;
  border-radius: 0.51em;
  overflow: hidden;
}

.gm-style-iw-d {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  /* evita el scroll por padding excesivo */
}

.gm-style .gm-style-iw-c {
  padding: 0;
}

.gm-style-iw {
  height: auto !important;
  overflow: visible !important;
  box-sizing: content-box !important;
}

.details {
  padding: 8px;
  /* controlado y ajustable */
  line-height: 1.4;
}


.gm-style .gm-style-iw-tc::after {
  transition: none !important;
  animation: none !important;
  position: absolute !important;
}

.gm-style-iw-d {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}


.mapa {
  width: 100%;
  position: relative;
  /* right: 20%; */
  /* float: right; */
  text-align: right;
  /* background-color: #000; */
  margin: 0 auto;
  text-transform: uppercase;

}



.mapa_fondo {
  position: absolute;
  width: 0%;
  background-color: #fff;
  height: -webkit-fill-available;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 2s;
}

.mapa_fondo.active {
  background-color: #000;
  width: 100%;
}

.mapa img {
  width: 90%;
  max-width: 800px;
  height: auto;
  /* float: right; */
}

.mapa_titulo {
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  text-align: left;
  margin-left: 4em;
}

main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 70vh;
  will-change: transform;
}








section {
  background: black;
  height: 100%;
  display: flex;
  width: 25vw;
  margin-right: 4vw;
  color: #fff;
  padding: 1.5em;
  flex-direction: column;
}

section:nth-child(2n) {
  background: #eee;
  color: #000;

}

.social img {
  max-width: 55px;
  height: auto;
}

.social {
  margin-top: 2em;

}




.video_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  width: 100%;
  position: relative;
}




svg {
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
}

.svgline {
  fill: none;
  stroke: black;
  stroke-width: 2px;
}

@media only screen and (max-width: 1480px) {

  h1 {
    font-size: 5.5em;
  }
}


@media only screen and (max-width: 1280px) {

  #container-wrapper {
    padding: 1em;
  }

  h1 {
    font-size: 5.4em;
  }

  .div_titulo {
    padding-left: 2em;
  }

  .div_foto_right {
    width: 90%;
    position: relative;
  }

  .div_copy:nth-of-type(odd) {
    left: 10%;
  }

}

@media only screen and (max-width: 980px) {


  h1 {
    font-size: 4.5em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    text-align: left;
    font-size: 3.4em;
    line-height: normal;
  }

  .novedades_marco-grid {
    width: 95%;
    padding: 0;
  }

  .slide_novedades {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {

  .div_copy,
  .div_copy.blog {
    font-size: 1.2em;

  }

  .div_copy:nth-of-type(odd) {
    /* text-align: right; */
    width: 80%;
    /* max-width: fit-content; */
    column-count: 1;
    padding-left: 10%;
  }

  .div_copy.blog:nth-of-type(odd) {
    /* text-align: right; */
    width: 80%;
    /* max-width: fit-content; */
    column-count: 1;
    padding-left: 30;
  }

  .div_cultura_copy,
  .div_copy {
    width: 90%;
    column-count: 1;
    margin-left: 1em;
  }

  .div_foto_right {
    width: 90%;
    margin-top: 0;
  }

  .div_foto_right img {
    width: 90%;
  }


  .div_titulo {
    padding-left: 1em;
  }

  .fondo_full {

    height: 50vh;

  }


  .geo_chile,
  .geo_latam {
    font-size: 1.5em;
  }

  .logo_footer {
    flex-direction: column;

  }

  .novedad_desc_list {
    text-align: left;
  }

  .mapa {
    width: 100%;
    padding: 0em;
  }

  .mapa img {
    width: 60%;
  }


}

@media only screen and (max-width: 468px) {



  .div_copy,
  .div_copy_blog {
    font-size: 1em;
    text-align: left;
  }

  .div_copy:nth-of-type(odd) {
    padding-left: 0%;
    width: 100%;
  }

  .div_copy.blog:nth-of-type(odd) {
    /* text-align: right; */
    /* max-width: fit-content; */
    column-count: 1;
  }


  #container-wrapper {
    padding: 1em;
  }

  .div_cultura_copy,
  .div_copy {
    width: 95%;
    column-count: 1;
    padding-top: 1em;

    margin: 0 auto;
  }

  .div_titulo {
    padding-left: 0.51em;
  }

  .div_prod_subtitulo {
    width: 90%;
    padding: 0.5em;
    padding-left: 1.3em;
    padding-bottom: 0em;
    font-size: 1.2em;
  }

  .div_copy {
    padding: 0em;
    margin: 0em;
    font-size: 1.2em;

  }

  .div_prod_copy {
    width: 95%;
    margin: 0 auto;
    font-size: 1.2em;
    /* margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 2em; */

  }

  .div_equipo img {
    width: 200px;
    height: 200px;
  }

  .fondo_full {
    background-position: center center;
    height: 35vh;
    margin-top: 2em;
    margin-bottom: 2em;
  }




  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1em;
  }

  .logo_under {
    padding: 0em;
  }

  .mapa {
    padding-bottom: 2em;
  }

  .mapa_titulo {
    position: relative;
    margin: 0;
    margin-left: 1em;
    padding: 0.5em;
  }

  .logo_footer img {
    max-width: 180px;
  }

  .mapa img {
    width: 90%;
  }

  .novedades_marco-grid {
    width: 90%;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    border: 0px solid #363636;
  }

  section {

    width: 100vw;

  }


}


/*glitch*/

.glitchdiv {
  animation: glitch 1s linear infinite;
}

@keyframes glitch {

  2%,
  64% {
    transform: translate(2px, 0) skew(0deg);
  }

  4%,
  60% {
    transform: translate(-2px, 0) skew(0deg);
  }

  62% {
    transform: translate(0, 0) skew(5deg);
  }
}

.glitchdiv:before,
.glitchdiv:after {
  content: attr(title);
  position: absolute;
  left: 0;
}

.glitchdiv:before {
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop {

  2%,
  64% {
    transform: translate(20px, -20px);
  }

  4%,
  60% {
    transform: translate(-2px, 2px);
  }

  62% {
    transform: translate(13px, -10px) skew(-13deg);
  }
}

div:after {
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom {

  2%,
  64% {
    transform: translate(-20px, 0);
  }

  4%,
  60% {
    transform: translate(-12px, 0);
  }

  62% {
    transform: translate(-22px, 5px) skew(121deg);
  }
}