@charset "UTF-8";
* {
  margin: 0;
  scroll-behavior: smooth;
}

html,
body {
  box-sizing: border-box;
}

body {
  width: 100%;
}

footer {
  font-size: 0.8em;
  text-align: center;
  margin: 7em 0 2em 0;
}
footer a {
  -webkit-text-decoration: italic !important;
          text-decoration: italic !important;
  color: rgb(95, 95, 95) !important;
}

h1 {
  font-size: 1em;
}

h2 {
  color: rgb(95, 95, 95);
  font-style: italic;
  font-weight: 100;
  font-size: 1em;
  margin: 1em 0;
}

h3 {
  color: rgb(95, 95, 95);
  font-style: italic;
  font-weight: 100;
  font-size: 1em;
  margin: 1em 0;
  text-align: center;
}

hr {
  color: rgb(201, 201, 201);
  border-width: 1px;
  margin: 10px 0 20px 0;
}

p {
  color: #717171;
}

a,
li {
  cursor: pointer;
}

p,
li,
ul,
figcaption {
  font-family: "Goudy Old Style", serif;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #717171;
}
a:hover,
a:hover:hover,
a:visited:hover {
  opacity: 0.8;
}
a:active,
a:hover:active,
a:visited:active {
  opacity: 1;
}

a.link {
  color: rgb(0, 4, 255);
  text-decoration: underline;
}

a:active {
  color: rgb(27, 27, 27);
}

.margin-left-30 {
  margin-left: 30px;
}

summary {
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}
summary:hover {
  opacity: 0.7;
  cursor: pointer;
}
summary:active {
  opacity: 1;
}

.underline {
  text-decoration: underline;
}

.titulo-pagina {
  position: relative;
  top: 20px;
  left: 20px;
  font-size: 1.3em;
  letter-spacing: 0.05cm;
  font-weight: 100 !important;
  font-family: "Goudy Old Style", serif;
  z-index: 9990 !important;
  font-weight: 900;
}
.titulo-pagina a {
  color: rgb(27, 27, 27);
}

.dentro-da-nav {
  margin-bottom: 30px;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 800px) {
  .hc-offcanvas-nav .nav-container,
  .hc-offcanvas-nav .nav-wrapper,
  .hc-offcanvas-nav ul {
    background: rgba(255, 255, 255, 0) !important;
  }
}
.hc-offcanvas-nav {
  text-align: center;
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before,
.hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
  background: rgba(229, 0, 0, 0) !important;
}

.btn-voltar {
  cursor: pointer;
}

.categorias-obras a {
  color: rgb(95, 95, 95);
  font-style: italic;
  font-weight: 100;
  font-size: 0.8em;
  margin: 1em 0;
}

.spacer {
  height: 100px;
}

.spacer-50 {
  height: 50px;
}

.spacer-30vh {
  height: 33vh;
  display: none;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
}
@media (max-width: 768px) {
  .responsive-img {
    margin: 2em 0 1em 0;
  }
}
@media (min-width: 769px) {
  .responsive-img {
    margin: 4em 0 1em 0;
  }
}

.logo {
  height: auto;
  max-width: 80px !important;
  min-width: inherit !important;
  margin: 2em auto !important;
}

.clicable-img:hover {
  opacity: 0.9;
}
.clicable-img:active {
  opacity: 0.7;
}

.texto-contato {
  word-break: break-all;
  text-align: center;
}
.texto-contato h1 {
  font-weight: 400;
  max-width: 100%;
  margin: auto;
}

.texto-exposicoes {
  text-align: left;
  padding: 0 5px;
  line-height: 1.5;
  color: #717171;
}
.texto-exposicoes h1 {
  font-weight: 500;
  color: #717171;
}
.texto-exposicoes h2 {
  margin-top: 2em;
  font-weight: 500;
  font-size: 1em;
  color: #717171;
}
.texto-exposicoes p {
  margin-top: 0.5em;
}
.texto-exposicoes img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.texto-justificado {
  text-align: justify;
}
.texto-justificado p {
  text-indent: 50px;
  margin-bottom: 30px;
}
.texto-justificado p:first-of-type {
  margin-top: 50px;
}
.texto-justificado i {
  color: #717171;
}
.texto-justificado img {
  width: 100%;
}

.texto-justificado-com-margem {
  text-align: justify;
  max-width: 800px;
  margin: auto;
}
.texto-justificado-com-margem hr {
  max-width: 600px;
  margin: 40px auto;
}
.texto-justificado-com-margem p {
  margin: auto;
  text-indent: 0px;
}
.texto-justificado-com-margem img {
  max-width: 100%;
  max-height: 600px !important;
  margin: auto;
}

.texto-centralizado {
  text-align: center;
}

.texto-direita-azul {
  text-align: right;
  color: #717171;
}

