<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.separador10 {
  width: 100%;
  height: 10px;
}

.separador20 {
  width: 100%;
  height: 20px;
}

.separador40 {
  width: 100%;
  height: 40px;
}

.separador60 {
  width: 100%;
  height: 60px;
}

.separador80 {
  width: 100%;
  height: 80px;
}

.separador100 {
  width: 100%;
  height: 100px;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  clear: both;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'FS-Siena';
  src: url(../fonts/FSSienaWeb-Regular.woff) format("woff"), url(../fonts/FSSienaWeb-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  clear: both;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.gp__container {
  padding: 0;
}

.gp__container--header {
  width: 100%;
  min-height: 100vh;
  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;
}

.gp__container--header .gp__titulo {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: 'FS-Siena', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(2.5em + 5vw);
  line-height: .8em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gp__container--header .gp__subtitulo {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1em + 1.2vw);
  color: #888;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gp__container--header .gp__txt--container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.gp__container--header .txt__container--img {
  width: 150px;
  padding-top: 70px;
}

.gp__container--header .gp__cpo--txt {
  display: inline-block;
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gp__container .gp__container--fondo {
  background-color: #ececeb;
  padding: 0 20px;
}

.gp__container .gp__container--fondo .gp__container--main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.gp__container .gp__container--fondo .gp__container--main .gp__container--item {
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.gp__container .gp__container--fondo .gp__container--main .gp__item--titular {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  font-family: 'FS-Siena', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(1.5em + 1.7vw);
  line-height: 1em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gp__container .gp__container--fondo .gp__container--main .gp__item--titular::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 3px;
  background-color: #444;
}

.gp__container .gp__container--fondo .gp__container--main .gp__item--link {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.3rem;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #acacac;
  text-decoration-color: #acacac;
}

.gp__container .gp__container--fondo .gp__container--main .gp__item--link:hover {
  cursor: pointer;
  color: #888;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 700px) {
  .gp__container .gp__cpo--txt {
    font-size: 1rem;
  }
  .gp__container .gp__container--fondo .gp__container--main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .gp__container .gp__container--fondo .gp__container--main .gp__item--link {
    font-size: .9rem;
  }
  .gp__container .gp__container--fondo .gp__container--main .gp__item--titular {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}
/*# sourceMappingURL=styles.css.map */</pre></body></html>