@font-face {
  font-family: "Gotham Rounded";
  font-style: normal;
  font-weight: bold;
  src: url("FONTES/GothamRounded-Bold.otf");
}

@font-face {
  font-family: "Gotham Rounded";
  font-style: italic;
  font-weight: bold;
  src: url("FONTES/GothamRounded-BoldItalic.otf");
}

@font-face {
  font-family: "Gotham Rounded";
  font-style: normal;
  font-weight: normal;
  src: url("FONTES/GothamRounded-Book.otf");
}
@font-face {
  font-family: "Gotham Rounded";
  font-style: italic;
  font-weight: normal;
  src: url("FONTES/GothamRounded-BookItalic.otf");
}
@font-face {
  font-family: "Gotham Rounded";
  font-style: normal;
  font-weight: 100;
  src: url("FONTES/GothamRounded-Light.otf");
}
@font-face {
  font-family: "Gotham Rounded";
  font-style: italic;
  font-weight: 100;
  src: url("FONTES/GothamRounded-LightItalic.otf");
}
@font-face {
  font-family: "Gotham Rounded";
  font-style: normal;
  font-weight: medium;
  src: url("FONTES/GothamRounded-Medium.otf");
}
@font-face {
  font-family: "Gotham Rounded";
  font-style: italic;
  font-weight: medium;
  src: url("FONTES/GothamRounded-MediumItalic.otf");
}

:root {
  font-size: 16px;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}


button {
  font-family: "Gotham Rounded";
  font-style: normal;
  font-weight: normal;
  color: #335695;
  font-size: 16px;
}
img {
  display: block;
}

body {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Gotham Rounded";
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  hyphens: none;
  opacity: 100%;
  transition: opacity 300ms ease-in;
}

a {
  text-decoration: none;
  color: #335695;
  transition: color 100ms;
}

a:hover {
  color: #f8940d;
}

.home {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #33559518;
  margin: 0 -50vw 50px;
  padding: 0 50vw;
}
.rodape {
  /*height: 100px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #33559518;
  margin: 7vw -50vw 0;
  padding: 0 50vw 10px;
  justify-content: space-between;
}
.contato {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
  text-align: right;
}
.inner-rodape {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.redes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 139px;
}
.rodape .redes a {
  width: 15%;
}
.logo {
  flex-grow: 1;
}
.img-logo {
  width: 120px;
}
.destaque {
  margin: 40px 0;
  max-width: 800px;
  max-height: 495px;
  overflow: hidden;
}
.destaque img {
  width: 100%;
  object-fit: cover;
}
.botao-menu {
  margin: 10px 10px;
  font-weight: normal;
}

.dropdown button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.dropdown-content a {
  display: block;
  padding: 10px 15px;
  font-size: 0.8em;
  font-weight: 100;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ebeff5;
  min-width: 100px;
  padding-top: 10px;
  z-index: 999;
  transition: display 3s;


}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover button {
  color: #f8940d;
}

.dropdown-content a:hover {
  background-color: hsl(216, 33%, 80%);
}

h2 {
  font-size: 1em;
  font-weight: normal;
  color: #335695;
  margin-top: 50px;
  margin-bottom: 25px;
}

h3 {
  font-size: 0.9em;
  font-weight: 100;
  color: #335695;
  margin: 40px 0 20px;
}

h4 {
  color: #335695;
  font-size: 0.5em;
  font-weight: 100;
  margin: 0;
}

p {
  color: black;
  font-size: 0.85em;
  font-weight: 100;
}
.carrossel {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  /*flex-wrap: wrap;*/
}

.categoria-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
.categoria {
  font-size: 0.85em;
  font-weight: 100;
}
.projeto {
  width: 192.5px;
  height: 247.5px;
  overflow: hidden;
  grid-area: 1/1;
  z-index: 10;
}

.projeto-overlap {
  max-width: 150px;
  max-height: 247.5px;
  color: #335695;
  text-align: center;
  justify-content: center;
  transition: opacity 100ms;
  grid-area: 1/1;
  font-size: 0.85em;
  font-weight: 100;
}

.ctg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-area: 1/1;
  z-index: 10;
}

.ctg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 100ms linear;
}

.main-cat:hover .ctg img {
  transform: scale(1.1)
}


.ctg-overlap {
  max-width: 150px;
  max-height: 247.5px;
  color: #335695;
  text-align: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 200;
  margin-bottom: 1em;
}

.main-cat:hover .ctg-overlap {
  font-weight: 400;
}

.projeto-overlap:hover {
  opacity: 100%;
}
.projeto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% bottom;
  transition: opacity 100ms;
}

.projeto img:hover {
  opacity: 15%;
}
.rodape img {
  width: 100%;
}

.rodape .logo-rodape {
  width: 120px;
  margin: 15px;
}

.socios, .funcionarios  {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: baseline;
  text-align: justify;
}

.apresentacao {
  display: flex;
  column-gap: 100px;
  place-items: center;
  justify-content: space-between;
}
.sobre {
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  place-items: center;
  justify-content: space-evenly;
  max-width: 375px;
  flex-wrap: wrap;
}

