/* mixin for multiline */
:root {
  font-family: 'Lato', sans-serif;
}

.slider {
  overflow: hidden;
  position: relative;
  height: 30rem;
  width: 100%;
}

.slider-list {
  padding: 0;
  list-style: none;
  position: absolute;
  margin: 0 auto;
  height: 100%;
  width: 200%;
}

.slider-list--item {
  float: left;
  width: 16.666%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.slider-list--item-link {
  text-decoration: none;
}

.slider-list--item-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}

.slider-list--content {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 1.4rem;
  box-sizing: border-box;
}

.slider-list--content:hover {
  background: rgba(0, 0, 0, 0.2);
}

.slider-list--content-tag {
  background: red;
  padding: 5px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
}

.slider-list--content-title {
  font-size: 1.8rem;
  color: #fff;
}

.slider-list--content-date {
  font-size: 1.2rem;
  line-height: 0;
  color: #fff;
}

.section-title-container {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  height: 45px;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  display: inline;
  padding: 0;
  margin: 0;
  padding-right: 12px;
  position: absolute;
  left: 0;
}

.section-title-line {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0.7rem;
  z-index: -1;
  background: #333;
}

.section-title-more {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background: #fff;
  padding-right: 15px;
  padding-top: 5px;
  box-sizing: border-box;
  padding-left: 15px;
  border: 1px solid #333;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.section-title-more:hover {
  background: #fafafa;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.8);
}

.section-title-more:active {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
}

.section-title-link {
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
}

.publication {
  background: #1d1d1d;
  width: 100%;
  height: 500px;
  position: relative;
}

.publication-container {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  width: 90%;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.publication-list {
  width: 400%;
  list-style: none;
  padding: 0;
  clear: both;
}

.publication-list--item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0;
}

.publication-list--item-container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.publication--image-container {
  float: left;
  height: 250px;
  margin-right: 20px;
  width: 200px;
}

.publication--image {
  object-fit: contain;
  object-position: 0% 0%;
}

.publication--content-container {
  box-sizing: border-box;
  color: #fff;
}

.publication--tag {
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 12px;
  background: red;
  font-size: 0.9rem;
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
}

.publication--content {
  color: #aaa;
  line-height: 1.5rem;
  overflow: hidden;
  position: relative;
  line-height: 1.5rem;
  max-height: 3rem;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.publication--content:before {
  content: ' . . .';
  position: absolute;
  right: 0;
  padding-right: 60px;
  padding-left: 2px;
  z-index: 1000;
  bottom: 0;
  background: #1d1d1d;
}
.publication--content:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #1d1d1d;
}

.publication--link {
  text-decoration: none;
}

.publication-nav {
  position: absolute;
  bottom: 8%;
  width: 100%;
}

.publication-nav-list {
  list-style: none;
  width: 180px;
  padding: 0;
  margin: 0 auto;
}

.publication-nav-list--item {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #7f7f7f;
  cursor: pointer;
}

.publication-nav--selected {
  background: #efefef;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c0c0c88;
  z-index: -1;
}

.galery {
  width: 100%;
  padding: 0;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.galery-image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
  background: #0c0c0c;
  filter: blur(1px);
  overflow: hidden;
  object-fit: cover;
}

.galery--section-title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 18px;
  color: #fafafa;
  border-bottom: 1px #8a8a8a solid;
}

.galery-list {
  list-style: none;
  padding: 0;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

.galery-list--item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  width: calc(20% - 4px);
  margin-right: 5%;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.galery-item--image-container {
  position: relative;
  height: 200px;
}

.galery-item--image {
  border-radius: 4px;
  object-fit: cover;
}

.galery-item--image-overlay {
  opacity: 0;
}

.galery-item--image-container:hover > .galery-item--image-overlay {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s all;
}

.galery-item--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}

.galery-item--title {
  font-size: 1rem;
  text-align: left;
  color: #fafafa;
  font-weight: 300;
  margin-left: 2px;
}

.news {
  clear: both;
  width: 100%;
  position: relative;
  height: 800px;
  margin-bottom: 50px;
}

.news-container {
  clear: both;
  box-sizing: border-box;
  margin: 5% auto 0 auto;
  width: 80%;
  height: 100%;
}

.news-featured {
  width: 60%;
  height: 100%;
  float: left;
}

