@font-face {
  font-family: Verlag-Light;
  src: url(../font/Verlag-Light.otf);
}

@font-face {
  font-family: Verlag-Regular;
  src: url(../font/Verlag-Book.otf);
}

@font-face {
  font-family: Verlag-Bold;
  src: url(../font/Verlag-Bold.otf);
}

@font-face {
  font-family: Verlag-Black;
  src: url(../font/Verlag-Black.otf);
}

.verlag-light {
  font-family: Verlag-Light;
}

.verlag-regular {
  font-family: Verlag-Regular;
}

.verlag-bold {
  font-family: Verlag-Bold;
}

.verlag-black {
  font-family: Verlag-Black;
}

:root {
  --black: #333333;
  --white: #ffffff;

  --primary: #141B4F;
  --secondary: #2BAAE2;
  --secondary-light: #E7F5FF;

  --gray: #CCCCCC;
}

/* HTML GLOBAL */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* bloqueia scroll lateral */
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verlag-Regular;
  font-style: normal;
  color: var(--primary);
}

p,
span {
  font-family: Verlag-Regular;
  font-style: normal;
  font-size: 16px;
  color: var(--primary);
  line-height: 32px !important;
}

/* CUSTON*/

.checkbtn {
	font-size: 30px;
	float: right;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}

nav ul li a {
	color: var(--gray-dark);
}

/* TEXT COLORS*/

.text-black {
  color: var(--black);
}

