/* CUSTOM*/
.checkbtn {
	font-size: 30px;
	float: right;
	cursor: pointer;
	display: none;
}
#check {
	display: none;
}
nav ul li a {
	color: var(--gray-dark);
}

/* FONTS */
.text-custom-10 { 
  font-size: 10px;
  line-height: 16px;
}
.text-custom-19 { 
  font-size: 19px;
  line-height: 24px;
}
.text-custom-20 { 
  font-size: 20px;
  line-height: 25px;
}
.text-custom-22 { 
  font-size: 22px;
  line-height: 28px;
}
.text-custom-23 { 
  font-size: 23px;
  line-height: 29px;
}
.text-custom-24 { 
  font-size: 24px;
  line-height: 30px;
}
.text-custom-34 { 
  font-size: 34px;
  line-height: 40px;
}
.text-custom-40 { 
  font-size: 40px;
  line-height: 50px;
}
.title-section {
  font-size: 35px;
  line-height: 41px;
  font-family: 'Almoneda', serif;
  font-weight: 600;
}

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

.box-steps {
  width: 160px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.box-steps-img {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-500);
}
.box-steps-text {
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-300);
}
.box-steps-data {
  height: auto;
  background-color: var(--white);
  padding-top: 4px;
}

.w-180 {
  width: 180px;
}
.w-200 {
  width: 200px;
}
.w-270 { 
  width: 270px; 
}
.w-400 {
  width: 400px;
}
.w-340 { 
  width: 100%;
  max-width: 340px; 
}
.h-350 {
  height: 350px;
}
.max-w-500 { 
  width: 100%;
  max-width: 500px; 
}
.max-w-540 { 
  width: 100%;
  max-width: 540px; 
}
.max-w-935 { 
  width: 100%;
  max-width: 935px; 
}
.max-w-1180 { 
  width: 100%;
  max-width: 1180px; 
}
.max-w-1330 {
  width: 100%;
  max-width: 1330px;
}

.button-to-be-part {
  width: 100%;
  max-width: 478px;
  height: 67px;
  background: var(--primary-300);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.box-benefits {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--primary-500);
  padding-left: 42px;
  padding-right: 16px;
  margin-left: -36px;
}

/* 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; }

.drone {
  position: absolute;
  left: 63%;
  top: 50%;
  transform: translateX(-50%);
  animation: drone-subir-descer 5s infinite ease-in-out;
}

@keyframes drone-subir-descer {
  0%   { top: 20%; }
  50%  { top: 35%; }
  100% { top: 20%; }
}

/* Accordion - ajustes mínimos */
.accordion-item {
  /* já tem bg-primary-300 no HTML → não precisa repetir aqui */
}

