@tailwind base;
@tailwind components;
@tailwind utilities;

@import url(./assets/geometria/style.css);

/* Swear Text
@import url("https://use.typekit.net/csk5yux.css");
*/
#cc-main {
  --cc-font-family: var(--geometria);
}

.cc--dark-turquoise {
  color-scheme: dark;

  --cc-bg: #161a1c;
  --cc-primary-color: rgb(239, 244, 246);
  --cc-secondary-color: #b1bdc3;

  --cc-btn-primary-bg: #60fed2;
  --cc-btn-primary-color: #000;
  --cc-btn-primary-hover-bg: #4dd4ae;
  --cc-btn-primary-hover-color: #000;

  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;

  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: #1e2428;
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #242c31;
  --cc-cookie-category-expanded-block-hover-bg: #242c31;
  --cc-cookie-category-expanded-block-bg: #1e2428;
  --cc-toggle-readonly-bg: #343e45;
  --cc-overlay-bg: rgba(4, 6, 8, .85) !important;

  --cc-toggle-on-knob-bg: var(--cc-bg);
  --cc-toggle-readonly-knob-bg: var(--cc-cookie-category-block-bg);

  --cc-separator-border-color: #222a30;

  --cc-footer-border-color: #212529;
  --cc-footer-bg: #0f1112;
}

:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;

  --geometriaL: 'Geometria-Light';
  --geometria: 'Geometria';
  --geometriaM: 'Geometria-Medium', sans-serif;
  --geometriaB: 'Geometria-Bold', sans-serif;

  --mozillaHeadlineCondensed: 'mozilla-headline-condensed', sans-serif;

  --white: #ffffff;
  --branco: #ffffff;
  /*--preto: #231F20;*/

  --gold: #997f49;
  --darkgold: #543c24;
  --lightgray: #e6e8ea;


  --violet: #420044;
  --pink: #ff76bb;
  --lightpink: #ffbaff;
  --gray: #414042;

  --black: #1e1414;
  --gray25: #c7c4c4;
  --gray75: #564f4f;
  --mediumblack: #342b2c;
  --lightblack: #403737;
  --sand: #faf3e9;

  --cinzaclaro: #E9E9EF;
  --cinza: #71717D;
  --cinza2: #414141;
  --cinzaescuro: #4d4d4d;
  --laranja: #ea983e;
  --roxo: #4c3c7e;
  --amarelo: #ffe123;
  --pretofosco: #262626;

  --lightgray: #e5e1e2;
  --red: #ed1a3b;
  --grayblack: #292728;
  --grayred: #e5e1e2;
  --bluecard: #3777bc;
}

*,
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
}

/*
.cursor {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 3px solid var(--lightpink);
  background-color: var(--lightpink);
  opacity: 0.6;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
  mix-blend-mode:hard-light;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--violet);
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9999;
  mix-blend-mode: hard-light;
}

.hover {
  width: 25px;
  height: 25px;
  background-color: transparent;
  opacity: 0.8;
}

.cursorinnerhover {
  width: 20px;
  height: 20px;
  opacity: .3;
}
*/

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* prevent drag */
.user-drag-none {
  /*user-drag: none;*/
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--cinzaclaro);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--cinzaescuro);
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--red);
}

/* Fonts */
.geometriaL {
  font-family: var(--geometriaL);
  font-weight: 300;
}

.geometria {
  font-family: var(--geometria);
  font-weight: 400;
}

.geometriaM {
  font-family: var(--geometriaM);
  font-weight: 500;
}

.geometriaB {
  font-family: var(--geometriaB);
  font-weight: normal;
}

strong {
  font-family: var(--geometriaB);
  font-weight: normal;
}

.mozillaHeadlineCondensedLight {
  font-family: var(--mozillaHeadlineCondensed);
  font-weight: 300;
  font-style: normal;
}

.mozillaHeadlineCondensedMedium {
  font-family: var(--mozillaHeadlineCondensed);
  font-weight: 500;
  font-style: normal;
}

.mozillaHeadlineCondensedSemibold {
  font-family: var(--mozillaHeadlineCondensed);
  font-weight: 600;
  font-style: normal;
}

.mozillaHeadlineCondensedBold {
  font-family: var(--mozillaHeadlineCondensed);
  font-weight: 700;
  font-style: normal;
}

.animate-box {
  animation: updown 12s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation-direction: normal;
}

/* Sections */

/*
.video-insta {
  min-height: 100vh !important; 
}

.video-insta video {
  min-height: 100vh !important;
}

video.bg {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
    pointer-events: none;
}
*/

.scroll-hero-trigger {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Will be pinned to stay 100vh, adjust padding as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  /* Define background colour for text part */
}

#scroll-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 600vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.horizontal-text-container {
  position: absolute;
  top: 50%;
  left: 100%;
  /* Start offscreen */
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 20;
}

.horizontal-text {
  font-family: inherit;
  font-size: clamp(3rem, 6vw, 7rem);
  margin: 0;
  padding: 0 50px;
  font-family: var(--mozillaHeadlineCondensed);
  font-weight: 400;
  color: var(--white);
}

.final-buttons-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
  /* Make clickable only when visible */
}

