@font-face {
  font-family: 'Harabara';
  src: url('../font/harabara.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
  height: inherit;
}
[data-aos=fade-left] {
  transform: translate3d(0px,0,0) !important;
}
main a {
  text-decoration: none;
}
[data-aos=fade-right] {
  transform: translate3d(0px,0,0) !important;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-family: 'Harabara', 'Roboto Condensed', sans-serif;
}
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.bg-white {
  transition: 1.5s;
}

.oculta-logo {
  display: none;
  transition: 1s;
}

@media (min-width: 576px) {
  .navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: auto;
    width: 200px;
  }
}

.navbar-basic .nav-link {
  color: #f2f6f6;
  transition: 1s;
}

.navbar-basic .nav-link:hover, .nav-link:focus {
  color: #BDBDBD;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #BDBDBD;
}

.dropdown-item {
  text-transform: uppercase;
}

h1 {
  font-weight: 900;
  color: rgb(51,51,51);
  text-align: center;
  margin-bottom: 30px;
}

section {
  padding: 15px 0px;
}

.header {
  padding: 15px 0px;
}

p {
  color: rgb(166,163,162);
}

.clean-interno {
  margin-top: 100px;
}

.texto_destaque {
  line-height: 28px;
  font-size: 1.15rem;
  padding-top: 10px;
  text-align: justify;
}

.texto_geral {
  font-size: 1.15rem;
}

.texto_interno {
  font-size: 1.20rem;
  text-align: justify;
  color: rgb(51, 51, 51);
}

.titulo_interno {
  text-align: start;
  padding-top: 20px;
}

.titulo_interno-obras {
  text-align: center;
}

.texto_destaque {
  font-size: 1.15rem;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 35px;
}

.subtitulo-destaque {
  margin-bottom: 100px !important;
  color: #f2f2f2;
}

.subtitulo-destaque-servicos {
  color: #333333;
}

.subtitulo-destaque-interno {
  color: #333333;
}
.icones_destaque {
  font-size: 3.5rem;
  color: rgb(237,50,55);
  text-shadow: 0 0 1px #fff, 0 0 2px #fff;
}
.beneficios {
  font-size: 1.10rem;
  line-height: 28px;
  text-align: justify;
  color: rgb(51,51,51);
}

.background-parallax {
  background-image: url(/assets/img/img/background-parallax.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.background-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity by changing last value (0.5) */
  z-index: 1;
}

.background-parallax > * {
  position: relative;
  z-index: 2;
}

.h3-features {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(237,50,55);
  margin-bottom: 0.3rem !important;
}

.destaques p {
  color: rgb(255,255,255);
}

.destaques-interno p {
  color: rgb(51,51,51);
}

.card-text {
  font-size: 1.25rem !important;
  color: rgb(51,51,51);
}

/* Card */

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.055);
  cursor: pointer;
}

/* Footer */

.page-footer {
  background-color: rgba(237,50,55);
  padding-top: 30px;
  text-align: center;
  color: #FFF;
}

.page-footer p {
  font-size: 1.15rem;
}

.page-footer .footer-copyright {
  background-color: rgb(128,7,9);
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid rgb(128,7,9);
}

.page-footer .footer-copyright p {
  margin: 10px;
  color: #FFF;
}

.page-footer .footer-copyright img {
  height: 90px;
  width: 112px;
}

.footer_address {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: right;
}

.footer_address svg {
  padding-right: 8px;
  font-size: 1.9rem;
}

.page-footer a {
  color: white;
}

.page-footer a:hover {
  color:#f2f2f2;
}

.page-footer a:focus {
  color:#f2f2f2;
}

/* Área central */

.foto {
  position: relative;
  z-index: 1;
}


.item {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.item-mask {
  position: absolute;
  clip-path: polygon(0 87%, 0 100%, 100% 100%);
  background-color: rgba(128,7,9,0.9);
  transition: all 0.3s ease;
  left: 12px;
  bottom: 0px;
  width: 95%;
  height: 40%;
  transform: rotate(0deg);
  z-index: 100;
  transition: all 0.3s ease;
}

.item-mask2 {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 13%);
  background-color: rgba(128,7,9,0.9);
  transition: all 0.3s ease;
  right: 12px;
  top: 0;
  width: 97%;
  height: 40%;
  transform: rotate(0deg);
  z-index: 100;
  transition: all 0.3s ease;
}

