@charset "UTF-8";
/*======================================================================= */
/* =========================== VARIAVEIS GLOBAIS ======================== */
@import url(fonte.css);
/* fonte */
/* cores */
/* ======================= FIM VARIAVEIS GLOBAIS =================== */
/*================================================================== */
/*========================================================================= */
/* =========================== GLOBAL STYLES ============================== */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
  /* Margin bottom by footer height */
  height: 100%;
}
/* End Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #f5f7f6;
  color: #57585a;
  font-size: 12px;
  font-family: 'suisse_bp_intl_regularregular', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  overflow: hidden;
}
img.img-fluid {
  margin: 0 auto;
}
a {
  color: #57585a;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}
/* =========================== END GLOBAL STYLES ========================== */
/*========================================================================= */
/* =========================== HEADER ========================== */
/*============================================================== */
/* =========================== END HEADER ========================== */
/*================================================================== */
/* =========================== FOOTER ========================== */
/*============================================================== */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f7f6;
  z-index: 99;
  padding: 0 20px;
}
.footer .logo a {
  color: #57585a;
  text-decoration: none;
  font-size: 16px;
}
.footer .nav-link {
  color: #57585a;
}
.footer .nav-link:hover {
  color: #747474;
}
.footer .logo img {
  max-width: 70px;
  height: auto;
}
/* =========================== END FOOTER ========================== */
/*================================================================== */
#inicial {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#inicial img {
  max-width: 100px;
}
.wrapper {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 200px 30px 20px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-item {
  display: inline-block;
  /*overflow: hidden;*/
  margin: 0px;
  padding: 0px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: baseline;
  align-self: baseline;
}
.wrap-tags h6 {
  font-weight: 700;
}
.wrap-tags h6.li-sub-tag {
  position: relative;
}
.wrap-tags h6 .sub-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 230px;
  background-color: #666;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  z-index: 999;
  vertical-align: top;
  text-align: left;
  padding-top: 15px;
  font-family: 'suisse_bp_intl_regularregular', sans-serif;
  display: none;
}
.wrap-tags h6 .sub-tag.sub-tag-last {
  position: absolute;
  top: 0px;
  left: -100px;
}
.wrap-tags h6 a:hover,
.wrap-tags h6 a:focus {
  color: #57585a;
  text-decoration: none;
}
.wrap-tags ul {
  list-style: none;
  padding-left: 0px;
}
.wrap-tags ul li a:hover {
  color: #747474;
  text-decoration: none;
}
.main-tags {
  display: block;
  width: 250px;
  height: 100%;
  text-align: left;
  padding: 20px 20px 60px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity 300ms, left 300ms;
}
.main-tags ul {
  list-style: none;
  padding-left: 0px;
  float: left;
  margin-right: 40px;
}
.main-tags ul.tags {
  margin-right: 0px;
}
.main-tags ul li a:hover,
.main-tags ul li a:focus {
  color: #747474;
  text-decoration: none;
}
.fullscreen_block {
  text-align: left;
  width: 100%;
  padding: 20px 20px 60px 13px;
}
.fullscreen_block .filters {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.fullscreen_block .filters ul {
  list-style: none;
  padding-left: 0px;
}
.fullscreen_block .filters ul li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #57585a;
  cursor: pointer;
}
.fullscreen_block .filters ul li span.active,
.fullscreen_block .filters ul li span.active:hover {
  background: #ffffff;
  color: #57585a;
}
.fullscreen_block .filters ul li a:hove {
  color: #747474;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}
.grid-item {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 4px;
}
.grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
.grid .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}
.grid .grid-item:hover .caption,
.grid .grid-item:hover .blur {
  opacity: 1;
}
.grid .grid-item .caption {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-grid {
  position: relative;
}
.grid .grid-item .blur {
  height: 100%;
  width: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.grid .grid-item .caption .caption-text {
  color: #fff;
  text-align: center;
}
.grid .grid-item .caption .caption-text h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}
.carousel {
  margin-bottom: 15px;
}
.project-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.project-caption {
  font-family: 'suisse_bp_intl_lightlight', sans-serif;
}
.project-description {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: transparent;
}
.carousel-control .icon-prev::before {
  font-family: 'icofont';
  content: '\eb5e';
}
.carousel-control .icon-next::before {
  font-family: 'icofont';
  content: '\eb61';
}
.li-sub-tag {
  position: relative;
}
.sub-tag {
  position: absolute;
  bottom: 60px;
  left: 10px;
  width: 200px;
  height: 230px;
  background-color: #666;
  color: #ffffff;
  font-weight: 400;
  z-index: 999;
  vertical-align: top;
  text-align: left;
  padding-top: 15px;
  font-family: 'suisse_bp_intl_regularregular', sans-serif;
  display: none;
}
.bt_close {
  position: absolute;
  display: block;
  line-height: normal;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  z-index: 100;
}
.bt_close i {
  cursor: pointer;
}
.sub-tag .content {
  overflow: auto;
  position: relative;
  padding: 15px;
  width: 200px;
  max-width: 100%;
  height: 210px;
}
.sub-tag .item {
  margin-bottom: 30px;
  line-height: normal;
}
.sub-tag .item span {
  display: block;
  margin-bottom: 10px;
}
.sub-tag .item a {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
}
#affiliates {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
}
#affiliates .box {
  display: inline-block;
  margin: 0 30px;
}
