@font-face {
  font-family: 'Impact';
  src: url('Impact.woff2') format('woff2'),
      url('Impact.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  position: relative;
}
#dark_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: #000;
  pointer-events: none;
}

.fem {
  color: #9B4197;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}


p:not(:last-child) {
  margin-bottom: 1.5em !important;
}
p.p-subtitle {
  font-family: 'Special Elite', serif;
  font-size: 24px;
  line-height: 1.3em;
}
p a {
  font-weight: 600;
  color: #9B4197;
}


.cover {
  height: 100vh;
  background-color: #000;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.header-logos {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  pointer-events: none;
}
.header-logos a {
  pointer-events: all;
}
.header-logos a:not(:last-child) {
  margin-right: 1.5rem;
}
.header-logos a img {
  width: 120px;
}
.header-logos a.televisa img {
  width: 50px;
}
.cover .between-containers {
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.cover-logo {
  -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 1));
  filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 1));
}
.cover-credit {
  font-weight: 600;
  color: #FFF;
  text-align: center;
  margin-top: 1.5rem;
}
.cover-credit .date {
  font-weight: 400;
  font-size: 14px;
}



.icon-scroll::before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 25px;
  height: 45px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  position: relative;
}
.icon-scroll::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 6px;
  border-radius: 50%;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

#scroll-icon {
  position: absolute;
  bottom: calc(50vh + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.25em;
  display: flex;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#scroll-icon .txt {
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 16px rgba(103,181,43,0.75);
}



.c-summary {
  height: 100vh;
  background-color: #000;
}
.c-summary .between-containers {
  height: 100%;
  display: flex;
  align-items: center;
}
.d-summary {
  font-family: 'Special Elite', serif;
  font-size: 26px;
  line-height: 1.3em;
  color: #FFF;
  display: none;
}




.content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.capital {
  height: 4em;
  float: left;
  margin-right: 1rem;
}





.matriz-chart {

}
.mat-title {
  background-color: #9B4197;
  font-family: 'Special Elite', serif;
  font-size: 18px;
  color: #FFF;
  padding: 8px 16px 4px;
  border-radius: 100px;
  margin-bottom: 0.75rem;
}
.sign-wrapper {

}
.sign-wrapper .s-item {
  font-size: 26px;
}
.mat-footer {
  text-align: right;
}
.mat-footer .b {
  font-weight: 600;
}
.mat-footer .fem {

}
.mat-footer .fem i {

}
.mat-credit {
  display: block;
  font-size: 12px;
  color: #333;
}