.text-white {
  color: var(--white);
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

/* BACKGROUND COLORS*/

.bg-black {
  background-color: var(--black);
}

.bg-white {
  background-color: var(--white);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-secondary-light {
  background-color: var(--secondary-light);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-gradient {
  background: linear-gradient(180deg, #141B4F 5%, #2BAAE2 50%, #FFF 100%);
}

.bg-products {
  background-image: url('../img/products-bg.webp');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

/* BORDER COLOR */
.border-black {
  border-color: var(--black);
}

.border-white {
  border-color: var(--white);
}

.border-primary {
  border-color: var(--primary);
}

.border-secondary {
  border-color: var(--secondary);
}

/* UTILS */
.w-30 {
  width: 120px;
}

.h-30 {
  height: 120px;
}

.w-45 {
  width: 180px;
}

.h-45 {
  height: 180px;
}

.w-300 {
  width: 300px;
}

.w-280 {
  width: 250px;
}

.w-320 {
  width: 320px;
}

.w-400 {
  width: 400px;
}

.max-w-320 {
  width: 100%;
  max-width: 320px;
}

.max-w-410 {
  width: 100%;
  max-width: 410px;
}

.max-w-640 {
  width: 100%;
  max-width: 640px;
}

.max-w-768 {
  width: 100%;
  max-width: 768px;
}

.max-w-1024 {
  width: 100%;
  max-width: 1024px;
}

.max-w-1280 {
  width: 100%;
  max-width: 1280px;
}

.max-w-1536 {
  width: 100%;
  max-width: 1536px;
}

.top-27-neg {
  top: -27%;
}

.right-8-neg {
  right: -8%;
}

.right-0 {
  right: 0;
}

.right-5 {
  right: 20px;
}

.right-8 {
  right: 32px;
}

.right-12 {
  right: 48px;
}

.bottom-8-neg {
  bottom: -32px;
}

.movie {
  width: 100%;
  max-width: 900px;
  height: 100vh;
  max-height: 500px;
  display: flex;
  margin: auto;
}

.box-speed {
  border-radius: 48px 20px 96px 20px;
}

.box-steps {
  border-radius: 120px 48px 160px 80px;
}

.box-button-inscription-header {
  width: 100%;
  max-width: 320px;
  height: 48px;
  background-color: var(--white);
  color: var(--white);
  border: 2px solid var(--secondary);
  border-radius: 60px 32px 78px 60px;
  padding: 4px 3px;
}

.button-inscription-header {
  width: 100%;
  height: 40px;
  background-color: var(--secondary);
  color: var(--white);
  border: none;
  padding: 0 16px;
  border-radius: 60px 32px 90px 60px;
  cursor: pointer;
}

.box-button-inscription-two {
  width: 100%;
  max-width: 420px;
  height: 80px;
  background-color: var(--white);
  color: var(--white);
  border: 2px solid var(--secondary);
  border-radius: 70px 38px 95px 70px;
}

.button-inscription-two {
  width: 100%;
  max-width: 410px;
  height: 72px;
  background-color: var(--secondary);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  border-radius: 60px 32px 90px 60px;
  cursor: pointer;
}

.box-button-inscription-tree {
  width: 100%;
  max-width: 540px;
  height: 100px;
  background-color: var(--white);
  color: var(--white);
  border: 2px solid var(--secondary);
  border-radius: 90px 32px 90px 32px;
}

.button-inscription-tree {
  width: 100%;
  max-width: 528px;
  height: 92px;
  background-color: var(--secondary);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  border-radius: 90px 32px 90px 32px;
  cursor: pointer;
}

/* ACCORDION */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-content.open {
  opacity: 1;
  /* max-height será definido dinamicamente via JavaScript */
}

.arrow {
  transition: transform 0.3s ease;
}

.arrow.open {
  transform: rotate(180deg);
  
}

/* CARROSEL */
.galeria{
  padding: 0 35px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.wrapper{
  max-width: 955px;
  position: relative;
}

.wrapper i{
  top: 50%;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.wrapper i:first-child{ left: -30px; display:none; }
.wrapper i:last-child{ right: -30px; }

.carousel{
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  cursor: grab;
  display: flex;
  gap: 20px;
}

.carousel.dragging{
  scroll-behavior: auto;
  cursor: grabbing;
}




/* ANIME */
/* Base para elementos com animação */
[data-anime] {
  opacity: 0;
  animation-play-state: paused; /* Animação pausada até entrar na tela */
}

/* Tipos de animação */
[data-anime="top"] {
  animation-name: fromTop;
}

[data-anime="right"] {
  animation-name: fromRight;
}

[data-anime="left"] {
  animation-name: fromLeft;
}

[data-anime="bottom"] {
  animation-name: fromBottom;
}

[data-anime="center"] {
  animation-name: fromCenter;
}

/* Tempos de animação */
[data-time="fast"] {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="medium"] {
  animation-duration: 0.4s;
  animation-delay: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow01"] {
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow02"] {
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow03"] {
  animation-duration: 1.0s;
  animation-delay: 1.0s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow04"] {
  animation-duration: 1.2s;
  animation-delay: 1.1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow05"] {
  animation-duration: 1.4s;
  animation-delay: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow06"] {
  animation-duration: 1.6s;
  animation-delay: 1.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow07"] {
  animation-duration: 1.8s;
  animation-delay: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow08"] {
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow09"] {
  animation-duration: 2.2s;
  animation-delay: 2.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow10"] {
  animation-duration: 2.4s;
  animation-delay: 2.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow11"] {
  animation-duration: 2.6s;
  animation-delay: 2.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow12"] {
  animation-duration: 2.8s;
  animation-delay: 2.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow13"] {
  animation-duration: 3s;
  animation-delay: 3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* Dispara a animação quando a classe 'visible' é adicionada */
[data-anime].visible {
  animation-play-state: running;
}

/* Definição das animações */
@keyframes fromTop {
  from { opacity: 0; transform: translate3d(0, -50px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromRight {
  from { opacity: 0; transform: translate3d(50px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromLeft {
  from { opacity: 0; transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromBottom {
  from { opacity: 0; transform: translate3d(0, 50px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromCenter {
  from { opacity: 0; transform: scale(0.8); } /* Efeito de escala para o center */
  to { opacity: 1; transform: scale(1); }
}


/* Animação bounce
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Estilo base */
/* .w-45.h-45 {
  transition: border-color 0.3s ease-in-out;
} */

/* Hover */
/* .w-45.h-45:hover {
  animation: bounce 2s ease-in-out infinite;
  border-color: var(--secondary);
}  */

/* MEDIA QUERYS */
@media (min-width: 1536px) {
  .movie {
    width: 100%;
    max-width: 1024px;
    height: 100vh;
    max-height: 340px;
    display: flex;
    margin: auto;
  }
}

@media (min-width: 1280px) {
  .bg-menu {
    background-image: url('../img/bg-menu.webp');
    background-repeat: no-repeat;
    background-position-x: top;
    background-position-y: bottom;
  }

  .movie {
    width: 100%;
    max-width: 1024px;
    height: 100vh;
    max-height: 340px;
    display: flex;
    margin: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1279px){
  .logo-header {
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
	.checkbtn {
		display: flex;
	}
	ul{
		position: fixed;
		width: 100%;
		height: 100vh;
		background: var(--primary);
		top: 88px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}
	nav ul li{
		display: block;
		/* margin: 20px 0; */
		line-height: 30px;
	}
  nav ul li a {
    font-family: O;
    color: var(--blue-dark);
  }
	#check:checked ~ ul {
		left: 0;
	}

  .bg-menu {
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position-x: top;
    background-position-y: bottom;
  }

  .movie {
    width: 100%;
    max-width: 1024px;
    height: 100vh;
    max-height: 340px;
    display: flex;
    margin: auto;
  }
}

@media (max-width: 1023px) {
  .logo-header {
    width: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
	.checkbtn {
		display: flex;
	}
	ul{
		position: fixed;
		width: 100%;
		height: 100vh;
		background: var(--primary);
		top: 88px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}
	nav ul li{
		display: block;
		/* margin: 20px 0; */
		line-height: 30px;
	}
  nav ul li a {
    font-family: O;
    color: var(--blue-dark);
  }
	#check:checked ~ ul {
		left: 0;
	}

  .bg-menu {
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position-x: top;
    background-position-y: bottom;
  }

  .movie {
    width: 100%;
    max-width: 600px;
    height: 100vh;
    max-height: 198px;
    display: flex;
    margin: auto;
  }

  .wrapper{
    max-width: 700px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .wrapper{
    max-width: 400px;
    position: relative;
  }
}

@media (max-width: 639px) {
  .movie {
    max-width: 500px;
    height: 285px;
  }
}

@media (max-width: 500px) {
  .movie {
    max-width: 400px;
    height: 133px;
  }
}



