/* =======================
   GENERAL
========================== */
@font-face {
    font-family: 'torukscregular';
    src: url('../font/torukscregular-z8ma1-webfont.woff2') format('woff2'),
         url('../torukscregular-z8ma1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'torukscregular';
  background-color: #0d0d0d;
  color: white;
  cursor: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}
.bg-overlay-full {
  background: rgba(0, 0, 0, 0.6); /* Fondo oscuro semitransparente */
  width: 100%;
  padding: 20px 0;
}
.overlay-section {
  width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    padding: 17px 0;
    position: relative;
    z-index: 2;
    margin: 54px 0;
}
.overlay-section-buy {
  width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    padding: 17px 0;
    position: relative;
    z-index: 2;
    margin: 0px 0 54px 0;
}

.full-width-section h2,
.full-width-section,
.full-width-section div,
.full-width-section strong,
.full-width-section p {
  color: white;
}



/* =======================
   HEADER
========================== */

.site-header .top-bar {
  font-size: 0.875rem;
  background-color: #000;
  color: #fff;
}

.site-header .top-bar a {
  color: #fff;
  text-decoration: none;
}

.site-header nav.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #0071ce;
}

.site-header .navbar-brand {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.site-header .navbar-brand img {
  height: 40px;
  margin-right: 10px;
}

.site-header .nav-link {
  color: #fff;
}

.site-header .nav-link:hover {
  color: #00d4ff;
}

.site-header .btn {
  font-weight: bold;
}

@media (max-width: 576px) {
  .site-header .top-bar {
    display: none;
  }
}

/* Header sticky opcional */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* =======================
   HERO BANNER (solo imagen)
========================== */

.hero-banner {
  width: 100%;
  height: 500px;
  background: url('../img/hero.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}

/* PARALLAX SECTION CON VIDEO */
.parallax-section {
  position: relative;
  height: auto;
  overflow: hidden;
  color: white;
}

.parallax-section .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.parallax-section .overlay-dark {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.parallax-section .container {
  position: relative;
  z-index: 2;
}

.btn-avatar {
  font-family: 'torukscregular', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border: 2px solid #00d4ff;
  color: #00d4ff;
  background-color: transparent;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-avatar:hover,
.btn-avatar:focus,
.btn-avatar:active {
  background-color: rgba(0, 212, 255, 0.15);
  color: #00f6ff;
  border-color: #00f6ff;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.7),
              0 0 40px rgba(0, 212, 255, 0.5);
  outline: none;
}
.btn-avatar::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,212,255,0.4) 0%, transparent 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-avatar:hover::after {
  opacity: 1;
}
/* =======================
   TRAILER
========================== */
#trailer  {
  background: url('../img/avatar.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
	
}

.ratio iframe {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
}
/* =======================
   TEXTO
========================== */
#text {
  background: url('../img/text.jpg') no-repeat bottom center;
  background-size: cover;
  background-attachment: scroll;
}


/* =======================
   GALERÍA
========================== */
#galeria {
  background: url('../img/selva.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}

#galeria img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
}



.bg-brand {
  background-color: rgba(0, 0, 0, 0.7);
  color: #aaa;
  font-size: 0.875rem;
  padding: 20px 2px;
}

/* =======================
   FOOTER
========================== */

footer {
  background-color: #0071ce;
  color: #aaa;
  font-size: 0.875rem;
}

/* =======================
   CURSOR PERSONALIZADO
========================== */
@media (max-width: 576px) {
  body {
    cursor: none;
  }
}

@media (min-width: 768px) {
  body {
    cursor: none;
  }
}
@media (max-width: 1200px) {
   .hero-banner {
    width: 100%;
    height: 400px;
    background: url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}
	}
@media (max-width: 1400px) {
   .hero-banner {
    width: 100%;
    height: 400px;
    background: url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}
	}

@media (max-width: 767px) {
  body {
    cursor: default;
  }
   .hero-banner {
    width: 100%;
    height: 180px;
    background: url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}
	 #text .container h3{
    font-size: 14px;
    
}
		 #text .container p{
    font-size: 14px;
    
} 
	#galeria strong {
		font-size: 13px;
	}
	.parallax-section strong{
		font-size: 13px;
	}
		.parallax-section .img{
		width: 50%;;
	}
}
@media (max-width: 576px) {
  body {
    cursor: default;
  }
	.h3, h3 {
    font-size: 1rem;
}
	.text-etapas h2 {
		font-size: 14px !important; 
	}
	.text-etapas p {
		font-size: 12px;
	}
	.btn-avatar {
    font-family: 'torukscregular', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 13px;
    border: 2px solid #00d4ff;
    color: #00d4ff;
    background-color: transparent;
    border-radius: 30px;
    transition: all 0.3s 
ease;
    box-shadow: 0 0 8px rgba(0, 212, 255, 0.3);
    position: relative;
    overflow: hidden;
}
	.info img {
    max-width: 92%;
    height: auto;
    width: 17%;
	display: none;
}
   .hero-banner {
    width: 100%;
    height: 130px;
    background: url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}
	 #text .container h3{
    font-size: 14px;
    
}
		 #text .container p{
    font-size: 14px;
    
} 
	#galeria strong {
		font-size: 10px;
	}
	.parallax-section strong{
		font-size: 13px;
	}
		.parallax-section .img{
		width: 50%;;
	}
	.legal img{
		width: 30%;
	}
	.produce img{
		width: 90%;
	}
	.overlay-section-buy {
    width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    padding: 17px 0;
    position: relative;
    z-index: 2;
    margin: 0px; 
		
}
	.overlay-section {
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    padding: 17px 0;
    position: relative;
    z-index: 2;
   margin: 0;
}
}
  /* CURSOR PERSONALIZADO CON PARTÍCULAS */
.custom-cursor {
  position: absolute;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 9999;
}

/* Partículas animadas */
.cursor-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 255, 255, 0.5);
  animation: floatParticle 4s infinite ease-in-out;
}

@keyframes floatParticle {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(10px, -15px) scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: translate(-10px, 15px) scale(1);
    opacity: 1;
  }
}