/* FONTS
***********************************************************/
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo/museo500.woff2') format('woff2'),
       url('../fonts/museo/museo500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo/museo700.woff2') format('woff2'),
       url('../fonts/museo/museo700.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/opensans-regular.woff2') format('woff2'),
       url('../fonts/opensans/opensans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/opensans-italic.woff2') format('woff2'),
       url('../fonts/opensans/opensans-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/opensans-semibold.woff2') format('woff2'),
       url('../fonts/opensans/opensans-semibold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/opensans-semibolditalic.woff2') format('woff2'),
       url('../fonts/opensans/opensans-semibolditalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}


/* REBOOT
Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
***********************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1b;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Museo", serif;
  line-height: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: inherit;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/* GLOBAL
***********************************************************/
.container {
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .container {
    padding-left: 110px;
  }
}
img {
  max-width: 100%;
}

aside {
  padding: 1rem 0;
}
aside img {
  float: left;
  margin: 0 1em 1em 0;
}
aside:after {
  content: '';
  display: block;
  clear: both;
}
table {
  min-width: 100%;
  margin-bottom: 1rem;
}
table th,
table td {
  padding: 10px;
}
table th {
  vertical-align: bottom;
}
.notes {
  font-size: .8rem;
  margin-top: 2rem;
  padding-top: .5rem;
}
.notes:before {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  margin-bottom: .8rem;
  background: currentColor;
}

/* TYPE
***********************************************************/
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
}

/* HEADER
***********************************************************/
header {
  padding: 1em 0;
}
header p {
  margin: 0;
}
header h1 {
  font-size: 1.2rem;
  line-height: 1em;
  color: #3c3c3c;
  max-width: 590px;
}
.brand {
  font-size: 2.2rem;
  line-height: 1em;
  color: #4394d0;
}
.brand span {
  font-size: 1.35em;
  color: #f6921e;
}


/* FOOTER
***********************************************************/
footer {
  margin-top: 2rem;
}
footer .suscribe {
  text-align: center;
  color: #3c3c3c;
  background: #fcea0d;
  padding: 2em 0;
}
footer .redes {
  margin-top: 2rem;
  opacity: .8;
}
footer .redes img {
  margin: 0 .15em;
}
.mc-field-group {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding-right: 10px;
}
.suscribe .email {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: none;
  background: #fff;
}
.suscribe .button {
  border: none;
  background: #fff;
  padding: 5px 15px;
  font-family: "Museo", serif;
  font-weight: bold;
  border-radius: 30px;
}
footer p {
  margin: 1em 0 0 0;
}
footer .brands {
  text-align: center;
  color: #fff;
  background: #3c3c3c;
  padding: 2em 0;
}
footer .brands img {
  margin: 1em 2.5em;
}

/* INDEX BOLETIN
***********************************************************/
@media (min-width: 1000px) {
  .index {
    background: url(../images/fondo-multicolor.png) repeat-y 2px top;
  }
}

/* Header */
@media (min-width: 500px) {
  .index .brand {
    font-size: 3.85rem;
  }
  .index header h1 {
    font-size: 1.75rem;
  }
}

