:root {
  --branco: #F3F3F3;
  --azul: #547CC6;
  --verde: #3A460C;
  --rosa: #F5AAD5;
  --marrom: #752F27;
  --amarelo: #F7D563;
}

#wpadminbar {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  /* scrollbar-width: none;
  -ms-overflow-style: none; */
  scrollbar-color: #547CC6 #F3F3F3;
  scrollbar-width: thin;
  margin: 0px!important;
}
/* ::-webkit-scrollbar {
  display: none;
} */
::selection {
  background-color: var(--rosa);
}
.page {
  margin: 0px;
}

body {
  background-color: var(--branco);
  color: var(--verde);
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: 'Alpina-SR';
}

@font-face {
  font-family: 'Alpina-CB';
  src:
  url('/wp-content/themes/custom/assets/GT-Alpina-Condensed-Bold.woff') format('woff'),
  url('/wp-content/themes/custom/assets/GT-Alpina-Condensed-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Alpina-CR';
  src:
  url('/wp-content/themes/custom/assets/GT-Alpina-Condensed-Regular.woff') format('woff'),
  url('/wp-content/themes/custom/assets/GT-Alpina-Condensed-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Alpina-SB';
  src:
  url('/wp-content/themes/custom/assets/GT-Alpina-Standard-Bold.woff') format('woff'),
  url('/wp-content/themes/custom/assets/GT-Alpina-Standard-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Alpina-SR';
  src:
  url('/wp-content/themes/custom/assets/GT-Alpina-Standard-Regular.woff') format('woff'),
  url('/wp-content/themes/custom/assets/GT-Alpina-Standard-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Alpina-SRI';
  src:
  url('/wp-content/themes/custom/assets/GT-Alpina-Standard-Regular-Italic.woff') format('woff'),
  url('/wp-content/themes/custom/assets/GT-Alpina-Standard-Regular-Italic.woff2') format('woff2'),
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.in-view {
  animation: fade .4s .4s both;
}
.not-in-view {
  opacity: 0;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}
h1, h2, h3 {
  line-height: 1;
}
h2, h2 p {
  font-size: 3vw;
  line-height: 1;
}
p {
  font-size: 20px;
  line-height: 1.2;
}



/* header */

header {
  z-index: 9;
}
header a, header a:visited {
  color: var(--azul);
  text-transform: uppercase;
  font-size: 20px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 0.5s ease;
  font-family: "antipol-variable", sans-serif;
  font-weight: 500;
}
header a:hover {
  color: var(--marrom)
}
header img {
  position: absolute;
  top: 10px;
  left: 20px;
  height: 90px;
}



/* slide */

.slide-horizontal {
  width: 100vw;
  height: 85vh;
  overflow-x: hidden;
  padding-top: 100px;
}
.slide-wrapper {
  width: max-content;
  height: 100%;
  display: flex;
  animation: scrollAuto 60s linear infinite;
}
.slide-horizontal img {
  flex-shrink: 0;
  height: 100%;
  width: auto;
  max-width: none !important;
  object-fit: contain;
}
@keyframes scrollAuto {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* texto intro */

.texto-intro {
  padding: 20px 20px 100px;
}
.texto-intro div.flex {
  margin-top: 80px;
  max-width: 100%;
  margin-left: 51vw;
  padding-right: 30px;
  gap: 40px;
}
.btn {
  display: block;
  padding: 6px 12px;
  text-transform: uppercase;
  font-family: "antipol-variable", sans-serif;
  border-radius: 100px;
  background-color: var(--rosa);
  color: var(--verde)!important;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
}
.btn:hover {
  background-color: var(--verde);
  color: var(--rosa)!important;
}
.texto-intro p {
  width: 360px;
  margin-bottom: 0px;
}
.texto-intro p::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -24px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: var(--verde);
  margin-right: 20px;
}
.texto-intro h2::before {
  content: '';
  display: inline-flex;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: transparent;
  margin-right: 50vw;
}



/* scroll imgs */

.scroll-fotos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  overflow-x: hidden;
  padding: 20px;
  padding-bottom: 40vh;
}
.scroll-foto {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: width;
}
.scroll-foto img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* .scroll-foto .ano {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  pointer-events: none;
  font-family: "antipol-variable", sans-serif;
  color: var(--rosa);
  font-size: 40px;
  transition: opacity 0.3s ease;
}
.scroll-foto .ano.is-visible {
  opacity: 1;
} */


.ano-central {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
  font-family: "antipol-variable", sans-serif;
  color: var(--rosa);
  font-size: 36px;
}
.ano-central.is-visible {
  opacity: 1;
}



/* footer */

footer {
  background-color: var(--rosa);
  gap: 60px;
}
footer img {
  max-width: 500px;
  max-height: 150px;
  width: auto;
}



/* manifesto */

.custom-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 250px 20px 100px;
}
.custom-page h2 {
  line-height: 1;
}




@media (max-width: 1024px) {
  h2, h2 p {
    font-size: 4vw;
  }
  p {
    font-size: 16px;
  }

 .scroll-foto img {
    aspect-ratio: 5/4;
  }

  .texto-intro h2::before {
    margin-right: 25vw;
  }
  .texto-intro div.flex {
    margin-left: 26vw;
    gap: 20px;
  }
   .texto-intro p {
    font-size: 20px;
  }

  .scroll-fotos {
    padding-bottom: 20vh;
    gap: 30px;
  }


  .custom-page {
    gap: 30px;
  }
  .custom-page .w-90 {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .w-100-sm {
    width: 100%!important;
  }

  body, p {
    font-size: 14px;
  }
  h2, h2 p {
    font-size: 24px;
  }

  header {
    flex-direction: column;
    margin-left: auto;
    align-items: flex-end!important;
    gap: 4px
  }
  header a {
    display: block;
    font-size: 13px;
  }
  header img {
    height: 60px;
    left: 16px;
  }



  .slide-horizontal {
    height: 80dvh;
  }


  .texto-intro {
    padding: 70px 20px;
  }
  .texto-intro div.flex {
    margin-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    margin-top: 30px;
    gap: 0px;
  }
  .texto-intro h2::before {
    margin-right: 90px;
  }
  .texto-intro p {
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
  }
  .texto-intro p::before {
    position: static;
    display: inline-flex;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    transform: translateY(-2px)
  }
  .btn {
    font-size: 12px;
    padding: 4px 8px;
  }

  .scroll-fotos {
    padding: 8px;
    padding-bottom: 30vh
  }
  /* .scroll-foto .ano {
    font-size: 24px;
  } */
  .ano-central {
    font-size: 24px;
  }


  footer {
    padding: 40px 20px!important;
  }

  footer img {
    max-width: 100%;
    max-height: 70px;
  }

  .custom-page {
    grid-template-columns: 1fr;
    padding: 160px 12px 60px;
  }

}
