@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*  font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.9rem;
}

a {
  color: #00695C;
  text-decoration: none;
}
a img.icon {
  height: 1.2em;
  vertical-align: sub;
}

* {
  box-sizing: border-box;
  line-height: 1.4em;
}

table {
  width: 100%;
}
table th, table td {
  vertical-align: middle;
}

svg {
  display: block;
}

label {
  position: relative;
}

.hidden {
  display: none !important;
}

.columnas-ajustadas {
  display: flex;
}
.columnas-ajustadas .columna {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.columnas-ajustadas .columna:not(:last-of-type) {
  margin-right: 1em;
}
.columnas-ajustadas.horizontal {
  flex-direction: column;
}
.columnas-ajustadas.horizontal .columna {
  flex-direction: row;
}
.columnas-ajustadas.horizontal .columna > * {
  margin-right: 1em;
}
.columnas-ajustadas.horizontal .columna > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1300px) {
  .columnas-ajustadas {
    flex-direction: column;
  }
}
.center {
  text-align: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bold {
  font-weight: bold;
}

body {
  background: rgba(236, 239, 241, 0.4666666667);
}

* {
  font-family: "Montserrat", "Arial", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

#header {
  padding: 0.5em 2em 0.5em 1em;
  background: rgba(246, 247, 248, 0);
  position: sticky;
  top: 0;
  z-index: 1;
}

nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#logo img {
  height: 5rem;
  max-height: 5em;
}

#menu {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#menu > li {
  display: block;
}
#menu > li > a {
  padding: 1em 1em;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

#content {
  min-height: 100vh;
}

body.is-scrolling-down #header {
  background: rgba(0, 0, 0, 0.4352941176);
}

.img-wrapper {
  width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  overflow: hidden;
}
.img-wrapper img {
  min-height: 100vh;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  width: 100vw;
  filter: brightness(0.5) contrast(1.1) opacity(0.8);
}

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