@font-face {
  font-family: 'Reckless';
  src: url(/wp-content/themes/cosmopoliticas/fonts/RecklessTRIAL-Regular.woff) format('woff');
}

#wpadminbar {
  display: none !important;
}
html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  color: black;
  background-color: #FAFFF2;
  font-family: 'Reckless';
  font-size: 16px;
}

.linha {
  height: 100vh;
  width: 33px;
  object-fit: cover;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999999999;
  mix-blend-mode: multiply;
}

.lazy {
  background-color: #FAFFF2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.in-view {
  opacity: 1;
  transform: translateY(0);
}

.not-in-view {
  opacity: 0;
  transform: translateY(20px); /* leve deslocamento para baixo */
}

.container-cs {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.pt-header {
  padding-top: 124px;
}

header {
  z-index: 999999999;
  height: 110px;
}
header .container-cs {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header01, .header02 {
  background-color: rgba(248,249,245,0.2);
  backdrop-filter: blur(40px);
}
.header03 {
  background-color: rgba(255,255,255,0);
}
.header-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 110px;
  background-color: rgba(248,249,245,0.3);
  backdrop-filter: blur(20px);
  z-index: 999999998;
}


.header02 img.assinatura, .header03 img.assinatura {
  display: none;
}
img.assinatura, img.oca {
  height:36px;
}
.assinatura-sm {
  display: none;
}
.menu {
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.menu p {
  font-size: 18px;
  margin: 0px;
  line-height: 1.5;
  transition: ease 0.5s;
}
.menu-categorias {
  width: 160px;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  margin-top: -3px;
}
.menu-categorias a {
  line-height: 1;
}
.menu p:hover {
  transform: translateY(4px);
  transition: ease 0.5s;
}
.menu small {
  transition: ease 0.5s;
}
.menu small:hover {
  transition: ease 0.5s;
  text-decoration: underline;
}


a, a:hover, a:visited, a:active {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

h1, h1 p {
  font-family: "Sora", sans-serif;
  font-weight: 300;
  margin: 0;
}
h2, h2 p {
  font-family: 'Reckless';
  font-size: 44px;
  font-weight: 400;
}
h4, h4 p {
  font-family: 'Reckless';
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
h5, h5 p {
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-top: 0px;
  line-height: 1.2;
}
small, small p {
  font-size: 10px;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
}
p {
  font-family: 'Reckless';
  font-size: 16px;
}
.sora {
  font-family: "Sora", sans-serif;
}
.reckless {
  font-family: 'Reckless';
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.gap-sm {
  gap: 0px;
}
.gap-bg {
  gap: 32px;
}
.gap-gg {
  gap: 40px;
}



/* single */

.single-txt {
  position: sticky;
  top: 0;
  right: 0;
  width: 50%;
  padding: 124px 40px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100dvh;
  height: 100dvh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.download {
  display: block;
  min-width: 120px;
  text-align: right;
}
.download small::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.5em;
  background-image: url('/wp-content/themes/cosmopoliticas/assets/download.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.single-imgs {
  width: 50%;
}
.single-imgs img {
  display: block;
  padding: 0px;
  margin-bottom: 2px;
}
.capa {
  width: 100%;
  height: 99dvh;
  object-fit: cover;
  object-position: center;
}
.capa-sm {
  display: none;
}
.ficha {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
  z-index: 999;
  padding-left: 60px;
  background-color: rgba(248,249,245,0.1);
  backdrop-filter: blur(10px);
  /* background-color: rgba(222,172,168,0.5); */
  transform: translateY(100%);
  transition: ease 0.5s;
}
.ficha.open {
  transform: translateY(0);
  transition: ease 0.5s;
  cursor: s-resize;
}
.ficha-mobile {
  display: none;
}


/* home */

.home.pt-header {
  padding-top: 110px;
}

.info-projeto {
  opacity: 0;
  transition: ease 0.5s;
}
.info-projeto div.flex:has(> small:only-child) {
  justify-content: flex-end;
}
.home-projeto:hover .info-projeto {
  opacity: 1;
  transition: ease 0.5s;
}
.ano {
  display: none;
}



/* index */

.titulo-index {
  top: 45%;
  transform: translate(-50%,-50%);
  left: 25vw;
}
.projetos-index {
  width: calc(50% + 80px);
  margin-left: auto;
}
.projetos-index a h4 {
  transition: ease 0.5s;
}
.projetos-index a:hover h4 {
  transform: translateX(8px);
  transition: ease 0.5s;
}
.projetos-index div.flex img {
  position: fixed;
  top: 50%;
  left: 25%;
  transform: translate(-50%,-50%);
  opacity: 0;
  width: 25vw;
}
.projetos-index div.flex:hover img {
  opacity: 1;
}


/* glossario */

.glossario {
  padding-left: 20px;
  position: relative;
}
.glossario .letra {
  width: calc((100% - 40px - (5*32px))/6);
  margin-bottom: 40px;
  float: left;
  box-sizing: border-box;
  padding: 4px;
}

.glossario p {
  font-size: 15px;
  text-align: justify;
}

.glossario h1 {
  font-size: 12vw;
  text-align: center;
  line-height: 1;
  margin: 0;
}

.titulo-oficinas, .titulo-conversas {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translate(-50%,-50%);
  width: 25vw;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
  opacity:1;
}
.carousel-control-next, .carousel-control-prev {
  width: 10%;
}
.carousel-control-next-icon {
  background-image: url('/wp-content/themes/cosmopoliticas/assets/arrow.svg');
}
.carousel-control-prev-icon {
  background-image: url('/wp-content/themes/cosmopoliticas/assets/arrow.svg');
  transform: rotate(180deg);
}


/* sobre */

.foto-sobre img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}
.background1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: -1;
}
.background2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  z-index: -1;
}
