<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
}

a, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  height: 100vh;
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #1d71b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__container--txt {
  width: 100%;
  padding: 15px 20px;
  background-color: #11446e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__container--txt .header__item {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__container--txt .header__item .home {
  color: #FFFFFF;
  font-size: 0.7rem;
  padding-left: 10px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.header__container--txt .header__item .idioma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__container--txt .header__item .idioma a, .header__container--txt .header__item .idioma p {
  color: #FFFFFF;
  font-size: 0.9rem;
  padding-left: 10px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.header__container--txt .header__item .idioma .select {
  font-weight: 700;
}
.header__container--logo {
  width: 90%;
  max-width: 800px;
  margin-bottom: 100px;
}
.header__container--logo img {
  width: 100%;
}
.header__container--menu {
  width: 100%;
  max-width: 800px;
}
.header__container--menu p {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  width: 100%;
  text-align: left;
  padding: 0 30px;
  color: #FFFFFF;
}
.header__container--menu .menu--item {
  padding: 10px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__container--menu .menu--item ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__container--menu .menu--item ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 8fr 1fr;
}
.header__container--menu .menu--item ul li a, .header__container--menu .menu--item ul li p {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2rem;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__container--menu .menu--item ul li a:hover {
  letter-spacing: 3px;
}
.header__container--menu .menu--item ul li p {
  text-align: right;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .header__container--menu p {
    font-size: 4rem;
  }
  .header__container--menu .menu--item ul li a, .header__container--menu .menu--item ul li p {
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 3rem;
  }
}</pre></body></html>