@import url("");
html[dev-tools-status=t][dev-tools-mark=t] .dev-mark {
  outline: 1px dotted red; }

html[dev-tools-status=t][dev-tools-mark=t] .dev-mark-b {
  outline: 1px dotted green; }

html[dev-tools-status=t][dev-tools-mark=t] .dev-mark-c {
  outline: 1px dotted blue; }

.dev-mark-responsive {
  display: none; }

html[dev-tools-status='t'][dev-tools-resposive~='t'] .dev-mark-responsive {
  display: block; }

.dev-mark-responsive {
  position: fixed;
  z-index: 9999;
  background-color: grey;
  font-size: 0.8rem;
  padding: 2px 0.5rem;
  font-family: sans-serif;
  left: auto;
  right: auto;
  bottom: auto;
  right: auto;
  right: 0;
  bottom: 0; }
  [dev-tools-resposive~='tr'] .dev-mark-responsive {
    top: 0;
    bottom: auto; }
  [dev-tools-resposive~='lt'] .dev-mark-responsive {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto; }
  [dev-tools-resposive~='lb'] .dev-mark-responsive {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto; }
  @media (min-width: 0) and (max-width: 319px) {
    .dev-mark-responsive {
      background-color: #b1b97d; }
      .dev-mark-responsive::before {
        content: "s: 0 -- 320px"; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .dev-mark-responsive {
      background-color: #e97ca2; }
      .dev-mark-responsive::before {
        content: "m: 320px -- 768px"; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .dev-mark-responsive {
      background-color: #82bfdb; }
      .dev-mark-responsive::before {
        content: "l: 768px -- 1024px"; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .dev-mark-responsive {
      background-color: #f9de72; }
      .dev-mark-responsive::before {
        content: "x: 1024px -- 1440px"; } }
  @media (min-width: 1440px) and (max-width: 2199px) {
    .dev-mark-responsive {
      background-color: #b48ac5; }
      .dev-mark-responsive::before {
        content: "xl: 1440px -- 2200px"; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

address,
article,
aside,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  display: block; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

img.img-standar {
  width: 100%; }

h1, h2, p {
  margin-top: 0; }

.hidden {
  display: none !important; }

.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.container {
  max-width: 650px;
  width: 100%; }
  @media (max-width: 682px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }

.b-item {
  display: block;
  width: 100%; }

@media (max-width: 319px) {
  .s-item-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; } }

@media (max-width: 767px) {
  .m-item-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; } }

@media (max-width: 1023px) {
  .l-item-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; } }

@media (min-width: star) and (max-width: 1439px) {
  .x-item-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; } }

.item-hidden {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent; }
  @media (max-width: 1023px) {
    .menu-main nav {
      display: none; } }
  .menu-expanded .menu-main nav {
    position: fixed !important;
    z-index: 999;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    margin: 0;
    display: block !important;
    padding: 4rem 2rem;
    overflow-y: scroll; }
  .menu-main nav ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu-expanded .menu-main nav ul {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      max-width: 500px;
      margin: 0 auto; }
    .menu-main nav ul li {
      display: block; }
      .menu-expanded .menu-main nav ul li {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .menu-main nav ul li.half-hidden {
        display: none; }
      .menu-main nav ul li a {
        display: block;
        background-color: transparent;
        padding: 0.5rem 1rem; }
        .menu-main nav ul li a:hover {
          background-color: #ddd; }
        .menu-expanded .menu-main nav ul li a {
          color: white;
          padding: 0.8rem 0rem 1rem 0; }
          .menu-expanded .menu-main nav ul li a:hover {
            background-color: rgba(255, 255, 255, 0.2);
            padding-left: 1rem; }
  .menu-main .menu-buttons {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (min-width: 1024px) {
      .menu-main .menu-buttons {
        display: none; } }
  .menu-main .menu-button, .menu-main .menu-button--burger, .menu-main .menu-button--plus {
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    background-color: transparent; }
    .menu-main .menu-button:hover, .menu-main .menu-button--burger:hover, .menu-main .menu-button--plus:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .menu-main .menu-button__inner {
      position: relative;
      height: 100%;
      width: 100%; }
    .menu-expanded .menu-main .menu-button--burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      position: fixed;
      z-index: 1000;
      top: 1rem;
      right: 2rem;
      background-color: transparent; }
      .menu-expanded .menu-main .menu-button--burger:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    .menu-main .menu-button--burger .line {
      width: 100%;
      background-color: white;
      height: 3px;
      position: absolute;
      display: block;
      top: 0;
      -webkit-transform: translateY(0) translateX(0);
      -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0); }
      .menu-button:hover .line, .menu-main .menu-button--burger:hover .line, .menu-main .menu-button--plus:hover .line {
        background-color: white; }
      .menu-expanded .menu-main .menu-button--burger .line {
        background-color: white; }
        .menu-expanded .menu-button:hover .line, .menu-expanded .menu-main .menu-button--burger:hover .line, .menu-main .menu-expanded .menu-button--burger:hover .line, .menu-expanded .menu-main .menu-button--plus:hover .line, .menu-main .menu-expanded .menu-button--plus:hover .line {
          background-color: white; }
      .menu-expanded .menu-main .menu-button--burger .line:nth-child(1) {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      .menu-main .menu-button--burger .line:nth-child(2) {
        top: 49%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .menu-expanded .menu-main .menu-button--burger .line:nth-child(2) {
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
          opacity: 0; }
      .menu-main .menu-button--burger .line:nth-child(3) {
        top: auto;
        bottom: 0; }
        .menu-expanded .menu-main .menu-button--burger .line:nth-child(3) {
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }

body {
  font-family: ''; }

a {
  text-decoration: none; }

.button {
  display: block; }

.time-line .f-row {
  border-bottom: 1px dotted black; }
  @media (min-width: 0) and (max-width: 539px) {
    .time-line .f-row section > .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.time-line .time-line__item {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .time-line .time-line__item h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 1rem;
    width: 80%; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line .time-line__item h1 {
        font-size: 1.8rem; } }
  .time-line .time-line__item h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 80%;
    color: #1f8c47; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line .time-line__item h2 {
        font-size: 1.8rem; } }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line .time-line__item h2 {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
        margin-top: 0.8rem; } }
  .time-line .time-line__item p {
    font-family: 'Merriweather', serif;
    font-weight: 100;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
    width: 80%;
    margin-bottom: 1rem; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line .time-line__item p {
        width: 100%; } }

.time-line__date {
  font-family: 'Oswald', sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0;
  text-align: right;
  position: relative;
  right: -20px;
  top: -3px;
  color: #b4b4b4; }
  @media (min-width: 0) and (max-width: 539px) {
    .time-line__date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .time-line__date__year {
    display: block;
    padding-right: 2rem;
    border-bottom: 1px solid #dadada;
    color: #6c6b6b; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line__date__year {
        border-bottom: 0;
        padding-right: 0;
        font-size: 1.2rem;
        color: black;
        padding-right: 10px;
        border-bottom: 2px solid; } }
  .time-line__date__month {
    display: block;
    padding-right: 2rem;
    font-size: 1.2rem;
    line-height: 1.2; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line__date__month {
        font-size: 1.2rem;
        border-bottom: 2px solid black; } }

.time-line__images .image {
  margin: 0 0.5rem;
  margin-top: 2rem; }
  @media (min-width: 0) and (max-width: 539px) {
    .time-line__images .image {
      margin-top: 1.5rem; } }
  .time-line__images .image:first-child {
    margin-left: 0; }
  .time-line__images .image:last-child {
    margin-right: 0; }
  .time-line__images .image img {
    display: block; }

.photo {
  -webkit-box-shadow: 1px 1px 2px;
  box-shadow: 1px 1px 2px;
  padding: 10px;
  background-color: #efefef;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg); }
  @media (min-width: 0) and (max-width: 539px) {
    .photo {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      width: 100% !important; } }
  .photo img {
    max-width: 100%;
    display: block; }

.file {
  border: 2px dotted grey;
  position: relative; }
  .file__button {
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    background-image: url("./components/time-line/iconmonstr-file-33.svg");
    background-repeat: no-repeat;
    background-color: greenyellow;
    background-position: center;
    background-size: 40px; }
  .file img {
    max-width: 100%;
    display: block; }

.time-line div[data-number="2"] {
  background-image: url("./images/2-fondo.jpg");
  background-attachment: fixed;
  background-position: right bottom;
  background-size: cover;
  color: white; }
  .time-line div[data-number="2"] section {
    padding-bottom: 4rem; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line div[data-number="2"] section {
        padding-bottom: 1rem; } }
  .time-line div[data-number="2"] h1 {
    font-size: 2.5rem;
    text-shadow: 1px 1px 2px black; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line div[data-number="2"] h1 {
        font-size: 1.8rem; } }
  .time-line div[data-number="2"] p {
    font-size: 1.1rem;
    line-height: 1.35; }
    @media (min-width: 0) and (max-width: 539px) {
      .time-line div[data-number="2"] p {
        font-size: 0.9rem;
        margin-bottom: 0; } }

.time-line div[data-number="3"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="4"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="5"] {
  background-image: url("./images/5-fondo.jpg");
  background-attachment: fixed;
  background-position: right bottom;
  background-size: cover;
  color: white; }
  .time-line div[data-number="5"] section {
    padding-bottom: 2rem; }
  .time-line div[data-number="5"] h2 {
    color: white;
    text-shadow: 1px 1px 2px black; }

.time-line div[data-number="6"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="6"] .photo {
  min-width: 230px;
  max-width: 260px; }
  @media (min-width: 0) and (max-width: 539px) {
    .time-line div[data-number="6"] .photo {
      margin: 0 auto 1rem; } }

.time-line div[data-number="7"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="7"] .photo {
  width: 80%; }

.time-line div[data-number="8"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="8"] .photo {
  margin-top: 1rem;
  width: 80%; }
  .time-line div[data-number="8"] .photo img {
    width: 100%;
    max-width: 100%; }

.time-line div[data-number="10"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="10"] .photo {
  margin-top: 1rem;
  width: 80%; }
  .time-line div[data-number="10"] .photo img {
    width: 100%;
    max-width: 100%; }

.time-line div[data-number="12"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="12"] .photo {
  margin-top: 1rem;
  width: 80%; }
  .time-line div[data-number="12"] .photo img {
    width: 100%;
    max-width: 100%; }

.time-line div[data-number="13"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="13"] .photo {
  margin-top: 1rem;
  width: 80%; }
  .time-line div[data-number="13"] .photo img {
    width: 100%;
    max-width: 100%; }

.time-line div[data-number="14"] {
  background-image: url("./images/14-fondo.jpg");
  background-attachment: fixed;
  background-position: right bottom;
  background-size: cover;
  color: white; }
  .time-line div[data-number="14"] section {
    padding-bottom: 2rem; }
  .time-line div[data-number="14"] h2 {
    color: white;
    text-shadow: 1px 1px 2px black; }

.time-line div[data-number="15"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="15"] .photo {
  margin-top: 1rem;
  width: 80%; }
  .time-line div[data-number="15"] .photo img {
    width: 100%;
    max-width: 100%; }

.time-line div[data-number="16"] section {
  padding-bottom: 2rem; }

.time-line div[data-number="17"] section {
  padding-bottom: 2rem; }