.container-home {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Adicione isso ao seu arquivo CSS */
.hero-image {
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  max-width: 100%;
  background-image: url("/01-pages/01-index/02-images/S2_2022@Julia Thompson(2) copy.jpg");
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the background image */
  position: relative; /* Positioning context for any child elements */
  z-index: -1;
  overflow-x: hidden;
}

.pagina-inteira {
  height: 90vh;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container-home::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  padding: 50px;
  width: 100%;
  height: 110vh;
  z-index: -1;
  background-image: url(/11-resources/02-images/passaros-det-web.jpg);
  background-size: cover;
  background-position: center;
}

.container-geral {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 800px) {
  .container-geral {
    width: calc(100% - 400px);
    margin-left: 320px;
  }
}
.elemento-obra h1,
.elemento-obra figcaption {
  font-weight: 100;
  color: #717171;
  font-size: 13px;
  max-width: 85%;
  margin: auto;
  text-align: center;
  cursor: pointer !important;
}
.elemento-obra img {
  cursor: pointer !important;
}

.show-more-arrow {
  font-style: italic;
  z-index: 10;
  position: fixed;
  padding: 5px;
  top: 4em;
  right: 20px;
  text-align: right;
  font-size: 1.5em;
  font-weight: 400;
  color: #717171;
  width: 220px;
}
.show-more-arrow a:hover {
  text-decoration: underline;
}
.show-more-arrow .selected {
  text-decoration: underline;
}

details[open] {
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid #717171;
  border-style: double;
}

.modal {
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.modal p {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
  text-align: center;
}

.modal.open {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}

.full-img {
  position: absolute;
  max-width: auto;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: transform 250ms ease-out;
}

@media only screen and (max-width: 800px) {
  .full-img {
    left: 25%;
  }
}
.full-img.open {
  transform: translate(-50%, -50%) scale(1);
}

.subtitulos-arquivos {
  margin: 60px 0 10px 8px;
}

.FlexContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: flex-start;
  width: 100%;
  flex-direction: row;
}
.FlexContainer figure {
  text-align: center;
  padding: 1rem 1rem;
}
.FlexContainer figure figcaption {
  display: none;
}
.FlexContainer figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 600px;
  max-width: 100%;
  height: 450px;
  max-height: 40%;
}

.FlexContainer .myGallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.myGallery img {
  width: 100%;
}

.crop-height {
  height: 150px;
  overflow: hidden;
}

img.scale {
  display: block;
  max-width: 100%;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}
img.scale:hover {
  opacity: 0.7;
}

.carousel-container {
  width: 100%;
  margin: 0 auto;
  height: 20rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.carousel-container .item {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  animation: fade 0.3s ease-in-out;
}
.carousel-container .item .numbertext {
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 0.9375rem;
  font-size: 0.875rem;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-container .item .image {
  width: 100%;
  height: 100%;
  display: flex;
}
.carousel-container .item .image img {
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-container .item .text {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  position: absolute;
  bottom: 0;
  font-size: 0.9rem;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
}
.carousel-container .item .text .title {
  margin: 0.5rem 0 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.carousel-container .prev,
.carousel-container .next {
  width: 2rem;
  height: 2rem;
  padding: 0.3125rem;
  position: absolute;
  top: calc(50% - 1rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  transition: 0.6s ease;
  filter: drop-shadow(0 0 0.5rem rgb(0, 0, 0));
}
.carousel-container .prev:focus, .carousel-container .prev:hover,
.carousel-container .next:focus,
.carousel-container .next:hover {
  color: rgb(213, 213, 213);
}
.carousel-container .prev {
  left: 0.8rem;
}
.carousel-container .next {
  right: 0.8rem;
}
.carousel-container .dots {
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-container .dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.125rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #bbb;
  transition: background-color 0.6s ease;
}
.carousel-container .dots .dot:focus, .carousel-container .dots .dot:hover {
  background-color: #717171;
}

.content-container {
  position: fixed !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px !important;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}

@media only screen and (min-width: 800px) {
  .texto-exposicoes {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
  }
  .texto-exposicoes img {
    height: auto;
    min-width: 25em;
  }
  .banner {
    margin-bottom: 120px !important;
  }
  .banner .banner:first-of-type {
    margin-bottom: 0 !important;
  }
  .hidden-mobile {
    display: inherit;
  }
  .hidden-pc {
    display: none !important;
  }
  .full-img.open {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .myGallery {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 60px;
  }
  .projetos {
    width: calc(100vw - 300px);
    max-width: 70% !important;
    min-height: 800px;
  }
  .carousel-container {
    height: 40rem;
  }
}
@media only screen and (max-width: 800px) {
  .spacer-30vh {
    display: inherit;
  }
  .hidden-mobile {
    display: none !important;
  }
  .hidden-pc {
    display: flex;
  }
  .show-more-arrow {
    width: calc(100vw - 57px);
    max-width: calc(100vw - 57px);
  }
  .container-geral {
    margin: auto;
    max-width: 100%;
  }
}
/* Adicione isso ao seu arquivo CSS */
.full-height-image img {
  width: auto;
  height: 100vh; /* Ocupa toda a altura da viewport */
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover; /* Mantém a proporção da imagem */
  margin: 0; /* Remove margens */
  padding: 0; /* Remove paddings */
  min-height: 0; /* Reseta min-height */
  min-width: 0; /* Reseta min-width */
  pointer-events: none; /* Make the image non-interactable */
}
@media only screen and (min-width: 800px) {
  .full-height-image img {
    width: 100vw; /* Set width to 100vw on desktop */
    height: auto; /* Set height to auto on desktop */
  }
}

.nav-trigger {
  color: rgb(27, 27, 27);
  opacity: 1;
}

.mb-60 {
  margin-bottom: 60px !important;
}/*# sourceMappingURL=style.css.map */