.news-featured-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2px;
  background: red;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.news-featured--image {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.news-featured--description {
  color: #afafaf;
  line-height: 1.5rem;
  font-weight: 100;
  text-align: justify;
  text-justify: auto;
  overflow: hidden;
  position: relative;
  line-height: 1.6rem;
  max-height: 8rem;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.news-featured--description:before {
  content: ' . . .';
  position: absolute;
  right: 0;
  padding-right: 15px;
  padding-left: 2px;
  z-index: 1000;
  bottom: 0;
  background: white;
}
.news-featured--description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.news-featured--secondary {
  padding: 0;
  margin: 0;
  float: left;
  width: 40%;
}

.news-featured--secondary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 10%;
}

.news-featured--secondary-item {
  clear: both;
  height: 150px;
  position: relative;
  margin-top: 2.4rem;
}

.news-featured--secondary-image {
  width: 100px;
  height: 100px;
  float: left;
  object-fit: cover;
  border: 2px solid #aaa;
  border-radius: 5px;
  margin-right: 10px;
}

.news-featured--secondary-title {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}

.news-featured--secondary-date {
  font-size: 0.7rem;
  margin-top: -1rem;
  color: #777;
}

.news-featured--secondary-tag {
  font-size: 0.6rem;
  float: right;
  color: #fff;
  background: red;
  padding: 4px 6px;
  text-transform: uppercase;
}

.news-featured--secondary-description {
  font-size: 0.8rem;
  margin-top: 8px;
  color: #999;
  line-height: 1.1rem;
  overflow: hidden;
  position: relative;
  line-height: 1.2rem;
  max-height: 2.4rem;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.news-featured--secondary-description:before {
  content: ' . . .';
  position: absolute;
  right: 0;
  padding-right: 15px;
  padding-left: 2px;
  z-index: 1000;
  bottom: 0;
  background: white;
}
.news-featured--secondary-description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.news-featured--link-container {
  position: relative;
  top: 8px;
  font-size: 0.9rem;
}

.news-featured--link-container--right {
  font-size: 0.8rem;
  margin-left: 112px;
}

.news-featured--link-text {
  line-height: 0;
  margin-left: 1px;
  color: red;
  text-decoration: none;
}

.news-featured--link-border {
  background: red;
  width: 0;
  height: 3px;
  margin-top: 6px;
  transition: all 0.5s;
}

.news-featured--link-text:hover + .news-featured--link-border {
  width: 100%;
}

.article {
  margin-top: 120px;
  width: 80%;
  margin: 0 auto 50px auto;
}

.article-list-container {
  display: block;
}

.article--title {
  font-size: 1.2rem;
}

.article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both;
}

.article-list--item {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -2px;
  width: 30.5%;
  box-sizing: border-box;
  vertical-align: top;
}

.article-list--item:nth-child(2) {
  padding: 0;
  margin: 0 2.8%;
  display: inline-block;
  margin-left: 3.3333%;
  margin-right: 3.333%;
  width: 30.5%;
  box-sizing: border-box;
  vertical-align: top;
}

.article-list--item-link {
  text-decoration: none;
  color: #333;
}

.article-list--item:hover img,
.article-list--item--center:hover img {
  transform: scale(1.2);
}

.article-list--item-title {
  display: block;
  font-size: 1.1rem;
  margin-top: 4px;
}

.article-list--item-date {
  display: block;
  color: #777;
  font-size: 0.8rem;
  margin-top: 4px;
  padding-bottom: 8px;
}

.article-list--image-container {
  overflow: hidden;
}

.article-list--image {
  object-fit: cover;
  height: 225px;
  transition: all 1s;
}

.document {
  width: 80%;
  margin: 0 auto 50px auto;
}

.document-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

.document-list--item {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  background: #3b8686;
  width: 30.5%;
  box-sizing: border-box;
  height: 200px;
  vertical-align: top;
}

.document-list li:nth-child(2) {
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 3.3333%;
  background: #3b8686;
  margin-right: 3.333%;
  width: 30.5%;
  box-sizing: border-box;
  height: 200px;
  vertical-align: top;
}

.document-list--item:hover,
.document-list--item--center:hover {
  background: #2a7a7a;
}

.document-list--link {
  text-decoration: none;
  height: 100%;
  color: #fff;
  display: block;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  padding-top: 3rem;
}

.document-list--icon {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 4rem;
}

.mobile-see-more-container {
  display: none;
}

.mobile-see-more-link {
  text-decoration: none;
  color: #777;
}

.mobile-see-more {
  height: 30px;
  padding: 0 30px;
  border-radius: 20px;
  border: 1px solid #777;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.9rem;
  padding-top: calc(40px - 2.15rem);
}

.mobile-see-more:hover {
  background: #fafafa;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.8);
}

.mobile-see-more:active {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
}

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