.sobre {
  font-size: 0.85em;
  max-width: 300px;
}
.sobre .descricao {
  font-size: 0.85em;
  max-width: 50%;
}
.apr-descricao{
  font-size: 1em;
  width: 50%;
}
.img-sobre{
  width: 150px;
  height: 150px;
}
.img-sobre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.descricao {
  text-align: justify;
  max-width: 50%;
}
.grid-projetos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  grid-auto-rows: 1fr;
}
.grid-cat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 30px;
  grid-auto-rows: 1fr;
  margin-top: 5em;
  margin-bottom: 6em;

}
.grid-categorias {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: space-between;
}

.main {
  max-height: 300px;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
  place-items: center;
}

.main-cat{
  height: 400px;
  place-items: center;
  overflow: hidden;
}

.prjt {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-area: 1/1;
  z-index: 10;
}

.prjt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 100ms;
}

.prjt img:hover {
  opacity: 15%;
}

.croqui {
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
  grid-area: 1/1;
  z-index: 10;
}

.croqui svg {
  display: block;
  width: 100%;
}

.croqui svg:hover text tspan {
  fill: #f8940d;
}

.imagens-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.portfolio img {
  height: 247.5px;
  object-fit: cover;
}

.portfolio {
  max-width: 200px;
  max-height: 247.5px;
  overflow: hidden;
  grid-area: 1/1;
  z-index: 10;
}

.croqui img {
  width: 100%;
}

.clientes{
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3em;
  row-gap: 2em;
  justify-content: space-evenly;
}

.img-cliente {
  max-width: 150px;
  max-height: 100px;
}
.img-cliente img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prep{
  opacity: 0%;
}

.menu-dropdown {
  display: flex;
  align-items: center;
}

.botao-menu-dropdown {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .projeto{
    width: 90%;
  }
  .carrossel {
    flex-direction: column;
    row-gap: 10px;
  }
  .destaque img {
    width: 90%;
    margin-left: 5%;
  }

  .home {
    height: 90px;
    width: 100%;
    padding: 0 5%;
    margin: 0;
  }
  h2, h3, p {
    width: 90%;
    margin-left: 5%;
  }
  .grid-cat {
    grid-template-columns: 1fr;
    row-gap: 30px;
    width: 90%;
    margin-left: 5%;
  }
  .rodape{
    margin: 30px 0 0;
    width: 100%;
    padding: 0 5% 10px;
  }
  .grid-projetos {
    width: 90%;
    margin-left: 5%;
    grid-template-columns: 1fr;
  }

  .socios, .funcionarios {
    flex-direction: column;
    align-items: center;
    text-align: justify;
  }
  .croqui {
    max-width: 100%;
    place-self: center;
  max-height: 50%;}

  .apresentacao {
    width: 90%;
    row-gap: 50px;
    margin-left: 5%;
    flex-wrap: wrap;
  }

  .apr-descricao{
    width: 100%;
    text-align: justify;
    margin: 0;
  }

  .menu-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    align-items: center;
    flex-direction: column;
    background-color: #ebeff5;
    z-index: 100;
    margin-left: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .botao-menu-dropdown {
    display: block;
    color: #335695;
    transform: scale(2);
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }
}
/* Centraliza o texto do carrossel e aplica estilo hover */
.main-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.projeto-overlap {
  margin-top: 0.5em;
  text-align: center;
  color: #335695;
  transition: color 200ms, text-shadow 200ms;
}

.main-cat:hover .projeto-overlap {
  color: #fd9208;
}
.projeto-overlap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projeto-overlap {
  width: 192.5px;         /* Mesma largura da imagem */
  margin: 0 auto;         /* Centraliza horizontalmente */
  text-align: center;     /* Centraliza o texto */
  color: #335695;
  font-size: 0.85em;
  font-weight: 100;
  display: block;         /* Garante que width e margin funcionem */
}
.categoria-link {
  display: block;
  text-align: center;
  color: #335695; /* cor padrão */
  text-decoration: none;
}
.main-cat {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.categoria-link {
  display: block;
  text-align: center;
  color: #335695;
  text-decoration: none;
  width: fit-content;
}

.ctg img {
  width: 250px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.ctg-overlap {
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  padding: 5px 0;
  color: #335695;
  transition: color 0.3s ease;
  text-align: center;
}

.categoria-link:hover .ctg-overlap {
  color: rgb(255, 146, 8);
}
.ctg-overlap {
  width: 250px;
  height: 60px;       /* dobra a altura */
  line-height: 60px;  /* centraliza o texto verticalmente */
  margin: 0 auto;
  font-weight: bold;
  color: #335695;
  transition: color 0.3s ease;
  text-align: center;
}

.categoria-link:hover .ctg-overlap {
  color: rgb(255, 146, 8);
}



.slick-prev:before, .slick-next:before {
    opacity: 1!important;
    color: #325494!important;
}