@font-face {
    font-family: 'ff_din';
    src: url('fonts/ff-din-pro-bold-595e26619f1e7-webfont.woff2') format('woff2'),
         url('fonts/ff-din-pro-bold-595e26619f1e7-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'ff_din';
    src: url('fonts/ff-din-pro-regular-595e25ccef9e7-webfont.woff2') format('woff2'),
         url('fonts/ff-din-pro-regular-595e25ccef9e7-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'champagne__limousines';
    src: url('champagne__limousines_bold-webfont.woff2') format('woff2'),
         url('champagne__limousines_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'champagne__limousines';
    src: url('champagne__limousines-webfont.woff2') format('woff2'),
         url('champagne__limousines-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html {
  height: 100vh;
}

body {
  
  background: #cfcfcf;
  padding: 0px;
  margin: 0px;
  font-family: 'ff_din';
}

/* ===== LOGOTIPO GLOBAL ===== */
    .site-logo {
      position: fixed;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      z-index: 1000;
      transition: width 0.4s ease, top 0.4s ease;
      pointer-events: none;
    }

/* === CANVAS DE FUNDO === */
#hero-lightpass {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* === CONTAINER DO SMOOTHER === */
    #smooth-wrapper {
      height: 100%;
      overflow: hidden;
    }
    #smooth-content {
      position: relative;
      
	  
    }




/* ===== HERO SECTION ===== */
    .hero {
      /*background: url("images/1.png")center center/cover no-repeat;*/
      position: relative;
      z-index: 2;
	  height: 100vh;
    }


    .hero-content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }

    .hero-button, .contato-button{
      background: #cfd500;
      color: #000;
      border: none;
      padding: 1rem 2rem;
      font-size: 1.2rem;
      border-radius: 50px;
      cursor: pointer;
      transition: background 0.3s;
	  margin-bottom: 20vh;
    }

    .hero-button:hover, .contato-button:hover {
      background: #131313;
	  color: #fff;
    }

    /* ===== ÍCONE DE ROLAGEM FIXO NO RODAPÉ ===== */
    .scroll-icon {
      position: fixed;
      bottom: 5vh;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 50px;
      border: 2px solid #131313;
      border-radius: 25px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      overflow: hidden;
      z-index: 100;
    }

    .scroll-wheel {
      width: 6px;
      height: 6px;
      background: #131313;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      animation: scrollAnim 1.5s infinite;
    }

    @keyframes scrollAnim {
      0% { opacity: 0; transform: translateY(0); }
      30% { opacity: 1; }
      100% { opacity: 0; transform: translateY(20px); }
    }
	
	.boxText{
		border-radius: 0px 33px 0px 0px;
	}
	
	.boxtext1 {
		width: 350px;
		position: fixed;      /* fixa na viewport */
		top: 0;               /* topo da tela */
		right: 0;
		opacity: 0;           /* começa invisível */
		z-index: 10;
		text-align: center;
		background: rgba(0,0,0,0.7);
		color: #fff;
		padding: 20px;
		
	}

	.panel1{
		max-height: 0px;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	.boxtext2, .boxtext2alt{ 
		opacity: 0;
		width: 300px;
		margin: 0 auto 0 auto;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		
	}
	.mensagembox2{
		opacity: 0;
		z-index: 3;
		position: relative;
		display: flex;
	}
	
	.boxtext3, .boxtext3alt {
		opacity: 0;
		width: 300px;
		margin: 0 auto 0 auto;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		
	}
	
	.boxtext4 {
		opacity: 0;
		width: 200px;
		margin: 0 auto 0 auto;
		text-transform: uppercase;
		font-size: 15px !important;
		text-align: center;
		
	}
	
	.boxTitulo{
		width: 200px;
		font-size: 25px !important;
		font-weight: bold;
	}
	
	.boxtext5 {
		position: fixed;      /* fixa na viewport */
		top: 0;               /* topo da tela */
		right: 0;
		opacity: 0;
		width: 200px;
		text-transform: uppercase;
		font-size: 15px !important;
		text-align: center;
	}
	
	.panel5{
		max-height: 0px;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	.panel6{
		height: 100vh;
		
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	.boxInvestimento{
		background: #1313139e;
		min-width: 100vw !important;
		min-height: 100vh !important;
		display: flex;
		align-items: center;
		justify-content: center;
		
		opacity: 0;
		
	}
	
	.boxInvestimentoTitulo{
		display: table;
		margin: 0 auto 25px auto;
		font-size: 20px !important;
	}
	
	
	.panel7{
		height: 100vh;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	.boxContato {
		opacity: 0;
		
		margin: 0 auto 0 auto;
		text-transform: uppercase;
		font-size: 15px !important;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		
	}
	
	.boxtext7{
		max-width: 345px !important;
		width: 400px !important;
		text-align: left;
		font-size: 22px !important;
	}
	
	.boxContatoColunas {
		display: flex;
		width: 100%;
	}
	
	.boxtext7Titulo2{
		margin-bottom: 30px;
		font-size: 25px;
		font-weight: bold;
	}
	
	.boxCreditos {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 0 auto;
		
		padding: 10px;
		color: white;
		width: 325px;
		font-weight: bold;
		position: absolute;
		bottom: 0;
	}
	
	.boxCreditos img{
		width: 250px;
	}

.boxEscuro{
	background: #131313;
    color: white;
    padding: 10px;
    font-size: 18px;
}

.boxAmarelo{
	background: #cfd500;
    color: #131313;
    padding: 10px;
    font-size: 18px;
}

.boxCinza{
	background: #bdbdbd;
    color: #131313;
    padding: 10px;
    font-size: 18px;
}

.boxTransparent{
	
    color: white;
    padding: 10px;
    font-size: 18px;
}

.boxCentralizado{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

	.vazioRodacao{
		height: 100vh;
	}

	section {
      /*height: 100vh;*/
      position: relative;
	  z-index: 2;
    }
	
    /* apenas para transição suave entre seções */
    .content {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		position: relative;
    }
	
	
	
#videoCanvas {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: -1;
  }

  /* ✅ Vídeo escondido: só serve de fonte pro canvas */
.video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}



.videomobile { display: none; }




.tabela-financeira {
      width: 100%;
      max-width: 520px;
      margin: 0 auto;
      border-radius: 30px;
      overflow: hidden;
      
      
    }

    /* Cabeçalho principal */
    .header {
      background: #181818;
      text-align: center;
      padding: 14px 10px;
      border-bottom: 1px solid #3a3a3a;
    }

    .header h3 {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      color: #f2f2f2;
      letter-spacing: 0.3px;
    }

    /* Bloco do evento */
    .evento {
      text-align: center;
      padding: 15px 10px;
      border-right: 1px solid #f2f2f2;
	  border-left: 1px solid #f2f2f2;
      font-size: 18px;
    }

    .evento p {
      margin: 4px 0;
      font-size: 18px;
      color: #ddd;
    }

    .evento strong {
      color: #fff;
      font-size: 15px;
    }

    /* Faturamento */
    .faturamento {
      background: #444;
      text-align: center;
      padding: 10px;
      
      font-size: 15px;
      letter-spacing: 0.3px;
      color: #fff;
	  border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;
    }

    /* Custos */
    .custos {
      padding: 18px;
      border-right: 1px solid #f2f2f2;
	  border-left: 1px solid #f2f2f2;
	  text-align: center;
    }

    .custos h4 {
      margin: 0 0 12px;
      font-size: 18px;
      color: #fff;
      border-bottom: 1px solid #2f2f2f;
      padding-bottom: 5px;
      font-weight: 600;
    }

    .colunas {
      display: flex;
      justify-content: space-between;
      gap: 30px;
	  align-items: center;
		justify-content: center;
    }

    .colunas ul {
      list-style: none;
      margin: 0;
      padding: 0;
      flex: 1;
    }

    .colunas li {
      margin-bottom: 8px;
      font-size: 14px;
      color: #ccc;
      display: flex;
      justify-content: space-between;
    }

    .colunas li strong {
      color: #fff;
      font-weight: 600;
    }

    /* Total */
    .total {
      background: #e8e500;
      color: #000;
      text-align: center;
      font-weight: 700;
      padding: 14px;
      font-size: 17px;
      border-top: 2px solid #333;
      
    }

    /* Responsividade */
    @media (max-width: 500px) {
      .tabela-financeira {
        max-width: 100%;
      }

      .colunas {
        flex-direction: column;
        gap: 10px;
      }

      .header h3 {
        font-size: 14px;
      }

      .faturamento {
        font-size: 14px;
      }

      .total {
        font-size: 16px;
      }
    }
	
	
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}
.modal.active {
  display: flex;
}
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  position: relative;
}
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.whatsapp-btn {
	display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 80px;
    margin-bottom: 20px;
	width: 280px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.contact-form button {
  width: 100%;
  background: #131313;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.contact-title{
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}


/* Loader no botão */
#contactForm button {
  position: relative;
}

#contactForm button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mensagens de sucesso e erro */
#formResponse {
  margin-top: 15px;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}

#formResponse.show {
  opacity: 1;
  transform: translateY(0);
}

