p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

a:hover {
  text-decoration: none;
  all: unset;
  cursor: pointer;
}

a, ul, button {
  all: unset;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
[v-cloak] {
  display: none;
}

body {
  position: relative;
  background-image: url("https://www.biobiochile.cl/especial/golpe-de-estado-1973-2023/assets/img/bg-movil.jpg");
  background-position: center 70px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #E4E4E7;
}
body header {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: rgba(23, 23, 23, 0.9);
}
body header .container {
  display: flex;
  justify-content: center;
  position: relative;
}
body header .container .logo {
  width: 84px;
}
body header .container .icono-menu-movil {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: flex-end;
}
body header .container .icono-menu-movil i {
  font-size: 24px;
  color: white;
}
body header .container .menu-movil {
  background-color: #171717;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 90%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 32px 47px 15px;
  color: #E5E4E9;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  z-index: 9;
}
body header .container .menu-movil nav {
  text-align: right;
}
body header .container .menu-movil nav .fa-times {
  font-size: 24px;
}
body header .container .menu-movil nav ul {
  list-style-type: none;
}
body header .container .menu-movil nav ul li:not(:last-child) {
  margin-bottom: 48px;
}
body header .container .menu-movil nav ul li:first-child {
  margin-bottom: 85px;
}
body header .container .menu-movil .logo-bbcl {
  width: 71px;
  align-self: center;
}
body header .logo-especial-golpe {
  position: absolute;
  width: 205px;
  top: 118px;
  left: 50%;
  transform: translate(-50%, 0);
}
body header .logo-especial-golpe img {
  width: 100%;
}
body main {
  padding-top: 182px;
  padding-bottom: 120px;
}
body main .titulo-pagina {
  margin: 0 auto 48px;
  width: 288px;
  padding: 5px 0px;
  text-align: center;
  background-color: #171717;
  color: #E5E4E9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
body main .introduccion {
  margin-bottom: 64px;
}
body main .introduccion section h2 {
  color: #171717;
  font-family: "Martel", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 16px;
}
body main .introduccion section a {
  text-decoration: underline;
}
body main .introduccion section p {
  color: #171717;
  font-family: "Martel", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 16px;
}
body main .introduccion section:last-child p:last-child {
  margin-bottom: 0px;
}
body main .articles-vertical-list .contenedor-article {
  display: block;
}
body main .articles-vertical-list .contenedor-article:not(:last-child) {
  margin-bottom: 48px;
}
body main .articles-vertical-list .contenedor-article article {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.3);
}
body main .articles-vertical-list .contenedor-article article .img {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px;
}
body main .articles-vertical-list .contenedor-article article .img::before {
  content: "";
  display: block;
  padding-top: 56.4024390244%;
}
body main .articles-vertical-list .contenedor-article article .titulo-info .titulo {
  color: #171717;
  font-family: "Martel", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 16px;
}
body main .articles-vertical-list .contenedor-article article .titulo-info .info {
  margin-bottom: 32px;
}
body main .articles-vertical-list .contenedor-article article .titulo-info .info p {
  color: #4A4141;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
body main .articles-vertical-list .contenedor-article article .titulo-info .info p:not(:last-child) {
  margin-bottom: 16px;
}
body main .articles-vertical-list .contenedor-article article .titulo-info .boton-ver {
  background-color: #171717;
  padding: 11px 0px;
  color: #E4E4E7;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  width: 165px;
  text-align: center;
}
body footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #171717;
  padding: 43px 0px 22px;
  height: 165px;
}
body footer .logo-bbcl {
  width: 71px;
}
body footer .texto {
  color: #8899A6;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  width: 238px;
  text-align: center;
}

.home header .logo-especial-golpe {
  width: 255px;
  top: 150px;
}
.home main {
  padding-top: 214px;
}
.home main .fa-long-arrow-down {
  display: block;
  font-size: 28px;
  text-align: center;
  margin-bottom: 26px;
}
.home main .titulo-pagina {
  width: 311px;
}
.home main .fuente-cronologia {
  border-top: 1px solid rgba(23, 23, 23, 0.3);
  border-bottom: 1px solid rgba(23, 23, 23, 0.3);
  padding: 20px 0px;
  margin-bottom: 48px;
  color: #171717;
  font-family: "Martel", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}
.home main .fuente-cronologia .contenedor {
  width: 283px;
  margin: 0 auto;
}
.home main .fuente-cronologia .contenedor p:first-child {
  margin-bottom: 20px;
}
.home main .noticias article {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.3);
}
.home main .noticias article .img {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 16px;
}
.home main .noticias article .img::before {
  content: "";
  display: block;
  padding-top: 56.3888888889%;
}
.home main .noticias article .titular-extracto .titular {
  color: #171717;
  font-family: "Martel", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 16px;
}
.home main .noticias article .titular-extracto .extracto {
  color: #4A4141;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home main .noticias article.destacada {
  margin-bottom: 48px;
}
.home main .noticias article.destacada .img {
  margin-left: -15px;
  margin-right: -15px;
}
.home main .noticias article.destacada .titular-extracto .titular {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.home main .noticias article.destacada .titular-extracto .extracto {
  text-align: center;
}
.home main .noticias .ver-mas {
  width: 212px;
  padding: 13px 0px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #171717;
  color: #E4E4E7;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}

.documentales main .articles-vertical-list .titulo-conjunto-documentales {
  color: #171717;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.documentales main .articles-vertical-list .conjunto-documentales {
  border-top: 1px solid rgba(23, 23, 23, 0.3);
  border-bottom: 1px solid rgba(23, 23, 23, 0.3);
  padding: 48px 0px;
}
.documentales main .articles-vertical-list .conjunto-documentales:not(:last-child) {
  margin-bottom: 20px;
}
.documentales main .articles-vertical-list .conjunto-documentales .contenedor-article:not(:last-child) {
  margin-bottom: 72px;
}
.documentales main .articles-vertical-list .conjunto-documentales .contenedor-article article {
  padding-bottom: 0px;
  border-bottom: none;
}

.libros main .articles-vertical-list .contenedor-article article .contenedor-img .img {
  all: unset;
  width: 140px;
  margin: 0 auto 16px;
  display: block;
}
.libros main .articles-vertical-list .contenedor-article article .contenedor-img .img::before {
  display: none;
}
.libros main .articles-vertical-list .contenedor-article article .titulo-info .titulo {
  margin-bottom: 24px;
}
.libros main .articles-vertical-list .contenedor-article article .titulo-info .autor {
  color: #171717;
  font-family: "Martel", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 24px;
}
.libros main .articles-vertical-list .contenedor-article article .titulo-info .info {
  margin-bottom: 0px;
}

.entrevistas main .articles-vertical-list .contenedor-article article .img {
  position: relative;
}
.entrevistas main .articles-vertical-list .contenedor-article article .img::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("https://www.biobiochile.cl/especial/golpe-de-estado-1973-2023/assets/img/play.png");
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.once-fotos main {
  padding-bottom: 0px;
}
.once-fotos main .contenedor-galeria {
  padding-bottom: 120px;
  background-color: rgba(23, 23, 23, 0.9);
}
.once-fotos main .contenedor-galeria .galeria {
  margin: 0 auto;
  max-width: 1060px;
}
.once-fotos main .contenedor-galeria .galeria .hooper {
  height: auto;
}
.once-fotos main .contenedor-galeria .galeria .hooper article img {
  width: 100%;
  margin-bottom: 90px;
}
.once-fotos main .contenedor-galeria .galeria .hooper article p {
  padding: 0px 16px;
  color: #FFF;
  text-align: center;
  font-family: "Martel", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.once-fotos main .contenedor-galeria .galeria .hooper article p:not(:last-child) {
  margin-bottom: 16px;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button {
  width: 44px;
  height: 44px;
  top: calc(44.4444444444vw + 45px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button svg:focus {
  outline: none;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button:focus {
  outline: none;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button.hooper-prev {
  left: 16px;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button.hooper-next {
  right: 16px;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-pagination {
  top: calc(44.4444444444vw + 24px);
  bottom: unset;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-pagination .hooper-indicator {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 3px;
  width: 10px;
  height: 2px;
  border-radius: 0px;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-pagination .hooper-indicator.is-active {
  background-color: white;
}
.once-fotos main .contenedor-galeria .galeria .hooper .hooper-pagination .hooper-indicator:focus {
  outline: none;
}

@media (min-width: 992px) {
  body {
    background-image: url("https://www.biobiochile.cl/especial/golpe-de-estado-1973-2023/assets/img/bg-escritorio.jpg");
    background-position: center 60px;
  }
  body header {
    height: 60px;
  }
  body header .container {
    justify-content: space-between;
  }
  body header .container .logo {
    width: 71px;
  }
  body header .container .menu-escritorio {
    font-family: "Montserrat", sans-serif;
    color: #E5E4E9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  body header .container .menu-escritorio ul {
    list-style-type: none;
    display: flex;
  }
  body header .container .menu-escritorio ul li {
    position: relative;
  }
  body header .container .menu-escritorio ul li:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0px;
  }
  body header .container .menu-escritorio ul li:first-child {
    margin-bottom: 0px;
  }
  body header .logo-especial-golpe {
    top: 124px;
    width: 286px;
  }
  body header .menu-escritorio li:hover::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #E5E4E9;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body main {
    padding-top: 250px;
  }
  body main .titulo-pagina {
    margin: 0 auto 64px;
    width: 295px;
    padding: 8px 0px;
    letter-spacing: 3.2px;
  }
  body main .introduccion {
    display: flex;
    justify-content: space-between;
  }
  body main .introduccion section {
    width: 498px;
  }
  body main .introduccion section:first-child p:last-child {
    margin-bottom: 0px;
  }
  body main .introduccion.extras section {
    width: 100%;
  }
  body main .articles-vertical-list .contenedor-article article {
    display: flex;
  }
  body main .articles-vertical-list .contenedor-article article .img {
    margin-bottom: 0px;
    margin-right: 64px;
    min-width: 503px;
    width: 503px;
    height: 284px;
  }
  body main .articles-vertical-list .contenedor-article article .img::before {
    display: none;
  }
  body main .articles-vertical-list .contenedor-article article .titulo-info .info {
    margin-bottom: 32px;
  }
  body footer {
    padding: 54px 0px 24px;
  }
  body footer .logo-bbcl {
    width: 85px;
  }
  body footer .texto {
    line-height: 12px;
    width: auto;
  }
  .home header .logo-especial-golpe {
    top: 180px;
    width: 414px;
  }
  .home header .menu-escritorio .inicio::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #E5E4E9;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .home main {
    padding-top: 342px;
  }
  .home main .fa-long-arrow-down {
    font-size: 40px;
    margin-bottom: 34px;
  }
  .home main .titulo-pagina {
    width: 295px;
  }
  .home main .fuente-cronologia {
    margin-bottom: 64px;
  }
  .home main .fuente-cronologia .contenedor {
    width: 433px;
  }
  .home main .noticias article:last-child {
    margin-bottom: 48px;
  }
  .home main .noticias article .img {
    width: 332px;
    height: 187px;
  }
  .home main .noticias article .img::before {
    display: none;
  }
  .home main .noticias article.destacada .img {
    width: 100%;
    height: 470px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home main .noticias article.destacada .titular-extracto .titular {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }
  .home main .noticias .notas {
    display: flex;
    flex-wrap: wrap;
  }
  .home main .noticias .notas article {
    width: 332px;
  }
  .home main .noticias .notas article:not(:nth-child(3n)) {
    margin-right: 32px;
  }
  .home main .noticias .notas article:not(:nth-child(3n))::after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: rgba(23, 23, 23, 0.3);
    position: absolute;
    bottom: -1px;
    left: 100%;
  }
  .home main .noticias .notas article:last-child {
    margin-right: 0px;
  }
  .home main .noticias .notas article:last-child::after {
    display: none;
  }
  .documentales header .menu-escritorio .documentales::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #E5E4E9;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .documentales main .articles-vertical-list .titulo-conjunto-documentales {
    line-height: 16px;
  }
  .documentales main .articles-vertical-list .contenedor-article article .titulo-info .titulo {
    margin-bottom: 38px;
  }
  .libros header .menu-escritorio .libros::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #E5E4E9;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .libros main .articles-vertical-list .contenedor-article article .contenedor-img {
    margin-bottom: 0px;
    margin-right: 64px;
    min-width: 503px;
    width: 503px;
    height: 284px;
  }
  .libros main .articles-vertical-list .contenedor-article article .contenedor-img .img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .entrevistas header .menu-escritorio .entrevistas::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #E5E4E9;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .once-fotos header .menu-escritorio .fotos::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #E5E4E9;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .once-fotos main .contenedor-galeria {
    padding-top: 32px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper article img {
    margin-bottom: 112px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper article p {
    width: 728px;
    margin: 0 auto;
    padding: 0px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button {
    top: 510px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button.hooper-prev {
    left: 0px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper .hooper-navigation button.hooper-next {
    right: 0px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper .hooper-pagination {
    top: 488px;
  }
  .once-fotos main .contenedor-galeria .galeria .hooper .hooper-pagination .hooper-indicator {
    margin: 0 6px;
    width: 32px;
  }
}/*# sourceMappingURL=estilos.css.map */