@charset "UTF-8";
/*
 * Project: Justicia Patriarcal
 * By: CIMAC
 * Developer: flkt.crnpio@gmail.com
 */
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
body, button,
input[type=button],
input[type=reset],
input[type=submit], output, [type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  color: #131316;
  font-family: "Lora", georgia, serif;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

button,
input[type=button],
input[type=reset],
input[type=submit], audio,
video, summary, a {
  cursor: pointer;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  text-rendering: optimizeLegibility;
  transition: all 0.27s ease-in-out;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, audio:active,
video:active, summary:active, a:active, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, audio:hover,
video:hover, summary:hover, a:hover, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, audio:focus,
video:focus, summary:focus, a:focus {
  outline-width: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit], output, [type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  display: inline-block;
  margin: 0.2em 0;
  padding: 0.4em 0.8em;
  max-width: calc(100% - 1.6em);
  transition: all 0.27s ease-in-out;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, output:active, [type=date]:active,
[type=datetime]:active,
[type=datetime-local]:active,
[type=email]:active,
[type=file]:active,
[type=month]:active,
[type=number]:active,
[type=password]:active,
[type=search]:active,
[type=tel]:active,
[type=text]:active,
[type=time]:active,
[type=url]:active,
[type=week]:active,
textarea:active,
select:active, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, output:hover, [type=date]:hover,
[type=datetime]:hover,
[type=datetime-local]:hover,
[type=email]:hover,
[type=file]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, output:focus, [type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=file]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  outline-width: 0;
}

html,
body {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: #f7f7f9;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", georgia, serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.1em;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

h1 {
  font-size: 25.3px;
}

h2 {
  font-size: 18.7px;
}

h3 {
  font-size: 15.4px;
}

h4 {
  font-size: 13.75px;
}

h5 {
  font-size: 12.1px;
}

h6 {
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48.4px;
  }

  h2 {
    font-size: 31.9px;
  }

  h3 {
    font-size: 23.1px;
  }

  h4 {
    font-size: 16.5px;
  }

  h5 {
    font-size: 13.2px;
  }

  h6 {
    font-size: 11px;
  }
}
a {
  color: #900028;
  display: inline;
  font-size: inherit;
  font-weight: normal;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  a {
    color: #900028;
    text-decoration: underline;
  }
  a.active, a:active, a:focus, a.hover, a:hover {
    color: #060002;
    text-decoration: underline;
  }
}
article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

details {
  margin: 1.8em 0 3.6em;
}

summary {
  color: #57575a;
  display: list-item;
  margin: 1.8em 0 0;
}
summary:hover {
  color: #131316;
}

blockquote {
  margin: 3.6em;
  font-family: "Lora", georgia, serif;
  font-style: italic;
  font-size: 22.14px;
  line-height: 1.8em;
}

form,
figure {
  margin: 1.8em 0;
}

figcaption {
  font-size: 0.8em;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
iframe,
video {
  vertical-align: middle;
}

iframe {
  border: none;
  margin: 0;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

abbr,
ins {
  text-decoration: none;
}

abbr {
  border-bottom: 1px dotted #131316;
  cursor: help;
}

ins {
  border-bottom: 1px dashed #131316;
}

b,
strong {
  font-weight: 900;
}

dfn,
i,
em,
cite,
q {
  font-family: "Lora", georgia, serif;
  font-style: italic;
}

small {
  font-size: 0.7em;
}

sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code,
kbd,
samp,
var,
mark {
  font-family: monospace;
  font-size: 0.9em;
  font-weight: normal;
  padding: 0.4em 0.9em;
  display: inline-block;
  margin: 0.2em 0;
}

code,
kbd,
pre,
samp {
  background: #e0e0e2;
}

kbd {
  color: #520a1f;
  background: #131316;
  color: #f7f7f9;
}
kbd::before {
  content: ">_ ";
  color: #900028;
}

samp {
  color: #520a1f;
}
samp::before {
  content: ">> ";
  color: #900028;
}

var {
  color: #520a1f;
}

mark {
  background: #f4e604;
}

pre {
  font-family: monospace;
  font-size: 0.9em;
  font-weight: normal;
  margin: 1.8em 0;
  padding: 1em;
  display: block;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

hr {
  border: none;
  border-top: 1px solid #858588;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 3.6em 0;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=file],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  background: transparent;
  border: 1px solid #858588;
  border-radius: 2px;
  color: #131316;
}
[type=date].hover, [type=date]:active, [type=date]:hover, [type=date]:focus,
[type=datetime].hover,
[type=datetime]:active,
[type=datetime]:hover,
[type=datetime]:focus,
[type=datetime-local].hover,
[type=datetime-local]:active,
[type=datetime-local]:hover,
[type=datetime-local]:focus,
[type=email].hover,
[type=email]:active,
[type=email]:hover,
[type=email]:focus,
[type=file].hover,
[type=file]:active,
[type=file]:hover,
[type=file]:focus,
[type=month].hover,
[type=month]:active,
[type=month]:hover,
[type=month]:focus,
[type=number].hover,
[type=number]:active,
[type=number]:hover,
[type=number]:focus,
[type=password].hover,
[type=password]:active,
[type=password]:hover,
[type=password]:focus,
[type=search].hover,
[type=search]:active,
[type=search]:hover,
[type=search]:focus,
[type=tel].hover,
[type=tel]:active,
[type=tel]:hover,
[type=tel]:focus,
[type=text].hover,
[type=text]:active,
[type=text]:hover,
[type=text]:focus,
[type=time].hover,
[type=time]:active,
[type=time]:hover,
[type=time]:focus,
[type=url].hover,
[type=url]:active,
[type=url]:hover,
[type=url]:focus,
[type=week].hover,
[type=week]:active,
[type=week]:hover,
[type=week]:focus,
textarea.hover,
textarea:active,
textarea:hover,
textarea:focus,
select.hover,
select:active,
select:hover,
select:focus {
  outline-width: 0;
  border-color: #131316;
}

output {
  border-bottom: 1px solid #858588;
  vertical-align: bottom;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: textfield;
  background-image: linear-gradient(45deg, transparent 50%, #858588 50%), linear-gradient(-45deg, transparent 50%, #858588 50%);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 2px;
  background: #f7f7f9;
  border-color: #900028;
  color: #900028;
}
button.active, button:active, button.hover, button:hover, button:focus,
input[type=button].active,
input[type=button]:active,
input[type=button].hover,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset].active,
input[type=reset]:active,
input[type=reset].hover,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit].active,
input[type=submit]:active,
input[type=submit].hover,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #900028;
  border-color: #900028;
  color: #f7f7f9;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline-width: 0;
}

fieldset {
  border: 1px solid #858588;
  margin: 1.8em 0;
  padding: 0.35em 0.7em 0.7em;
  max-width: calc(100% - 1.4em);
  display: block;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tbody tr,
tfoot tr {
  border-top: 1px solid #858588;
}

th, td {
  padding: 0.4em 0.8em;
}

.controls,
[aria-controls] {
  cursor: pointer !important;
}

.disabled,
[aria-disabled],
[disabled],
[disabled]:active,
[disabled]:focus,
[disabled]:hover,
.readonly,
[readonly] {
  pointer-events: none !important;
}

.hidden,
[hidden] {
  display: none !important;
  pointer-events: none !important;
}

::-webkit-input-placeholder {
  color: rgba(89, 89, 89, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(89, 89, 89, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(89, 89, 89, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  color: rgba(89, 89, 89, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

::-webkit-selection {
  background-color: #131316;
  color: #f7f7f9;
  text-shadow: none;
}

::-moz-selection {
  background-color: #131316;
  color: #f7f7f9;
  text-shadow: none;
}

::selection {
  background-color: #131316;
  color: #f7f7f9;
  text-shadow: none;
}

p {
  margin: 2em 0;
}

blockquote,
cite {
  font-style: normal;
}

blockquote {
  padding: 2em 0 4em;
  margin: 0;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
}

video {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
}

a {
  background-size: 100% 200%;
  background-image: linear-gradient(0deg, #131316 50%, transparent 50%);
  background-position: 0 -1px;
  color: #131316;
  text-decoration: none;
}
a.active, a:hover, a:active, a:focus {
  background-position: 0 100%;
  color: #efefef;
  text-decoration: none;
  outline-width: 0;
}
a.white {
  background-image: linear-gradient(0deg, #efefef 50%, transparent 50%);
  color: #efefef;
}
a.white.active, a.white:hover, a.white:active, a.white:focus {
  color: #131316;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 1.15em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48.4px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 23.1px;
  }
}
.title-index {
  font-size: 4em;
  line-height: 1em;
  margin: 3em 0 1em;
  padding: 0;
  max-width: 90%;
}
.title-index small {
  font-size: 0.5em;
  line-height: 1em;
  display: inline-block;
}

.title {
  margin: 1em 0;
  max-width: 900px;
}
.title small {
  font-size: 0.7em;
  line-height: 1.1em;
  display: inline-block;
}

.title-i {
  font-weight: 400;
  font-size: 1.4em;
}

.subtitle {
  margin-bottom: 0;
}
.subtitle small {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}

.subtitle + p {
  margin-top: -5px;
}

.author {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.author:before {
  content: "";
  background: #efefef;
  height: 1px;
  width: 4em;
  display: block;
  margin: 0 auto 3em;
}

.alias {
  padding-top: 8em;
  font-size: 12px;
  line-height: 12px;
}

.t-c {
  text-align: center;
}

.logo-pan-para-el-mundo {
  width: 160px;
  display: block;
  margin: 2em 0;
}

.header-index {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), black);
  color: #efefef;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-txt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), black);
  color: #efefef;
  height: 90vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .title-index {
    font-size: 5em;
  }
  .title-index small {
    font-size: 0.7em;
  }
}
.lista-descargas {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lista-jurisprudencia {
  list-style: lower-latin;
}
.lista-jurisprudencia li {
  padding: 0.4em 0;
}

.bg-image {
  background-color: #131316;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  color: #efefef;
}

.bg-portada {
  background-image: url("../img/justicia-patriarcal-portada-sm.jpg");
}

.bg-herramientas {
  background-image: url("../img/justicia-patriarcal-herramientas.jpg");
}

.bg-inutilidad {
  background-image: url("../img/justicia-patriarcal-inutilidad.jpg");
}

.bg-justicia {
  background-image: url("../img/justicia-sm.jpg");
}

.bg-ni-una-mas {
  background-image: url("../img/ni-una-mas.jpg");
}

.bg-historia {
  background-image: url("../img/historia.jpg");
}

.bg-mejorar {
  background-image: url("../img/mejorar.jpg");
}

.bg-sin-claridad {
  background-image: url("../img/sin-claridad.jpg");
}

.bg-suprema-corte {
  background-image: url("../img/suprema-corte-de-justicia-sm.jpg");
}

.bg-alicia {
  background-image: url("../capitulos/oaxaca/img/oaxaca-alicia-vive-secuelas-fisicas-psicologicas.jpg");
}

.bg-penitenciaria {
  background-image: url("../capitulos/oaxaca/img/oaxaca-penitenciaria-ixcotel.jpg");
}

.bg-judicial {
  background-image: url("../capitulos/oaxaca/img/oaxaca-poder-judicial-del-estado.jpg");
}

.bg-guanajuato-aerea {
  background-image: url("../capitulos/guanajuato/img/aerea-guanajuato.jpg");
}

.bg-guanajuato-cereso {
  background-image: url("../capitulos/guanajuato/img/cereso-guanajuato.jpg");
}

.bg-guanajuato-calle {
  background-image: url("../capitulos/guanajuato/img/calle-guanajuato.jpg");
}

.bg-puebla {
  background-image: url("../capitulos/puebla/img/puebla-rosario-mariano.jpg");
}

.bg-puebla-camino {
  background-image: url("../capitulos/puebla/img/puebla-camino.jpg");
}

.bg-puebla-teziutlan {
  background-image: url("../capitulos/puebla/img/puebla-teziutlan.jpg");
}

.bg-puebla-xiutetelco {
  background-image: url("../capitulos/puebla/img/puebla-xiutetelco.jpg");
}

.bg-puebla-sin-justicia {
  background-image: url("../capitulos/puebla/img/puebla-sin-justicia.jpg");
}

.bg-jalisco {
  background-image: url("../capitulos/jalisco/img/feminicidio-jalisco.jpg");
}

.bg-jalisco-feminicidio {
  background-image: url("../capitulos/jalisco/img/feminicidio-jalisco-2.jpg");
}

.bg-jalisco-palacio-justicia {
  background-image: url("../capitulos/jalisco/img/jalisco-palacio-justicia.jpg");
}

.bg-nos-matan {
  background-image: url("../capitulos/jalisco/img/nos-matan.jpg");
}

.bg-queretaro {
  background-image: url("../capitulos/queretaro/img/buena-madre.jpg");
}

.bg-queretaro-banio {
  background-image: url("../capitulos/queretaro/img/queretaro-banio.jpg");
}

.bg-queretaro-ambulancia {
  background-image: url("../capitulos/queretaro/img/dafne-ambulancia.jpg");
}

.bg-tras-las-rejas {
  background-image: url("../capitulos/queretaro/img/tras-las-rejas.jpg");
}

.bg-agravio {
  background-image: url("../capitulos/queretaro/img/agravio.jpg");
}

.bg-tlaxcala {
  background-image: url("../capitulos/tlaxcala/img/tlaxcala-palacio-de-gobierno.jpg");
}

.bg-tlaxcala-panoramica {
  background-image: url("../capitulos/tlaxcala/img/tlaxcala-panoramica.jpg");
}

.bg-tlaxcala-palacio-de-justicia {
  background-image: url("../capitulos/tlaxcala/img/tlaxcala-palacio-de-justicia.jpg");
}

.bg-tlaxcala-zocalo {
  background-image: url("../capitulos/tlaxcala/img/tlaxcala-zocalo.jpg");
}

.bg-san-luis {
  background-image: url("../capitulos/sanluispotosi/img/juzgados-primera-instancia-matehuala.jpg");
}

.bg-san-luis-instituto-tecnologico {
  background-image: url("../capitulos/sanluispotosi/img/matehuala-instituto-tecnologico.jpg");
}

.bg-san-luis-matehuala-instituto-tecnologico {
  background-image: url("../capitulos/sanluispotosi/img/matehuala-instituto-tecnologico-l.jpg");
}

.bg-san-luis-penal-valles {
  background-image: url("../capitulos/sanluispotosi/img/penal-valles.jpg");
}

.bg-san-luis-prisioneras {
  background-image: url("../capitulos/sanluispotosi/img/prisioneras.jpg");
}

.bg-coahuila {
  background-image: url("../capitulos/coahuila/img/centro-de-justicia-penal.jpg");
}

.bg-coahuila-prision {
  background-image: url("../capitulos/coahuila/img/coahuila-prision.jpg");
}

.bg-coahuila-desierto {
  background-image: url("../capitulos/coahuila/img/coahuila-desierto.jpg");
}

.bg-morelos-ciudad-judicial {
  background-image: url("../capitulos/morelos/img/ciudad-judicial.jpg");
}

.bg-morelos-fiscalia {
  background-image: url("../capitulos/morelos/img/fiscalia.jpg");
}

.bg-morelos-investigacion {
  background-image: url("../capitulos/morelos/img/investigacion.jpg");
}

.bg-sonora {
  background-image: url("../capitulos/sonora/img/poder-judicial-de-sonora.jpg");
}

.bg-sonora-panoramica {
  background-image: url("../capitulos/sonora/img/sonora.jpg");
}

.bg-sonora-fiscalia {
  background-image: url("../capitulos/sonora/img/sonora-fiscalia.jpg");
}

.bg-sonora-palacio-gobierno {
  background-image: url("../capitulos/sonora/img/sonora-palacio-gobierno.jpg");
}

.bg-sonora-atardecer {
  background-image: url("../capitulos/sonora/img/sonora-atardecer.jpg");
}

.bg-veracruz {
  background-image: url("../capitulos/veracruz/img/obligar-a-gestar-es-tortura.jpg");
}

.bg-veracruz-exigir-justicia-no-es-provocacion {
  background-image: url("../capitulos/veracruz/img/exigir-justicia-no-es-provocacion.jpg");
}

.bg-veracruz-no-criminalices-mi-derecho {
  background-image: url("../capitulos/veracruz/img/no-criminalices-mi-derecho.jpg");
}

.bg-veracruz-suprema-corte-de-justicia {
  background-image: url("../capitulos/veracruz/img/suprema-corte-de-justicia.jpg");
}

.bg-guanajuato {
  background-image: url("../capitulos/guanajuato/img/guanajuato.jpg");
}

.bg-guanajuato-centro {
  background-image: url("../capitulos/guanajuato/img/centro-guanajuato.jpg");
}

.bg-guanajuato-juzgados-de-oralidad {
  background-image: url("../capitulos/guanajuato/img/juzgados-de-oralidad.jpg");
}

.bg-video {
  overflow: hidden;
  position: relative;
  height: 90vh;
}

.bg-v-video {
  position: absolute;
  z-index: 0;
  height: 90vh;
  width: 700%;
  left: -300%;
}

.bg-v-txt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), black);
  color: #efefef;
  height: 90vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bg-video-txt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), black);
  color: #efefef;
  position: relative;
  z-index: 1;
}

.bg-black {
  background: #131316;
  color: #efefef;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-gray-light {
  background: #e2e2e4;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-gray-med {
  background: #bcbcbf;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-up-shadow {
  background-image: linear-gradient(#131316, rgba(19, 19, 22, 0));
  padding-top: 2em;
  padding-bottom: 2em;
  color: #efefef;
}

.bg--shadow {
  background-image: linear-gradient(#131316, rgba(19, 19, 22, 0), #131316);
  padding-top: 2em;
  padding-bottom: 2em;
  color: #efefef;
}

.bg-texture {
  background-image: url("../img/texture.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 100%;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .bg-image {
    background-color: #131316;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .bg-portada {
    background-image: url("../img/justicia-patriarcal-portada.jpg");
  }

  .bg-justicia {
    background-image: url("../img/justicia.jpg");
  }

  .bg-suprema-corte {
    background-image: url("../img/suprema-corte-de-justicia.jpg");
  }

  .bg-alicia {
    background-image: url("../capitulos/oaxaca/img/oaxaca-alicia-vive-secuelas-fisicas-psicologicas.jpg");
  }

  .bg-penitenciaria {
    background-image: url("../capitulos/oaxaca/img/oaxaca-penitenciaria-ixcotel.jpg");
  }

  .bg-judicial {
    background-image: url("../capitulos/oaxaca/img/oaxaca-poder-judicial-del-estado.jpg");
  }
}
@media only screen and (min-width: 1024px) {
  .bg-v-video {
    left: 0;
    width: 100%;
    height: auto;
  }
}
.container {
  margin: auto;
  width: 90%;
}

.container-sm {
  margin: auto;
  max-width: 700px;
  width: 90%;
}

.o-x-h {
  overflow-x: hidden;
}

.full-w {
  margin-top: -15px;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex-row.start {
  align-items: flex-start !important;
}
.flex-row.start h2 {
  margin-top: 0;
  padding-top: 0;
}

.flex-1_3,
.flex-2_3 {
  flex: 1;
}

.flex-text {
  margin: 2em auto;
  width: 90%;
  order: 2;
}

.flex-video {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .flex-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .flex-1_3 {
    flex: 1 1 40%;
  }

  .flex-2_3 {
    flex: 1 0 50%;
  }

  .flex-text {
    margin: 0 4em;
    width: 100%;
    order: inherit;
  }

  .flex-video {
    order: inherit;
  }
}
.m-t {
  margin-top: 4em;
}

.p-t {
  padding-top: 4em;
}

.p-b {
  padding-bottom: 4em;
}

.p-y {
  padding-top: 4em;
  padding-bottom: 4em;
}

.p-x {
  padding-left: 1em;
  padding-right: 1em;
}

.p-xx {
  padding-left: 4em;
  padding-right: 4em;
}

.h-p {
  padding-top: 20vh;
}

.link-cn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.cn-logo {
  height: 34px;
  margin: 10px;
  float: right;
}

.btn-top {
  background: #74001c;
  border: none;
  border-radius: 0;
  height: 40px;
  width: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 202;
  transition: all 0.29s ease;
}
.btn-top span {
  background: #fff;
  display: block;
  width: 2px;
  height: 0;
  margin: auto;
  transition: all 0.29s ease;
  position: relative;
}
.btn-top:before, .btn-top:after {
  background: #fff;
  display: block;
  content: "";
  width: 2px;
  height: 40%;
  position: absolute;
  top: 12px;
  transition: all 0.29s ease;
}
.btn-top:before {
  transform: rotate(45deg);
  left: 17px;
}
.btn-top:after {
  transform: rotate(-45deg);
  right: 16px;
}
.btn-top.active, .btn-top:hover, .btn-top:active, .btn-top:focus {
  background: #900028;
  border: none;
  text-decoration: none;
  outline-width: 0;
}
.btn-top.active span, .btn-top:hover span, .btn-top:active span, .btn-top:focus span {
  height: 24px;
}
.btn-top.active:before, .btn-top.active:after, .btn-top:hover:before, .btn-top:hover:after, .btn-top:active:before, .btn-top:active:after, .btn-top:focus:before, .btn-top:focus:after {
  top: 5px;
}

.nav-tog-btn {
  background: #900028;
  border: none;
  border-radius: 0;
  width: 45px;
  height: 40px;
  z-index: 201;
}
.nav-tog-btn span {
  background: #fff;
  display: block;
  height: 2px;
  width: 100%;
  max-width: 100px;
}
.nav-tog-btn span:before, .nav-tog-btn span:after {
  background: #fff;
  display: block;
  content: "";
  height: 2px;
  position: relative;
}
.nav-tog-btn span:before {
  width: 50%;
  top: -7px;
}
.nav-tog-btn span:after {
  top: 5px;
}
.nav-tog-btn.active, .nav-tog-btn:hover, .nav-tog-btn:active, .nav-tog-btn:focus {
  background: #900028;
  border: none;
  text-decoration: none;
  outline-width: 0;
}

.nav-tog-main {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.nav-tog-side {
  display: none;
}

.nav-main {
  background: #900028;
  user-select: none;
  position: fixed;
  width: 100%;
  left: -100vw;
  padding-top: 50px;
  z-index: 100;
  transition: all 0.29s ease;
}
.nav-main.show {
  left: 0;
}

.nav-cap {
  height: auto;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
  pointer-events: none;
  max-height: 0;
  user-select: none;
  transition: all 0.29s ease;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.nav-cap.show {
  max-height: 100vh;
  opacity: 1;
  pointer-events: auto;
}

.nav-main-link,
.nav-cap-link {
  background-position: 0 0;
  color: #efefef;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.nav-main-link {
  background-image: linear-gradient(0deg, #7d0020 50%, transparent 50%);
  display: block;
  padding: 1em;
}

.nav-cap-link {
  background-image: linear-gradient(0deg, #620014 50%, rgba(116, 0, 28, 0.7) 50%);
  font-size: 0.8em;
  line-height: 1em;
  padding: 1em 0 1em 3em;
}

.nav-side, .nav-side-link {
  display: none;
}

@media only screen and (min-width: 768px) {
  .nav-tog-main {
    display: none;
  }

  .nav-tog-side {
    background: rgba(116, 0, 28, 0.8);
    display: block;
    margin: 0 0 0 -45px;
    max-width: 200%;
    transition: all 0.29s ease;
  }
  .nav-tog-side.show {
    margin: 0 0 0 0;
    width: 270px;
  }

  .nav-main {
    position: inherit;
    margin-top: 0;
    padding-top: 0;
  }

  .nav-cap {
    background: #74001c;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .nav-cap.show {
    top: 54px;
  }

  .nav-main-link {
    display: inline-block;
    padding: 1em 0.5em;
  }

  .nav-cap-link {
    display: inline-block;
    padding: 0.9em 2em;
  }

  .nav-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: -270px;
    top: 0;
    bottom: 0;
    width: 270px;
    transition: all 0.29s ease;
    z-index: 999;
  }
  .nav-side.show {
    right: 0;
  }

  .nav-side-link {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-cap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .nav-main-link {
    padding: 1em;
  }
}
@media only screen and (min-width: 1600px) {
  .nav-cap {
    display: flex;
    justify-content: space-between;
  }
}
.pages {
  display: flex;
  justify-content: space-between;
}

.page-empty {
  flex: 1;
}

.page {
  background: #131316;
  color: #efefef;
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.3em;
  padding: 2em;
}
.page em {
  font-size: 1.6em;
}
.page.active, .page:hover, .page:active, .page:focus {
  background: #900028;
  color: #efefef;
}

.page-prev {
  text-align: left;
  justify-content: flex-start;
}

.page-next {
  text-align: right;
  justify-content: flex-end;
}

.table-responsive {
  max-width: 100%;
}
.table-responsive .thead {
  font-family: sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.table-responsive thead {
  display: none;
}
.table-responsive tbody {
  font-size: 0.8em;
  line-height: 1.2em;
}
.table-responsive tbody tr td {
  padding: 0.8em;
  display: block;
}
.table-responsive tfoot tr td {
  padding: 0.8em;
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .table-responsive .thead {
    display: none;
  }
  .table-responsive thead {
    display: table-header-group;
    font-size: 0.75em;
    line-height: 1em;
    text-align: left;
    vertical-align: bottom;
  }
  .table-responsive thead tr th {
    padding: 0.8em;
  }
  .table-responsive tbody {
    display: table-row-group;
  }
  .table-responsive tbody tr td {
    display: table-cell;
  }
  .table-responsive tfoot {
    font-size: 1em;
    line-height: 1.4em;
  }
  .table-responsive tfoot tr td {
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  .table-responsive thead {
    font-size: 0.9em;
    line-height: 1em;
  }
}
.time-line {
  display: flex;
  flex-direction: column;
  font-size: 0.85em;
  line-height: 1.3em;
}

.history {
  padding-left: 2em;
  padding-bottom: 2em;
  position: relative;
}
.history:before {
  content: "";
  position: absolute;
  border-left: 2px solid #908c9f;
  height: 100%;
  width: 0;
  left: 10px;
  top: 10px;
}
.history:after {
  position: absolute;
  left: 3px;
  top: 5px;
  content: "";
  background: #000;
  border: 2px solid #908c9f;
  border-radius: 12px;
  display: block;
  height: 12px;
  width: 12px;
}
.history:last-child:before {
  border-left-style: dashed;
  height: 50%;
}

.date {
  font-size: 1.2em;
  color: #908c9f;
  display: block;
  padding: 5px 0;
}

.note {
  font-size: 0.7em;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1024px) {
  .time-line {
    flex-direction: row;
    padding: 300px 0 200px;
    position: relative;
  }
  .time-line:after {
    position: absolute;
    top: 288px;
    content: "";
    display: block;
    background: #908c9f;
    width: 100%;
    height: 2px;
  }

  .history {
    flex: 1 0 10vw;
    display: flex;
    flex-direction: column;
  }
  .history:before {
    height: 55px;
    top: auto;
  }
  .history:after {
    top: auto;
  }
  .history:nth-child(odd) {
    flex-direction: column-reverse;
    margin-top: -300px;
    align-self: flex-end;
  }
  .history:nth-child(odd):before {
    left: 10px;
    bottom: 18px;
  }
  .history:nth-child(odd):after {
    bottom: 50px;
  }
  .history:nth-child(even) {
    margin-bottom: -200px;
    align-self: flex-start;
  }
  .history:nth-child(even):before {
    left: 10px;
    top: -10px;
  }
  .history:nth-child(even):after {
    top: 20px;
  }
  .history:not(:last-child) {
    margin-right: 1em;
  }
  .history:last-child {
    margin-right: 10px;
  }
  .history:last-child:before {
    border-left-style: solid;
  }
  .history:not(:first-child) {
    margin-left: -100px;
  }

  .date {
    padding: 1em 0;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "fabrands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot%3F") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
}
.fab {
  font-family: "fabrands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

footer {
  background: #111;
  color: #aaa;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1em;
}
footer .social {
  padding-top: 2em;
  text-align: center;
}
footer .social a {
  display: inline-block;
  color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
footer .social a i {
  font-size: 20px;
}
footer .social a:hover {
  color: #900028;
}
footer .copy {
  padding: 0 2em 2em;
  text-align: center;
}

.box {
  background: #36363f;
  border-radius: 5px;
  color: #efefef;
  padding: 2em;
}

.box-content {
  font-size: 0.8em;
  line-height: 1.6em;
}
.box-content p {
  margin: 1em 0;
}
.box-content ul, .box-content ol {
  list-style-position: inside;
  margin: 1em 0;
  padding: 0;
}

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