#formResponse.success {
  background-color: #4caf50;
  color: #fff;
}

#formResponse.error {
  background-color: #f44336;
  color: #fff;
}

@media (max-width: 768px) {
	section {
		/*min-height: 100vh;*/
	}
  .videodesktop { /*display: none;*/ }
  .videomobile { /*display: block;*/ }
  .video-background {
    
    opacity: 0;
    
  }
  .vazioRodacao{
		height: 100px;
	}
  .hero {
		/*background-image: url("frames/mobile/0000.jpg");*/
		background-position: top;
        background-size: cover;
		z-index: 3;
		height: 100vh;
    }
	.boxtext1 {
		width: 290px;
		right: 25px;
		opacity: 1; 
        position: absolute;
        top: 180px;
	}
	.hero, .panel1, .panel2, .panel3, .boxtext2, .boxtext3, .panel4, .panel5,.panel6,.panel7{
		z-index: 3;
	}
	.hero-button, .contato-button{
      padding: 10px 15px;
      font-size: 15px;
    }
	.panel1{
		/*background-image: url("frames/mobile/0125.jpg");*/
		background-position: top;
        background-size: cover;
		min-height: 300px;
		
    }
	.panelVideo {
	  position: relative;
	  width: 100vw;
	  
	  overflow: hidden;
	}
	#hero-lightpass{
		top: 0 !important;
	}
	.boxtext2, .boxtext2alt{ 
	    width: 240px;
		opacity: 1;
	}
	.boxtext2alt{ 
		margin-bottom: 200px;
	}
	.boxAmarelo{
		font-size: 16px;
		padding: 7px;
	}
	.panel2,
	.panel3 {
	  position: relative;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 500px;
	  display:flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 2;
	  pointer-events: none; /* opcional */
	  opacity: 1;
	}
	.boxtext3, .boxtext3alt{
		opacity: 1;
		width: 240px;
	}
	.boxtext3alt{ 
		margin-top: 200px;
	}
	.panel4{
		/*background-image: url("frames/mobile/1095.jpg");*/
		background-position: top;
        background-size: cover;
		min-height: 400px;
		opacity: 1;
		
		display: flex;
		align-items: center;
		justify-content: center;
    }
	.panel4 .content{
		padding-bottom: 360px;
	}
	.boxtext4{
		opacity: 1;
		width: 190px;
	}
	.panel5{
		/*background-image: url("frames/mobile/1350.jpg");*/
		background-position: top;
        background-size: cover;
		min-height: 200px;
		opacity: 1;
		
		display: flex;
		align-items: center;
		justify-content: center;
    }
	.boxtext5{
		opacity: 1;
		position: relative;
		margin-top: -200px;
	}
	.panel6{
		/*background-image: url("frames/mobile/1495.jpg");*/
		background-position: top;
        background-size: cover;
		min-height: 100vh;
		opacity: 1;
		
    }
	.panel7{
		/*background-image: url("frames/mobile/1782.jpg");*/
		background-position: top;
        background-size: cover;
		min-height: 100vh;
		opacity: 1;
		
    }
	.boxCreditos img {
		width: 180px;
	}
	.boxtext7 {
		max-width: 280px !important;
		width: 400px !important;
		text-align: left;
		font-size: 18px !important;
		margin-bottom: 20px;
	}
	.boxContatoColunas {
		display: initial;
		width: 100%;
		/*margin-top: -150px;*/
	}
	.boxContatoColunasSplit{
		
	}
	.boxtext7Titulo2{
		font-size: 20px;
	}
}