/* Articles */
.index article {
  padding: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.index article a:hover {
  text-decoration: none;
}
.index article a:hover h2,
.index article a:focus h2  {
  text-decoration: underline;
}
.index article .image {
  float:left;
  margin: 0 1rem 1rem 0;
}

.index main .suscribe,
.index header .suscribe {
  text-align: center;
  background: #4396d0;
  color: #fff;
  padding: 2em 1em 3em;
}
.index .suscribe h3 {
  margin-bottom: 0;
}

.index article.institucional {
  background: #f29100;
  color: #fff;
}
.index article.editorial {
  background: #e30427;
  color: #fff;
}
.index article.voces {
  background: #c61066;
  color: #fff;
}
.index article.camino {
  background: #821f81;
  color: #fff;
}
.index article.pasando {
  background: #014898;
  color: #fff;
}
.index article.investigacion {
  background: #00a099;
  color: #fff;
}
.index article.herramientas {
  background: #39a935;
  color: #fff;
}
.index article.agenda {
  background: #93c01f;
  color: #fff;
}


/* DESARROLLO NOTA / ARTICULO
***********************************************************/
.single header h1 {
  max-width: 400px;
}
.single main {
  text-align: justify;
}
.single main a {
  text-decoration: underline;
}
.single .intro {
  margin-bottom: 2rem;
}
.single .title {
  margin-top: .5em;
  margin-bottom: .5em;
}
.single .title:after {
  content: '';
  display: block;
  width: 1.5em;
  height: 4px;
  background: currentColor;
}
.single .destacado {
  padding: 15px;
  margin: 2rem 0;
}
.single .destacado p {
  margin: 0;
}
@media print {
  .single.camino .destacado,
  .single.camino table th,
  .single.camino tr {
    background: transparent !important;
  }
}

.single.institucional .intro {
  color: #f29100;
}
.single.institucional .destacado,
.single.institucional table th {
  background: #f29100;
  color: #fff;
}
.single.institucional table tr:nth-child(even) {
  background: #f7dbb5;
}
.single.institucional table tr:nth-child(odd) {
  background: #fff4e5;
}
@media print {
  .single.institucional .destacado {
    color: #f29100;
    border: 1px solid;
  }
  .single.institucional table th {
    color: #f29100;
  }
  .single.institucional tr {
    border: 1px solid #f29100;
  }
}

.single.editorial .intro {
  color: #e30427;
}
.single.editorial .destacado,
.single.editorial table th {
  background: #e30427;
  color: #fff;
}
.single.editorial table tr:nth-child(even) {
  background: #ffdce2;
}
.single.editorial table tr:nth-child(odd) {
  background: #fff3f5;
}
@media print {
  .single.editorial .destacado {
    color: #e30427;
    border: 1px solid;
  }
  .single.editorial table th {
    color: #e30427;
  }
  .single.editorial tr {
    border: 1px solid #e30427;
  }
}

.single.voces .intro {
  color: #c61066;
}
.single.voces .destacado,
.single.voces table th {
  background: #c61066;
  color: #fff;
}
.single.voces table tr:nth-child(even) {
  background: #ffdcec;
}
.single.voces table tr:nth-child(odd) {
  background: #fff2f8;
}
@media print {
  .single.voces .destacado {
    color: #c61066;
    border: 1px solid;
  }
  .single.voces table th {
    color: #c61066;
  }
  .single.voces tr {
    border: 1px solid #c61066;
  }
}

.single.camino .intro {
  color: #821f81;
}
.single.camino .destacado,
.single.camino table th {
  background: #821f81;
  color: #fff;
}
.single.camino table tr:nth-child(even) {
  background: #fdcdfc;
}
.single.camino table tr:nth-child(odd) {
  background: #ffe6ff;
}
@media print {
  .single.camino .destacado {
    color: #821f81;
    border: 1px solid;
  }
  .single.camino table th {
    color: #821f81;
  }
  .single.camino tr {
    border: 1px solid #821f81;
  }
}

.single.pasando .intro {
  color: #014898;
}
.single.pasando .destacado,
.single.pasando table th {
  background: #014898;
  color: #fff;
}
.single.pasando table tr:nth-child(even) {
  background: #bbd8f9;
}
.single.pasando table tr:nth-child(odd) {
  background: #dbe8f7;
}
@media print {
  .single.pasando .destacado {
    color: #014898;
    border: 1px solid;
  }
  .single.pasando table th {
    color: #014898;
  }
  .single.pasando tr {
    border: 1px solid #014898;
  }
}

.single.investigacion .intro {
  color: #00a099;
}
.single.investigacion .destacado,
.single.investigacion table th {
  background: #00a099;
  color: #fff;
}
.single.investigacion table tr:nth-child(even) {
  background: #b1e6e5;
}
.single.investigacion table tr:nth-child(odd) {
  background: #defdfc;
}
@media print {
  .single.investigacion .destacado {
    color: #00a099;
    border: 1px solid;
  }
  .single.investigacion table th {
    color: #00a099;
  }
  .single.investigacion tr {
    border: 1px solid #00a099;
  }
}

.single.herramientas .intro,
.single.herramientas h3 {
  color: #39a935;
}
.single.herramientas .destacado,
.single.herramientas table th {
  background: #39a935;
  color: #fff;
}
.single.herramientas table tr:nth-child(even) {
  background: #b9f3b8;
}
.single.herramientas table tr:nth-child(odd) {
  background: #ddffdc;
}
@media print {
  .single.herramientas .destacado {
    color: #39a935;
    border: 1px solid;
  }
  .single.herramientas table th {
    color: #39a935;
  }
  .single.herramientas tr {
    border: 1px solid #39a935;
  }
}

.single.agenda .intro {
  color: #93c01f;
}
.single.agenda main h4 {
  margin: 2rem 0 0 0;
}
.single.agenda .destacado,
.single.agenda table th {
  background: #93c01f;
  color: #fff;
}
.single.agenda table tr:nth-child(even) {
  background: #daf59d;
}
.single.agenda table tr:nth-child(odd) {
  background: #eef9d4;
}
@media print {
  .single.agenda .destacado {
    color: #93c01f;
    border: 1px solid;
  }
  .single.agenda table th {
    color: #93c01f;
  }
  .single.agenda tr {
    border: 1px solid #93c01f;
  }
}


@media (min-width: 500px) {
  .single .title {
    font-size: 3em;
    margin-top: 1.2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1000px) {
  .single.institucional {
    background: url(../images/fondo-01.png) repeat-y 2px top;
  }
  .single.editorial {
    background: url(../images/fondo-02.png) repeat-y 2px top;
  }
  .single.voces {
    background: url(../images/fondo-03.png) repeat-y 2px top;
  }
  .single.camino {
    background: url(../images/fondo-04.png) repeat-y 2px top;
  }
  .single.pasando {
    background: url(../images/fondo-05.png) repeat-y 2px top;
  }
  .single.investigacion {
    background: url(../images/fondo-06.png) repeat-y 2px top;
  }
  .single.herramientas {
    background: url(../images/fondo-07.png) repeat-y 2px top;
  }
  .single.agenda {
    background: url(../images/fondo-08.png) repeat-y 2px top;
  }
}

.imprimir {
  text-align: right;
  font-size: .85em;
  margin-bottom: 1em;
}
.imprimir-boton {
  color: #fff;
  background: #3c3c3c;
  border: none;
  padding: .25em 1em;
  border-radius: 100px;
  cursor: pointer;
}
.imprimir-ayuda {
  color: #3c3c3c;
  border: 1px solid;
  border-radius: 100px;
  padding: 0 .45em;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.imprimir-ayuda:hover {
  background-color: #ccc;
}
.imprimir-ayuda:hover:before,
.imprimir-ayuda:hover:after {
  display: block;
  position: absolute;
  background: #ccc;
  color: #000;
  width: 150px;
  text-align: left;
  padding: .25em .5em;
  right: -5px;
}
.imprimir-ayuda:hover:before {
  content: attr(aria-label);
  top: 2em;
}
.imprimir-ayuda:hover:after {
  content: attr(alt);
  top: 3.75em;
  font-weight: normal;
}

@media print {
  main a::after {
    content: ' (' attr(href)') ';
  }
}