/* Efeito hover */
.item:hover .item-mask {
  clip-path: polygon(0 60%, 0 100%, 100% 100%);
  background-color: rgba(128,7,9,1);
  cursor: pointer;
}

.item:hover .item-mask2 {
    clip-path: polygon(100% 0, 0 0, 100% 40%);
    background-color: rgba(128,7,9,1);
}

@media (max-width: 991px) {
  .item-mask {
    bottom: 0px;
    width: 95%;
  }
  .item-mask2 {
    width: 95%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .item-mask {
    bottom: 196px;
    width: 95%;
  }
  .item-mask2 {
    width: 95%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .item-mask {
    bottom: 0px;
  }
}

.foto_destaque {
  transition: 4s;
}

.foto_destaque:hover {
  transform: scale(2);
}

.collection {
background-image: url(/assets/img/img/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
background-size: cover;
}

.bck-services::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}


.btn-services {
  background-color: rgba(30, 72, 81,0.89);
  color: #FFF;
  border-color: rgba(30, 72, 81,0.89);
  transition: 1s;
  font-size: 22px;
  padding: 12px 40px;
  text-transform: uppercase;

}

.btn-services:hover {
  background-color: rgba(54,52,53,1);
  border-color: rgba(54,52,53,1);
  color: #FFF;
}


/* Auxílio */

.hack_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: #ffffff;
}

.dev__link .dev__arco:hover {
  color: #f9a13f;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

/* FIm Link Dev */

.bg-white {
  transition: 1.5s;
}

.photos_gallery {
  border-radius: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: .3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.photos_gallery:hover {
  -webkit-filter: none;	
	filter: none;	
  transform: scale(1.1)
}

@media (min-width: 1400px) {
  .photos_gallery {
    height: 200px;
  }
}

/* Fale Conosco */

.contato_conteudo a {
  color:#333;
  text-decoration: none;
}

.contato_conteudo a:hover {
  color: #BDBDBD;
}

.contato_conteudo i {
  color: rgba(128,7,9);
}

.social_icons {
  padding-right: 10px;
}

/* Ajustes NavBar */

.languages {
  padding-left: 10px;
  padding-bottom: 30px;
}

.icons_languages {
  list-style: none;
  display: inline-flex;
  padding: 0;
}

.flag {
  padding-right: 5px;
}

.flag:hover {
  opacity: 0.7;
}

.flag__icons {
  width: 25px;
}

/* Box Imagens */

.materiais__box__img {
  width: 100%;
  height: auto;
  padding-bottom: 80%;
  border: solid 5px #f8f8f8;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: ease-in-out 0.3s all;
  background-size: cover;
  position: relative;
}

.materiais__box__img:hover {
  transform: scale(1.1);
}

.materiais__box__selo {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.materiais__box__selo-img {
  width: 140px;
  height: 140px;
}

.materiais__box__name {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.materiais__box__produto {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: rgb(22, 85, 185);
  text-transform: uppercase;
}

.materiais__box__titulo {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.materialview__default_image__img {
  border: solid 2px #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  border-radius: 20px;
}

.materialview__paginated_image__box {
  border: solid 5px #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  float: left;
  width: 100%;
}

.materialview__paginated_image__part {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 39.5%;
  background: #eee no-repeat 50% 50%;
  display: inline-block;
  -webkit-background-size: cover;
  background-size: cover;
}

.materialview__paginated_image__part--2 {
  transform: rotateY(180deg);
}

.materialview__paginated_image__part--3 {
  transform: rotateX(180deg);
}

.materialview__paginated_image__part--4 {
  transform: rotateY(180deg) rotateX(180deg);
}

.materialview__qrcode__content {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.materialview__qrcode__img {
  width: 150px;
}

.materialview__qrcode__text {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  font-weight: 300;
}

.photos_gallery {
  border-radius: 20px;
  border: solid 2px #fff;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
}

.photos_gallery:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

/* Ativar Dropdown com Mouse Over */

@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
  ul.navbar-nav div.dropdown-submenu:hover > div.dropdown-menu {
    display: block;
  }
}

/* Ajustes fotos internas */

.service-image {
  width: auto;
  height: 400px;
  border: solid 5px #f8f8f8;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: ease-in-out 0.6s all;
}
.service-image:hover {
  transform: scale(1.025);
}

/* Grid de Obras e titulo flutuante */

.clean-interno {
  padding-top: 0;
  position: relative;
}

.floating-title {
  position: fixed;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;  
  padding: 0;
  text-align: center;
  pointer-events: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Ajuste para quando houver scroll na página */
body.scrolled .floating-title {
  opacity: 0;
  visibility: hidden;
}

.floating-title .titulo_interno {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.floating-title .texto_interno {
  color: rgba(255, 255, 255, 0.95);
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Mantenha os estilos atuais para quando houver hover */
.projects-grid:hover .floating-title {
  opacity: 0;
  transform: translate(-50%, -60%);
}

.projects-grid:not(:hover) .floating-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Modificação para o grid ficar logo abaixo da navbar */
.projects-grid {
  margin-top: 0;
  position: relative;
}

.projects-grid .category-item {
  height: 100vh; /* Altura total da visualização */
  min-height: 600px;
}

/* Responsividade para o título */
@media (max-width: 992px) {
  .floating-title .titulo_interno {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .floating-title .titulo_interno {
    font-size: 3rem;
  }
  
  .floating-title .texto_interno {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .floating-title .titulo_interno {
    font-size: 2.2rem;
  }
}

.projects-grid {
    --overlay-color: rgba(0, 0, 0, 0.65);
    --text-color: #ffffff;
    --accent-color: #d9a45b;
    /* margin-bottom: 2rem; */
}

.projects-grid .category-item {
    position: relative;
    overflow: hidden;
    height: 70vh;
    max-height: 600px;
}

.projects-grid .category-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.projects-grid .img-container {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.projects-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.projects-grid .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.projects-grid .content {
    padding: 2rem;
    text-align: center;
    color: var(--text-color);
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.projects-grid .category-title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color: var(--text-color);
}

.projects-grid .view-more {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.1s;
}

.projects-grid .view-more .btn-text {
    margin-right: 0.75rem;
    position: relative;
}

.projects-grid .view-more .btn-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: var(--accent-color);
    transition: width 0.3s ease;
}

.projects-grid .view-more i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

/* Efeitos hover */
.projects-grid .category-item:hover .overlay {
    opacity: 1;
}

.projects-grid .category-item:hover img {
    transform: scale(1.08);
}

.projects-grid .category-item:hover .content {
    transform: translateY(0);
}

.projects-grid .category-item:hover .view-more {
    opacity: 1;
    transform: translateY(0);
}

.projects-grid .category-item:hover .view-more .btn-text:after {
    width: 100%;
}

.projects-grid .category-item:hover .view-more i {
    transform: translateX(5px);
}

/* Media queries para responsividade */
@media (max-width: 992px) {
    .projects-grid .category-item {
        height: 50vh;
    }
}

@media (max-width: 768px) {
    .projects-grid .category-item {
        height: 40vh;
    }
    
    .projects-grid .category-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .projects-grid .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .projects-grid .category-item {
        height: 35vh;
    }
}

/* Ajustes para o FAB do orçamento */
.orcamento-fab {
    position: fixed;
    top: 150px;
    right: 30px;
    display: flex;
    align-items: center;
    z-index: 1050;
    transform: translateX(120%);
    transition: transform 0.5s ease;
}

.orcamento-fab.show-fab {
    transform: translateX(0);
}

.orcamento-mensagem {
    background-color: white;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 200px;
    color: #333;
    font-size: 0.9rem;
    border-left: 4px solid rgb(237,50,55);
}

.orcamento-mensagem p {
    margin-bottom: 0.25rem;
}

.fab-button {
    width: 60px;
    height: 60px;
    background-color: rgba(128,7,9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.fab-button:hover {
    background-color: rgb(237,50,55);
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}

.fab-button i {
    font-size: 24px;
}

@media (max-width: 768px) {
    .orcamento-mensagem {
        display: none;
    }
    
    .orcamento-fab {
        bottom: 20px;
        right: 20px;
    }
}

/* Ajustes para galeria de fotos */

.exibe-fotos {
  transition: 1s;
}

.exibe-fotos:hover {
  transform: scale(1.025);
}