.story-break {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.scene {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.scene .inside {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scene .inside img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene .outside {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 5000px;
}
.scene .outside .frame {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scene .outside .frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene .outside .door {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 140% center;
  transform-style: preserve-3d;
}
.scene .outside .door img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-break .between-containers {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
  display: flex;
}
.s-head {
  font-family: 'Special Elite', serif;
  font-size: 70px;
  line-height: 1em;
  color: #FFF;
  text-shadow: 0 0 6px rgba(0,0,0,1);
  opacity: 0;
}


.s-summary {
  font-family: 'Special Elite', serif;
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
}



.for-media {

}
.for-media.in-body {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.for-media .media {

}
.for-media .media img {
  width: 100%;
}
.for-media .media-footer {
  font-size: 14px;
  line-height: 1.3em;
  color: #333;
  margin-top: 0.5rem;
}

.for-quote {
  display: flex;
  align-items: center;
}
.quote {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3em;
}
.quote::before {
  position: absolute;
  content: '“';
  bottom: 90%;
  font-family: 'Georgia', serif;
  font-size: 8em;
  font-weight: 700;
}
.quote::after {
  position: absolute;
  content: '';
  top: 130%;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #000;
}


.for-padrones {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgb(7,17,33);
}
.for-padrones p.p-subtitle {
  color: #FFF;
}
.for-padrones ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.for-padrones ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  color: #FFF;
}
.for-padrones ul li i {
  margin-right: 0.5rem;
  font-size: 1.3em;
}
.for-padrones ul li i.fa-times-circle {
  color: #DB0078;
}
.for-padrones ul li i.fa-check-circle {
  color: #44C8DB;
}



.thumb-link {
  display: table;
  margin: 0 auto;
  box-shadow: 0 3px 4px 1px rgba(0,0,0,0.25);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.thumb-link img {
  height: 290px;
  width: auto !important;
}
.thumb-link:hover {
  transform: scale(1.005);
  box-shadow: 0 5px 6px 3px rgba(0,0,0,0.25);
}



.for-hotels-class {

}
.h-item {
  font-size: 14px;
}
.h-item .h-name {
  background-color: #000;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
}
.h-item .h-cat {
  color: #333;
  text-align: center;
}
.h-item .h-cat i {
  color: #E8A000;
}
.h-item i.h-icon {
  color: #871D5F;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
}
.h-item .h-city {
  color: #372354;
}
.h-item .h-city i {
  margin-right: 0.5rem;
}
.h-item .d-count {
  font-weight: 600;
  color: #DB0078;
}
.h-item .h-deaths {

}
.h-item .h-deaths ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h-item .h-deaths ul li {

}
.h-item .h-deaths ul li .year {
  font-weight: 700;
}




.names-cloud {
  height: 300px;
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 12rem;
}



.for-downloads {
  background-color: #F5F5F5;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0 !important;
}
.d-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3em;
  color: #192853;
  text-align: center;
}
.d-title i {
  margin-right: 1rem;
}
.for-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.for-downloads ul li {
  line-height: 2.3em;
  margin: 0;
}
.for-downloads ul li a {
  color: #DB0078;
}
.for-downloads ul li a i {
  margin-right: 0.5rem;
  color: #700B4F;
}






.for-credits {
  background-color: #130C21;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.c-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2rem;
}
.c-role {
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.for-credits p.c-role-b {
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin-bottom: 0.5rem !important;
}
.c-name {
  color: #FFF;
  text-align: center;
}
.c-name span {
  font-weight: 600;
  color: #DB0078;
}
.c-name a {
  font-weight: 600;
  color: #FFF;
}
.c-legend {
  margin-top: 8rem;
  color: #FFF;
  text-align: center;
}

.for-niuna {
  background-color: #130C21;
  height: 100vh;
}
.for-niuna .between-containers {
  display: flex;
  align-items: center;
  height: 100%;
}


.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  pointer-events: none;
  margin: 3rem 0;
}
.footer-logos a {
  pointer-events: all;
}
.footer-logos a:not(:last-child) {
  margin-right: 3rem;
}
.footer-logos a img {
  width: 160px;
}
.footer-logos a.prende img {
  width: 70px;
}



/* Responsiveness */

/* Full HD */
@media screen and (min-width: 1441px) {

}

/* Desktop */
@media screen and (min-width: 1008px) {
  .header-logos {
    padding: 1rem 2rem;
  }
  .scene .outside .frame img {
    object-position: top;
  }
  .scene .outside .door img {
    object-position: top;
  }
}

/* Touch */
@media screen and (max-width: 1007px) {
  .between-containers .container {
    width: 100%;
  }
}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .quote {
    font-size: 22px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .header-logos a img {
    width: 80px;
  }
  .d-summary {
    font-size: 22px;
  }
  .is-16-9.v-mobile {
    padding-top: 150%;
  }
  p.p-subtitle {
    font-size: 22px;
  }
  .s-head {
    font-size: 40px;
  }
  .s-summary {
    font-size: 20px;
  }
  .quote {
    font-size: 18px;
  }
  .quote::before {
    font-size: 6em;
  }
  .quote::after {
    display: none;
  }
  .names-cloud {
    height: 500px;
  }
  .d-title {
    font-size: 26px;
  }
  .for-downloads ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