/* Make clickable class toggled by JS */
.final-buttons-container.active {
  pointer-events: auto;
}

/* Remove old leftover css */

/* Let the split words/chars inline-block so they can be transformed correctly */
.word,
.char {
  display: inline-block;
}



.header-menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.80);
  /*background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 100%);*/
  backdrop-filter: blur(15px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.hero {
  background: url(./assets/images/hero-header-desk.webp) no-repeat center center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  height: 100vh;
  position: relative;
}

.subtitle {
  position: absolute;
  top: 33%;
  left: 74%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: var(--mediumblack);
  font-family: var(--mozillaHeadlineCondensed);
  font-weight: 300;
}

video.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 960px;
  min-height: 680px;
  /*height: auto;*/
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}

.fundo-bola {
  background-image: url(./assets/images/bola-sombra.webp);
  background-size: 40%;
  background-position: 100% -110%;
  background-repeat: no-repeat;

}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 1.0);
  min-height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.downloads {
  background-image: url(./assets/images/fundo-downloads_desk.webp);
  background-size: cover;
  /*background-position: 65% 50%;*/
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}


@media only screen and (max-width: 676px) {
  video.bg {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 680px;
    /*height: auto;min-height: 94vh;
        object-fit: cover;*/
    pointer-events: none;
  }

  .subtitle {
    color: #fff;
    top: 34%;
    left: 65%;
  }

  .hero {
    background: url(./assets/images/header_mobile.webp) no-repeat center center !important;
    background-size: 120% !important;
    min-height: 100vh;
  }

  .fundo-bola {
    background-image: url(./assets/images/bola-sombra.webp);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    /*min-height: 100vh;*/
  }

  .downloads {
    background-image: url(./assets/images/fundo-downloads.webp);
    background-size: cover;
    background-position: 52.5% 0px;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 766px) {

  #gt_float_wrapper {
    left: auto !important;
    right: 20px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1280px) {}

/* Extra large devices (large laptops and desktops, 1200px and up)*/
@media only screen and (min-width: 1280px) {}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (max-width: 766px) {} */


@keyframes draw {
  from {
    stroke-dasharray: 0 100;
  }
}

ul.check {
  list-style-type: none;
}

ul.check li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.overlay {
  position: absolute;
  background: rgba(113, 113, 125, 0.75);
  /*min-height: 100%;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 10;
}

/* Display drop-down menu on hover */
nav ul li:hover>ul {
  display: inherit;
}

/* Change this in order to change the symbol of the drop-down menu */
li>a:after {
  content: '';
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

li>a:only-child:after {
  content: '';
}

.search-input::placeholder {
  font-size: medium;
  color: #fff;
}


.nav-language {
  width: auto;
  background-color: #4c3c7e;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 70px 0px 0px 70px;
  position: fixed;
  right: 0px;
  /*top: 138px;*/
  padding: 6px 4px 6px 6px;
  gap: 5px;
  transition: all .3s ease-in-out;
  z-index: 10;
}

.esconde {
  -webkit-animation: elastic once infinite;
  animation: elastic once infinite;
  -webkit-animation-name: run;
  animation-name: run;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}


#pingpong {
  width: 200px;
  height: 200px;
  background: url(./assets/images/preloader-pingpong-ball.gif) center center no-repeat;
  background-size: contain;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4d84ff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}


/* Cortinas */
.curtain {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
}

.curtain-left {
  left: 0;
  background: #4d84ff;
}

.curtain-right {
  right: 0;
  background: #4d84ff;
}



.container_faq {
  box-shadow: 0 2px 2px 0 rgb(0, 0, 0, 0.05);
  margin: 15px 0;

}

.aro {
  border: 2px solid var(--yellow);
}

.question,
.question2 {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 1.8rem;
  position: absolute;
  right: 0px;
  transition: 0.2s;
}

.question.active::after,
.question2.active::after {
  transform: rotate(45deg);
}

.question2::after {
  content: "\002B";
  font-size: 1.8rem;
  position: absolute;
  right: 0px;
  transition: 0.2s;
  color: var(--darkgray);
}

.question2.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  line-height: 1rem;
}

/*
.question.active + .answercont {
}*/

#heart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 90px;
  margin: -50px -45px;
  -webkit-transition: all 1s ease;
  -webkit-animation: latidoslatinosurbanosemergenteshiphophermanobrother 1s infinite;
}

#heart:before,
#heart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: hsl(0, 50%, 50%);
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

#heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* HEARTBEAT ANIMATION BY Mi1o */
@-webkit-keyframes latidoslatinosurbanosemergenteshiphophermanobrother {
  0% {
    -webkit-transform: scale(1);
  }

  12% {
    -webkit-transform: scale(0.7);
  }

  24% {
    -webkit-transform: scale(1.2);
  }

  42% {
    -webkit-transform: scale(0.8);
  }

  87.5% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes latidoslatinosurbanosemergenteshiphophermanobrother {
  0% {
    -webkit-transform: scale(1);
  }

  12% {
    -webkit-transform: scale(0.7);
  }

  24% {
    -webkit-transform: scale(1.2);
  }

  42% {
    -webkit-transform: scale(0.8);
  }

  87.5% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}