@font-face{
  font-family: "Tw Cen MT";
  src: url("../fonts/TwCenMt.eot");
  src: url("../fonts/TwCenMt.eot?#iefix")format("embedded-opentype"),
      url("../fonts/TwCenMt.woff")format("woff"),
      url("../fonts/TwCenMt.woff2")format("woff2"),
      url("../fonts/TwCenMt.ttf")format("truetype"),
      url("../fonts/TwCenMt.svg#Tw Cen MT")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

*{
  font-family: "Tw Cen MT" !important;
}

.nav-social {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 100%;

  color: #969595;
  padding: 21px 15px;
}

.nav-social a {
  font-size: 18px;
}

@media(max-width:767.98px) {
   #mainNavigation .navbar-nav li a {
    text-align: center;
  }
}






.client-box {
  background-color: #fff;
  box-shadow: 1px 3px 7px #eee;
  margin-bottom: 2.714em;
  padding: 40px;
}

.client-box .about-client {
  width: 32%;
  float: left;
}

.client-box .about-client p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}

.client-box .main-speech {
  padding-left: 40%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}


.main-speech p {
  font-size: 16px;
  margin-bottom: 0;
}


@media only screen and (max-width: 550px),
only screen and (max-device-width: 550px) {
  #galleryContent {
    padding: 0 !important;
  }
}











.well {
  margin: 0;
  padding: 13px 0 16px 0;
  border: none;
  border-bottom: 1px dotted rgb(0, 0, 0, .1);
}

.well p {
  margin-bottom: 0;
}

.comments {
  border-top: 1px dotted rgb(0, 0, 0, .1);
}

.tab-content {
  /* border: 1px solid #dadada; */
  border-top-color: transparent;
  border: transparent;
  /* margin-right: 3px; */
  /* padding: 24px; */
  /* background-color: rgb(218, 218, 218, .2); */
  margin-right: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 8px;
  border: none;
}

.tab-content>.active {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mapa-contato iframe {
  width: 100% !important;
}


.contact-form .btn-black {
  float: none;
  margin-top: 20px;
}



.feature-icon {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 45px;
  height: 120px;
  padding: 10px 0px 15px 3px;
  width: 120px;
}

.feature-content:hover .feature-icon {
  background-color: #313131;
  border: 1px solid #313131;
  color: #313131;
}

.footer-news {
  margin-bottom: 24px;
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 2s infinite pulseWhatsApp;
  z-index: 9999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px
}


@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7)
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}


.blog-item figure{
  width: 100%;
  /* height: 420px; */
  aspect-ratio: 4/3;
  overflow: hidden; 
}

.blog-item figure img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
}

.grid-servicos{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media(min-width:520px){
  .grid-servicos{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width:768px){
  .grid-servicos{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(min-width:1200px){
  .grid-servicos{
    grid-template-columns: repeat(4, 1fr);
  }
}



.dropdown-menu{ 
  z-index: 999999999999;
}



@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
      left: 0 !important;
      right: auto !important;
  }
}



.navbar-brand {
  height: auto;
  padding: 15px 15px;
}

.navbar-brand img{
  max-height: 52px;
}

.navbar-nav>li>a {
  line-height: 33px;
}

.nav-social{
  line-height: 40px;
}

.feature-icon{
  display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img{
  /* max-width: 65px; */
  max-width: 62%;
    filter: invert(1);
}


.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}



.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.swiper-button-next {
  right: -45px;
}

.swiper-button-prev {
  left: -45px;
}

@media(max-width:767.98px){
  .swiper-button-next {
    right: 45px;
    bottom: 0;
    top: 94%;
  }
  
  .swiper-button-prev {
    left: 45px;
    top: 94%;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #000;
}


.header-overlay{
  width: 100%;
  background-color: black;
}
.header-wrapper .header-wrapper-inner{
  position: relative;
  z-index: 2;
}
.header-wrapper .header-wrapper-inner .welcome-speech h1,
.header-wrapper .header-wrapper-inner .welcome-speech p {
  color: #fff;
  
}

#header{
  overflow-y: hidden;
}


.portfolio-item{
  margin-bottom: 0;
}


.mySwiperPortfolios .swiper-wrapper{
  padding-bottom: 20px;
}


.blog-heading h3 {
  margin-bottom: 5px;
  font-weight: 300;
  margin-top: 20px;

  /* font-size: 1.15em; */
  /* line-height: 1.5; */
  line-height: 1;
  margin-top: 0;

}

.blog-heading .date{
  display: inline-flex;
  line-height: 2;
  padding: 0 16px;
  background-color: #f7f7f7;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
}

.parceiro-figure{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}



.parceiro-img{
  max-height: 70px;
}

@media(max-width:991.98px){
  .parceiro-img{
    max-width: 150px;
    max-height: auto;
  }
}

.text-capitalize {
  text-transform:none !important;
}


.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #131313;
}

.btn-primary:hover {
  color: #fff;
  background-color: #131313;
  border-color: #000;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #131313;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #131313;
  border-color: #000;
}


.portfolio-item svg{
  width: 44px;
  height: 44px; 
}

footer svg{
  fill: #fff;
}

.section-sub-title {

  text-transform: none !important;

}

.contact-address .address-info .address-info-icon{
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact-address .address-info .address-info-icon svg {
  width: 30px;
  height: 30px; 
  fill: #dadada;
}


/* Esconde o ícone apenas para links com a classe no-hover 
a.no-hover>div {
  display: none !important;
}*/

.item-image a.no-hover>div {
  display: none !important;
}

.portfolio-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.portfolio-item{
  display: flex;
  flex-direction: column;

}

.portfolio-item .item-image a img {
  width: 100%;
}

@media (max-width: 767px) {
  .portfolio-item .item-description {
      padding: 16px;
  }
}

body, a, p, li{
  font-size: 16px;
}

.portfolio-item .item-description span.item-name{
  font-size: 22px;
  padding: 0 16px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}

.portfolio-item .item-description {
  padding: 15px 0px;
  padding-top: 0;
}