.accordion-trigger {
  width: 100%;
  border: none;
  padding: 0;
  text-align: left;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.accordion-content.open {
  max-height: 1500px;   /* valor bem grande → suficiente para o conteúdo */
  /* Se o conteúdo for muito grande, pode aumentar para 3000px ou usar JS para calcular */
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-icon.open {
  transform: rotate(180deg);
}

/* Opcional: cursor no título */
.accordion-trigger {
  cursor: pointer;
}


/* 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); }
  to { opacity: 1; transform: scale(1); }
}

/* MEDIA QUERYS */
@media (min-width: 1536px) {

}

@media (min-width: 1280px) {
  .xl\:text-custom-10 { 
    font-size: 10px;
    line-height: 16px;
  }
  .xl\:text-custom-19 { 
    font-size: 19px;
    line-height: 24px;
  }
  .xl\:text-custom-20 { 
    font-size: 20px;
    line-height: 25px;
  }
  .xl\:text-custom-22 { 
    font-size: 22px;
    line-height: 28px;
  }
  .xl\:text-custom-23 { 
    font-size: 23px;
    line-height: 29px;
  }
  .xl\:text-custom-24 { 
    font-size: 24px;
    line-height: 30px;
  }
  .xl\:text-custom-34 { 
    font-size: 34px;
    line-height: 40px;
  }
  .xl\:text-custom-40 { 
    font-size: 40px;
    line-height: 50px;
  }
  .xl\:title-section {
    font-size: 70px;
    line-height: 58px;
    font-family: 'Almoneda', serif;
    font-weight: 600;
  }

  .bg-about{
    background-image: url('../img/bg-about-desktop.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .base-tablet {
    height: 32px;
  }

  .bg-grafismo-brown{
    background-image: url(../img/grafismo-brown.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
  }
  
  .bg-grafismo-green{
    background-size: 1777px;
    background-image: url('../img/grafismo-green.webp');
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
  }

  .button-my-inscription {
    width: 100%;
    max-width: 478px;
    height: 67px;
    background: var(--primary-50);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

}

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

  .lg\:text-custom-10 { 
    font-size: 10px;
    line-height: 16px;
  }
  .lg\:text-custom-19 { 
    font-size: 19px;
    line-height: 24px;
  }
  .lg\:text-custom-20 { 
    font-size: 20px;
    line-height: 25px;
  }
  .lg\:text-custom-22 { 
    font-size: 22px;
    line-height: 28px;
  }
  .lg\:text-custom-23 { 
    font-size: 23px;
    line-height: 29px;
  }
  .lg\:text-custom-24 { 
    font-size: 24px;
    line-height: 30px;
  }
  .lg\:text-custom-34 { 
    font-size: 34px;
    line-height: 40px;
  }
  .lg\:text-custom-40 { 
    font-size: 40px;
    line-height: 50px;
  }
  .lg\:title-section {
    font-size: 70px;
    line-height: 58px;
    font-family: 'Almoneda', serif;
    font-weight: 600;
  }

  .bg-about{
    background-image: url('../img/bg-about-desktop.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-grafismo-brown{
    background-image: url(../img/grafismo-brown.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
  }

  .bg-grafismo-green{
    background-size: 1777px;
    background-image: url('../img/grafismo-green.webp');
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
  }

  .button-my-inscription {
    width: 100%;
    max-width: 478px;
    height: 67px;
    background: var(--primary-50);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .base-tablet {
    height: 32px;
  }
}

@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-color: var(--primary-500);
		top: 76px;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}
	nav ul li{
		display: block;
	}
  nav ul li a {
    font-family: O;
    color: var(--blue-dark);
  }
	#check:checked ~ ul {
		left: 0;
	}
  
  .md\:title-section {
    font-size: 60px;
    line-height: 48px;
    font-family: 'Almoneda', serif;
    font-weight: 600;
  }

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

  .button-my-inscription {
    width: 100%;
    max-width: 478px;
    height: 67px;
    background: var(--primary-50);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .bg-grafismo-brown{
    background-image: url(../img/grafismo-brown.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
  }

  .box-steps {
    width: 112px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .box-steps-text {
    height: 90px;
  }

  .base-tablet {
    height: 48px;
  }

  .bg-grafismo-green{
    background-image: url('../img/grafismo-green-mobile.webp');
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
  }

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

@media (max-width: 700px) {
  .max-w-500 { 
    width: 100%;
    max-width: 300px; 
  }

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

  .bg-grafismo-brown{
    background-image: url(../img/grafismo-brown.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
  }

  .button-my-inscription {
    width: 100%;
    max-width: 280px;
    height: 80px;
    background: var(--primary-50);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .box-steps {
    width: 160px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .box-steps-data-custom {
    height: 68px;
  }

  .box-benefits-custom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--primary-500);
    padding-left: 42px;
    padding-right: 16px;
    margin-left: -36px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-to-be-part {
    width: 100%;
    max-width: 260px;
    height: 80px;
    background: var(--primary-300);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .title-section {
    font-size: 35px;
    line-height: 41px;
    font-family: 'Almoneda', serif;
    font-weight: 600;
  }
}

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

}

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

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



