* {
  -webkit-font-smoothing: antialiased;
}
html {
  height: 100%;
}
body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: black;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 100%;
  padding-bottom: 100px;
  position: relative;
  text-rendering: optimizeLegibility;
}
body p {
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
body img {
  height: auto;
  max-width: 100%;
}
#header {
  background: #161A1D;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1200;
}
#header a.logo {
  display: table;
  margin: 25px 5px;
}
#header a.logo img {
  height: auto;
  width: 216px;
}
#header .top-navigation {
  float: right;
}
#header .top-navigation .menu {
  float: left;
  margin: 0 22px 0 0;
  padding: 0;
}
#header .top-navigation .menu li {
  display: inline-block;
  margin-right: 22px;
  position: relative;
}
#header .top-navigation .menu li:last-child {
  margin-right: 0px;
}
#header .top-navigation .menu li.current-menu-item a {
  color: #F86C1F;
}
#header .top-navigation .menu li a {
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 80px;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#header .top-navigation .menu li a:hover {
  color: #F86C1F;
}
#header .top-navigation .menu li a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 100%;
}
#header .top-navigation .menu li a::after {
  -moz-transition: opacity 0.3s cubic-bezier(0.455,0.03,0,1), width 0.4s cubic-bezier(0.785,0.135,0.15,0.86);
  -o-transition: opacity 0.3s cubic-bezier(0.455,0.03,0,1), width 0.4s cubic-bezier(0.785,0.135,0.15,0.86);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455,0.03,0,1), width 0.4s cubic-bezier(0.785,0.135,0.15,0.86);
  background: #F86C1F;
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  height: 1px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.455,0.03,0,1), width 0.4s cubic-bezier(0.785,0.135,0.15,0.86);
  width: 0%;
}
#header .top-navigation p.phone {
  color: white;
  float: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 80px;
  margin: 0;
  margin-right: 22px;
}
#header .top-navigation .search-icon {
  float: right;
  line-height: 80px;
}
#header .top-navigation .search-icon a:hover i {
  color: #F86C1F;
  cursor: pointer;
}
#header .top-navigation .search-icon i {
  color: white;
}
#header .top-navigation .search-icon .overlay-slidedown {
  -webkit-transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  background: rgba(0,0,0,0.9);
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 1200;
}
#header .top-navigation .search-icon .overlay-slidedown.open {
  -webkit-transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out;
  visibility: visible;
}
#header .top-navigation .search-icon .overlay-slidedown .search-row {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  text-align: center;
  top: 50%;
}
#header .top-navigation .search-icon .overlay-slidedown .search-row .overlay-close {
  background: url('../img/cross.png') no-repeat center center;
  border: none;
  color: transparent;
  height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-indent: 200%;
  top: 5px;
  width: 30px;
  z-index: 100;
}
#header .top-navigation .search-icon .overlay-slidedown .search-row input {
  background: rgba(0,0,0,0);
  border: medium none;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: normal;
  outline: medium none;
  vertical-align: middle;
  width: 95%;
}
#header ul.social {
  display: table;
  float: left;
  margin: 0 11px 0 0;
  padding: 28px 0;
}
#header ul.social li {
  float: left;
  list-style: none;
  margin-right: 11px;
}
#header ul.social li a {
  background: url('../img/ico-social.png') no-repeat;
  display: block;
  height: 24px;
  text-indent: -999em;
  width: 24px;
}
#header ul.social li a:hover {
  opacity: .8;
}
#header ul.social li a.facebook {
  background-position: left center;
}
#header ul.social li a.vimeo {
  background-position: center center;
}
#header ul.social li a.instagram {
  background-position: right center;
}
#slides {
  bottom: 0;
  position: absolute !important;
  top: 80px;
}
#slides .slider-title {
  background: rgba(0,0,0,0.3);
  bottom: 30px;
  color: #fff;
  left: 0px;
  padding: 20px 30px;
  position: absolute;
  z-index: 1000;
}
#slides .slider-title h3 {
  font-size: 26px;
  letter-spacing: 1px;
  margin-top: 0;
  text-transform: uppercase;
}
#slides .slider-title p {
  margin-bottom: 0;
}
#slides a.slider-title:hover {
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  background: rgba(0,0,0,0.5);
  outline: 0;
  text-decoration: none;
  transition: all .2s ease-out;
}
#slides .slides-controler {
  bottom: 14px;
  position: absolute;
  right: 30px;
  z-index: 1000;
}
#slides .slides-controler .slides-navigation {
  bottom: 40px;
  margin: 0 auto;
  position: relative;
  right: 20px;
  width: 145px;
  z-index: 3;
}
#slides .slides-controler .slides-navigation,
#slides .slides-controler .slides-navigation a {
  float: left;
}
#slides .slides-controler .slides-navigation a {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 38px;
  line-height: 35px;
  margin-left: 10px;
  outline: none;
  position: static;
  text-align: center;
  width: 38px;
}
#slides .slides-controler .slides-navigation a:hover {
  background: #fff;
}
#slides .slides-controler .slides-navigation a:hover i {
  color: #323232;
}
#slides .slides-controler .slides-navigation a.share-now {
  position: relative;
  z-index: 1200;
}
#slides .slides-controler .slides-navigation a i {
  font-size: 16px;
  color: #fff;
}
#slides .slides-pagination {
  display: none;
}
.share-info {
  background: rgba(0,0,0,0.85);
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed !important;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 12000;
}
.share-info ul {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 21.25em;
  z-index: 1200;
}
.share-info ul li {
  display: inline-block;
  margin: 1.875em;
}
.share-info ul li a {
  -webkit-transition: color 300ms ease;
  color: #fff;
  display: block;
  height: 3.125em;
  line-height: 3.125em;
  outline: none;
  padding: 0;
  text-align: center;
  transition: color 300ms ease;
  width: 3.125em;
}
.share-info ul li a:hover {
  color: #F86C1F;
}
.share-info ul li a i {
  font-size: 40px;
}
.share-info a.share-close {
  -webkit-transition: color 300ms ease;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  height: 38px;
  line-height: 35px;
  position: absolute;
  right: 40px;
  text-align: center;
  text-decoration: none;
  top: 40px;
  transition: color 300ms ease;
  width: 38px;
  z-index: 1;
}
.share-info a.share-close:hover {
  border-color: #F86C1F;
  color: #F86C1F;
}
.share-info a.share-close i {
  font-size: 16px;
}
.white-box {
  background: #fff;
  margin-bottom: 80px;
  margin-top: 50px;
  padding: 50px;
  width: 100%;
}
.white-box .page-content {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
.white-box .page-content h1.the-title {
  font-size: 36px;
  text-transform: uppercase;
}
.white-box .page-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 40px;
}
.white-box .page-content img.avatar {
  margin: 60px 0;
}
.page-propostas .the-content {
  overflow: hidden;
}
.page-propostas .the-content a {
  background: url('../img/ico-pdf.png') no-repeat center 5px #FBFBFB;
  border: 1px solid #F0F0F0;
  color: #F86C1F;
  display: block;
  float: left;
  line-height: 16px;
  margin: 0 15px 30px;
  padding: 63px 5px 5px;
  vertical-align: bottom;
  width: 212px;
}
.page-propostas .the-content a:hover {
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  background-color: #F5F5F5;
  outline: 0;
  text-decoration: none;
  transition: all .2s ease-out;
}
.wpcf7 .form-group {
  text-align: left;
}
.wpcf7 .form-group label {
  color: #777;
  font-weight: normal;
  margin-bottom: 0;
}
.wpcf7 .form-group .form-control {
  border-color: #E8E8E8;
  border-radius: 0;
  box-shadow: none;
  min-height: 40px;
}
.wpcf7 .btn {
  background: #323232;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  line-height: 15px;
  margin-top: 20px;
  outline: 0 none;
  padding: 12px 20px;
  text-transform: uppercase;
}
.wpcf7 .btn:hover {
  background: #F86C1F;
}
.wpcf7 .btn,
.wpcf7 .btn:hover {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: none;
  outline: 0;
}
#filters li a.is-checked {
  color: #F86C1F;
}
.masonry-list.without-text {
  padding-bottom: 30px;
}
.masonry-list.without-text .post-item {
  padding: 5px 0;
  margin-bottom: 0;
}
.search-title {
  font-size: 18px;
  padding: 0 20px;
  text-transform: uppercase;
}
.search-error {
  margin-top: 40px;
  padding: 0 20px;
}
.search-error p {
  font-size: 16px;
}
.search-error a {
  color: #F86C1F;
}
.ias-noneleft,
.ias-spinner {
  bottom: 0;
  font-size: 16px;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
}
.post.hentry {
  margin-bottom: 70px;
}
.post.hentry .post-header {
  align-items: center;
  background: black;
  border-bottom: 1px solid #33373A;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-top: 30px;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.post.hentry .post-header h1 {
  color: white;
  font-size: 36px;
  letter-spacing: 1px;
}
.post.hentry .post-header .cat {
  color: #A2A2A2;
}
.post.hentry .post-header .cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post.hentry .post-header .cat ul li {
  display: inline-block;
}
.post.hentry .post-header .cat ul li::after {
  content: ' /';
}
.post.hentry .post-header .cat ul li:last-child::after {
  content: '';
}
.post.hentry .post-header a.share-now {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 38px;
  line-height: 35px;
  margin-left: 10px;
  outline: none;
  position: relative;
  text-align: center;
  width: 38px;
  z-index: 1200;
}
.post.hentry .post-header a.share-now:hover {
  background: #fff;
}
.post.hentry .post-header a.share-now:hover i {
  color: #323232;
}
.post.hentry .post-header a.share-now i {
  font-size: 16px;
  color: #fff;
}
.post.hentry .post-blog p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 50px;
}
.post.hentry .post-blog iframe {
  width: 100%;
}
.post.hentry .post-blog img {
  border: 8px solid #FFF !important;
  height: auto;
  width: 100%;
}
.post.hentry .post-blog dt.gallery-icon.portrait {
  margin: 0 auto;
  width: 50%;
}
.post.hentry .post-blog blockquote {
  border: 0;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
  width: 70%;
}
.post.hentry .post-blog blockquote p {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.post.hentry .post-blog blockquote p em {
  opacity: 0.9;
  font-family: serif;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: none;
}
.fb-comments,
.fb-comments * {
  width: 100% !important;
}
@media (min-width: 768px) {
  .post.hentry .post-blog iframe {
    height: 410px;
  }
}
@media (min-width: 992px) {
  .post.hentry .post-blog iframe {
    height: 530px;
  }
}
@media (min-width: 1200px) {
  .post.hentry .post-blog iframe {
    height: 650px;
  }
}
.pagination-row {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 70px;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.pagination-row .prev-post,
.pagination-row .next-post {
  min-height: 38px;
  width: 45%;
}
.pagination-row .prev-post {
  float: left;
  text-align: left;
}
.pagination-row .prev-post .arrow {
  float: left;
  margin-right: 20px;
}
.pagination-row .next-post {
  float: right;
  text-align: right;
}
.pagination-row .next-post .arrow {
  float: right;
  margin-left: 20px;
}
.pagination-row .post-list-link {
  float: left;
  margin-top: 8px;
  text-align: center;
  width: 10%;
}
.pagination-row .post-list-link a {
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  color: #d2d2d2;
  display: inline-block;
  font-size: 16px;
  height: 38px;
  line-height: 27px;
  outline: none;
  padding: 5px;
  width: 38px;
}
.pagination-row .post-list-link a:hover {
  background: #323232;
  border-color: #323232;
  color: #fff;
}
.pagination-row a {
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  outline: 0;
  text-decoration: none;
  transition: all .2s ease-out;
}
.pagination-row a i,
.pagination-row a:hover i {
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.pagination-row a .arrow {
  color: #e5e5e5;
  font-size: 50px;
  line-height: 50px;
}
.pagination-row a .pagination-txt {
  display: inline-block;
  margin-top: 8px;
}
.pagination-row a .pagination-txt span {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}
.pagination-row a .pagination-txt h5 {
  color: #606060;
  font-size: 12px;
  font-weight: 300;
  margin: 3px 0;
  text-transform: none;
}
#footer {
  background: #fff;
  border-top: 1px solid #eeeded;
  bottom: 0;
  height: 80px;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  width: 100%;
}
.home #footer {
  display: none;
}
#wpfront-scroll-top-container {
  background: rgba(255,255,255,0.75);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.1);
  margin-right: -32px;
  right: 50% !important;
}
#wpfront-scroll-top-container:hover {
  background: rgba(255,255,255,0.9);
  cursor: pointer;
}
@media (max-width: 768px) {
  #header {
    height: 120px;
  }
  #header ul.social {
    float: right;
    padding: 22px 0;
    margin-right: 0;
  }
  #header ul.social li:last-child {
    margin-right: 0;
  }
  #header .top-navigation {
    display: table;
    float: none;
    margin: 0 auto;
  }
  #header .top-navigation .menu {
    margin: 0;
  }
  #header .top-navigation .menu li {
    margin-right: 11px;
  }
  #header .top-navigation .menu li:last-child {
    margin-right: 0;
  }
  #header .top-navigation .menu li a {
    line-height: 40px;
  }
  #header .top-navigation .search-icon {
    line-height: 40px;
  }
  #slides {
    top: 120px;
  }
  .grid {
    margin-left: 20px;
  }
  .grid figure:hover h2 {
    font-size: 14px;
    padding: 1em;
  }
  .white-box {
    padding: 30px 15px;
  }
  .white-box .page-content {
    width: 100%;
  }
}
