* ,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'redonda-light';
  src: url('../font/Redonda-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'redonda-regular';
  src: url('../font/Redonda-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'redonda-bold';
  src: url('../font/Redonda-Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'redonda-extrabold';
  src: url('../font/Redonda-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'redonda-black';
  src: url('../font/Redonda-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'redonda-regular', sans-serif;
  background-color: #000;
  padding: 20px;
}

/* Preloader - tela de carregamento */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* ou sua cor de fundo */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Animação do loader (círculo girando) */
.loader {
  border: 8px solid #ececec;
  border-top: 8px solid #ff5416;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Animação de rotação */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Ocultar o preloader suavemente */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #1d1d1d;
  border-radius: 10px;
  max-width: 1280px;
  margin: 0 auto 40px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.logo{
  pointer-events: none;
  -webkit-user-drag: none;
}

.contato a {
  font-family: 'redonda-bold', sans-serif;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 16px;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.contato a:hover {
  background-color: #ff5416;
  border: 2px solid #ff5416;
  color: #fff;
}

/* Seção de Introdução */
.intro {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  height: 60vh;
  background: url('../img/Logo_stroke.svg') center center/cover no-repeat;
  background-size: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}

.titulo-principal {
  font-size: clamp(2.5rem, 5vw + 1rem, 6rem);
  font-family: 'redonda-black', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.subtitulo {
  font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
  color: #fff;
  font-weight: 100;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.figurinha_1 {
  position: absolute;
  top: 70%;
  left: 25%;
  width: 200px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.intro-projetos {
  position: relative;
  width: 100%;
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.intro-projetos:hover{
  cursor: url('../img/Logos/favicon.svg') 16 16, auto;
}
.projetos-sequencia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projeto-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
}

.projeto-frame.active {
  opacity: 1;
  z-index: 1;
}
.projeto {
  position: relative;
  border-radius: 20px;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.titulo-projetos{
  font-family: 'redonda-light', sans-serif;
  color: #fff;
  font-size: 24pt;
  margin-top:40px;
  margin-bottom: 30px;
}
.projeto:hover{
  cursor: url('../img/Logos/cursor.svg') 16 16, auto;
}
.projeto::before {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5416; /* você pode mudar para #6a0dad, por exemplo */
  transition: bottom 0.4s ease;
  z-index: 1;
  border-radius: 20px;
}

.projeto:hover::before {
  bottom: 0;
}

.subtitulo-projeto {
  position: absolute;
  bottom: 30px;
  margin-left: 20px;
  left: 0;
  right: 0;
  text-align: left;
  padding: 20px;
  font-family: 'redonda-extrabold', sans-serif;
  text-transform: uppercase;
  font-size: 18pt;
  color: #fff;
  font-weight: 100;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.projeto:hover .subtitulo-projeto {
  opacity: 1;
}

/* Fundos dos projetos */
.projeto-1 {
  background-image: url('../img/projetos/technik.webp');
}

.projeto-2 {
  background-image: url('../img/projetos/samia.webp');
}

.projeto-3 {
  background-image: url('../img/projetos/gymup.webp');
}

.projeto-4 {
  background-image: url('../img/projetos/gois.webp');
}

.secao-sobre {
  height: 600px;
  border-radius: 40px;
  color: #fff;
  margin-bottom: 80px !important;
}

.texto-sobre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 80px;
}

.titulo-sobre {
  font-size: 60pt;
  line-height: 0.9;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'redonda-black', sans-serif;
  color: white;
}

.descricao-sobre {
  margin-top: 40px;
  font-size: 15pt;
  line-height: 1.5;
  font-family: 'redonda-light', sans-serif;
}

.imagens-sobre {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.bloco-imagens {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3/4;
}

.imagem-secundaria,
.imagem-destaque {
  position: absolute;
  width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.imagem-secundaria {
  top: 60px;
  left: 110px;
  z-index: 1;
}

.imagem-destaque {
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.imagem-destaque,
.imagem-hover {
  position: absolute;
  width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

.imagem-hover {
  z-index: 1;
  opacity: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.imagem-destaque {
  z-index: 2;
}
.bloco-imagens:hover .imagem-destaque {
  opacity: 0;
}
/* Hover: imagem-hover aparece por cima suavemente */
.bloco-imagens:hover .imagem-hover {
  opacity: 1;
}


.secao-logos-slide {
  padding-top: 60px;
  padding-bottom: 5px;
  border-radius: 20px;
  overflow: hidden;
}

.titulo-slide h2 {
  font-family: 'redonda-black', sans-serif;
  font-size: 24pt;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.logos-slide-container {
  overflow: hidden;
  position: relative;
}

.logos-slide-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: slideLogos 30s linear infinite;
}

.logo-slide {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.logo-slide img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

/* animação do slider */
@keyframes slideLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.video-slider {
  overflow: hidden;
  padding: 60px 0;
}

.video-slider .container {
  max-width: 1280px; /* ou o que você estiver usando */
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 40px;
  animation: slideVideos 30s linear infinite;
  width: calc((300px + 40px) * 12); /* 6 vídeos duplicados */
}

.slider-track video {
  width: 300px;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

@keyframes slideVideos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.contato-final {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
}

.cta-texto {
  grid-column: 1 / -1; /* Ocupa todas as colunas */
  text-align: left;
}

.cta-texto h2 {
  text-align: center;
  justify-content: center;
  font-family: 'redonda-black', sans-serif;
  font-size: clamp(2.5rem, 5vw + 1rem, 7.7rem);
  line-height: 1.2;
  margin-bottom: 30px;
}

.subcta {
  text-align: center;
  justify-content: center;
  font-size: clamp(1.4rem, 2vw + 1rem, 3.3rem);
  margin-top: 20px;
  font-family: 'redonda-bold', sans-serif;
  margin-bottom: 40px;
}

.botao-cta {
  display: block;
  margin: 0 auto 10px auto;
  background-color: #ff5416;
  color: #000;
  font-size: 22pt;
  font-family: 'redonda-black', sans-serif;
  padding: 25px 90px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s;
  width: fit-content;
}

.botao-cta:hover {
  background-color: #5218FA;
  cursor:pointer;
}

.redes-sociais {
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.redes-sociais a {
  font-family: 'redonda-black', sans-serif;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.redes-sociais a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 3px;
  background-color: #ff5416;
}

.redes-sociais a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 3px;
  background-color: #ff5416;
  transform: scaleX(0.6);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}
.redes-sociais a:hover::after {
  transform: scaleX(1);
  background-color: #ffffff; /* nova cor no hover */
}

.relogio {
  font-family: 'redonda-bold', sans-serif;
  font-size: 12PT;
  color: #fff;
  height: 45px;
  width: 130px;
  border-radius: 12px;
  display: inline-block;
}
.form-step {
	display: none;
	animation: fadeIn 0.4s ease-in-out;
}

.form-step.active {
	display: block;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateX(20px); }
	to { opacity: 1; transform: translateX(0); }
}

select[multiple] {
	height: 100px;
}

.form-panel {
  font-family: 'redonda-light', sans-serif;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Para suporte no Safari */
  background: rgba(255, 255, 255, 1); /* Cor semi-transparente */
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
  padding: 40px 30px;
}

.form-panel.open {
  right: 0;
}

.form-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}

.form-panel h2 {
  margin-top: 0;
  font-size: 24px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-panel label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.form-panel input,
.form-panel textarea,
.form-panel select {
  font-family: 'redonda-light', sans-serif;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 16px;
}

.form-panel select[multiple] {
  height: 150px;
}

.form-navigation {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.form-navigation button {
  font-family: 'redonda-bold', sans-serif;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}
.sub-form{
  margin-top: 20px;
}

.close-panel {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

.checkbox-block {
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 15px;
  margin: 10px 0;
  border: 2px solid #000000;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, border-color 0.3s;
  position: relative;
  user-select: none;
}

.checkbox-block input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-block:has(input:checked) {
  background-color: #ff5416;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}

.checkbox-block:hover {
  border-color: #000;
}

/* Animação de entrada suave de baixo para cima */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.appear {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 1024px) {
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #1d1d1d;
    border-radius: 10px;
    max-width: 1280px;
    margin: 0 auto 0px auto;
  }

/* Seção de Introdução */
.intro {
  width: 100%;
  height: 50vh;
  background-size: 40%;
  margin-bottom: 0px;
}

.intro-projetos {
  width: 100%;
  height: 600px;
  padding: 0 20px;
}
.figurinha_1 {
  top: 52%;
  left: 5%;
}
.projeto {
  height: 600px;
  margin-bottom: 0px;
}

.titulo-projetos{
  font-size: 28pt;
  margin-top:40px;
  margin-bottom: 30px;
}
.secao-sobre {
  height: 100%;
  margin-top: 80px!important;
  margin-bottom: 80px !important;
}
.texto-sobre {
  margin-left: 10px;
}
.titulo-sobre {
  font-size: 60pt;
}

.descricao-sobre {
  margin-top: 40px;
  font-size: 26pt;
}

.imagens-sobre {
  display: none;
  justify-content: left;
  margin-left: 230px;
  margin-top: 60px;
}

.contato-final {
  padding: 80px 0;
}


.cta-texto h2 {
  font-size: 72pt;
  margin-bottom: 30px;
}

.subcta {
  font-size: 50pt;
  margin-top: 20px;
  margin-bottom: 40px;
}

.botao-cta {
  padding: 35px 180px;
}

.redes-sociais {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.redes-sociais a {
  font-family: 'redonda-bold', sans-serif;
  font-size: 18pt;
}

.redes-sociais a::after {
  bottom: 13px;
  height: 5px;
}

.cta-texto h2 {
  font-size: clamp(2.5rem, 5vw + 1rem, 7.7rem);
  line-height: 1.2;
  margin-bottom: 30px;
}

.subcta {
  text-align: center;
  justify-content: center;
  font-size: clamp(1.4rem, 2vw + 1rem, 3.3rem);
  margin-top: 20px;
  font-family: 'redonda-bold', sans-serif;
  margin-bottom: 40px;
}

.botao-cta {
  display: block;
  margin: 0 auto 10px auto;
  background-color: #ff5416;
  color: #000;
  font-size: 22pt;
  font-family: 'redonda-black', sans-serif;
  padding: 25px 90px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s;
  width: fit-content;
}
}

@media (max-width: 768px) {
  .titulo-principal {
    font-size: 1.7rem;
  }
  .subtitulo {
    font-size: 0.8rem;
  }
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    background-color: #1d1d1d;
    border-radius: 10px;
    max-width: 1280px;
    margin: 0 auto 0px auto;
  }

.logo{
  text-align: center;
}
.contato a {
display: none;
}

/* Seção de Introdução */
.intro {
  width: 100%;
  height: 40vh;
  background-size: 60%;
  margin-bottom: 0px;
}
.intro-projetos {
  width: 100%;
  height: 300px;
  padding: 0 20px;
}
.figurinha_1 {
  top: 50%;
  left: 5%;
  width: 120px;
}
.projeto {
  height: 300px;
  margin-bottom: 0px;
}

.titulo-projetos{
  font-size: 18pt;
  margin-top:40px;
  margin-bottom: 30px;
}
.secao-sobre {
  height: 100%;
  margin-top: 70px!important;
  margin-bottom: 40px !important;
}
.texto-sobre {
  margin-left: 10px;
}
.titulo-sobre {
  font-size: 40pt;
}

.descricao-sobre {
  margin-top: 40px;
  font-size: 16pt;
}

.imagens-sobre {
  display: none;
  justify-content: left;
  margin-left: 230px;
  margin-top: 60px;
}

.contato-final {
  padding: 20px 0;
}
.cta-texto h2 {
  font-size: 24pt;
  margin-left: 0;
  margin-bottom: 30px;
}

.subcta {
  font-size: 18pt;
  margin-top: 10px;
  margin-bottom: 40px;
}

.botao-cta {
  padding: 15px 110px;
}

.redes-sociais {
  margin-top: 60px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.redes-sociais a {
  font-family: 'redonda-bold', sans-serif;
  font-size: 10pt;
}

.redes-sociais a::after {
  bottom: 20px;
  height: 5px;
}

.video-slider {
  overflow: hidden;
  padding: 60px 0;
}

.video-slider .container {
  max-width: 1280px; /* ou o que você estiver usando */
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 40px;
  animation: slideVideos 30s linear infinite;
  width: calc((300px + 40px) * 12); /* 6 vídeos duplicados */
}

.slider-track video {
  width: 200px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

@keyframes slideVideos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%);
  }
}
}


