
:root {
    
    /* Colores */
    --pruple: #6b5b75;
    --opurple: #4a434f;

    --green: #3eb991;
    --ogreen: #3f544b;

    /* --orange:#f7953c; */
    --orange:#e08836;
}

*{
    margin: 0;
    padding: 0;
}

*, *::before, *::after{box-sizing: border-box;}

body{min-height: 100dvh; cursor: none !important; overflow-y: hidden !important;}

input, button, textarea, select{font: inherit;}

p{text-wrap: pretty; font-family: 'Europa'; color: #fff;}

h1, h2, h3, h4, h5, h6{text-wrap: balance;}

img, video, svg {height: auto; max-width: 100%;}

body{background-color: #000000 !important;}

#app{height: 100dvh !important;}

html {overflow-y: hidden !important;}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.custom-cursor {
    position: fixed;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(185, 117, 62, 0.6) 0%, transparent 70%);
    pointer-events: none;
    z-index: 10000;
    filter: blur(20px) drop-shadow(0 0 30px rgba(185, 117, 62, 0.7));
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease;
}

.bground{
    width: 75%;
    max-width: 300px !important;
    margin: 0 auto;
    /* border: 1px solid red; */
    height: 36dvh;
    display: flex;
    justify-content: center;
    align-items:center;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: .5rem 0rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.text-inner {
    max-width: 800px;
}

.text-slide {
    display: none;
}

.text-slide.active {
    display: block;
}

.typewriter-line {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
    color: #ffffff;
    width: 0;
    opacity: 0;
    border-right: 2px solid transparent; /* Por defecto oculto */
        
}

/* Dots en otro color */
.dots {
    color: var(--green);
}

/* Animaciones por línea */
.line1 {
    animation: typing1 6s steps(12, end) infinite;
}

.line2 {
    color: var(--orange) !important;
    animation: typing2 6s steps(4, end) infinite;
}

.line3 {
    animation: typing3 6s steps(14, end) infinite;
}

/* Keyframes con cursor que desaparece justo al final del texto */
@keyframes typing1 {
    0%   { width: 0; opacity: 0; border-right: 1px solid #fefdfe; }
    10%  { opacity: 1; }
    25%  { width: 100%; }
    26%  { border-right: 1px solid transparent; } /* se apaga justo después de escribir */
    100% { opacity: 1; width: 100%; }
}

@keyframes typing2 {
    20%  { width: 0; opacity: 0; border-right: 1px solid #6c5b7b; }
    30%  { opacity: 1; }
    45%  { width: 100%; }
    46%  { border-right: 1px solid transparent; }
    100% { opacity: 1; width: 100%; }
}

@keyframes typing3 {
    40%  { width: 0; opacity: 0; border-right: 1px solid #6c5b7b; }
    50%  { opacity: 1; }
    65%  { width: 100%; }
    66%  { border-right: 1px solid transparent; }
    100% { opacity: 1; width: 100%; }
}

.foot{
    height: auto;
    /* border: 1px solid white; */
    position: absolute;
    width: 100%;
    bottom: 0 !important;
}

.contact_cont {
    width: 86%;
    max-width: 360px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 1rem !important;
    border-radius: .6rem;
    /* gap: 1.9rem; */
    /* border: 1px solid white; */
}

.contact_item {
     display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact_item a {
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_item span {
    margin-top: 0.2rem;
    font-size: .8rem;       /* Pequeñito */
    color: rgba(255, 255, 255, 0.6); /* Gris tenue */
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    /* font-family: 'Europa', Courier, monospace; */
}

.contact_item a:hover span {
    color: rgb(255, 255, 255); /* Se ilumina sutil al pasar el mouse */
    font-weight: 400;
}

.contact_cont .v-icon{
    font-size: 2.7rem;
    color:#ffffff !important;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    filter: brightness(1);
}

.contact_cont #whatsapp, #instagram, #email, #brochure{
    color: var(--green) !important;
    background-size: 100% 200%;
    background-position: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
}

.contact_cont #whatsapp:hover {
    background-position: 0% 0%;
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 15px var(--green));
}

.contact_cont #instagram:hover {
    background-position: 0% 0%;
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 15px var(--green));
}

.contact_cont #email:hover {
    background-position: 0% 0%;
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 15px var(--green));
}

.contact_cont #brochure:hover {
    background-position: 0% 0%;
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 15px var(--green));
}

.derechos{
    /* border: 1px solid orange !important; */
    padding: 1.8rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0rem !important;
}

.derechos p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.derechos p > strong{
    /* letter-spacing: .08rem; */
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icon-derechos{
    color: white !important;
    margin-left: 0.25rem;
    font-size: 1.2rem !important;
}


.wave-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20dvh;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    animation: waveFloat 5s ease-in-out infinite;
}

.wave1 {
    animation-delay: 0s;
    opacity: .3;
}

.wave2 {
    animation-delay: 3s; /* mitad del ciclo para alternancia */
    opacity: .2;
}

@keyframes waveFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(1rem); /* sube o baja ligeramente */
  }
}

/* Animacion de Fondo con ondas */
.st0 {
    stroke: url(#Degradado_sin_nombre5);
    stroke-width: 3.29px;
}

.st0, .st1, .st2, .st3, .st4, .st5, .st6, .st7 {
    fill: none;
    stroke-miterlimit: 10;
}

.st1 {
    stroke: url(#Degradado_sin_nombre4);
    stroke-width: 3.86px;
}

.st2 {
    stroke: url(#Degradado_sin_nombre);
}

.st3 {
    stroke: url(#Degradado_sin_nombre3);
    stroke-width: 2.71px;
}

.st4 {
    stroke: url(#Degradado_sin_nombre7);
    stroke-width: 5px;
}

.st5 {
    stroke: url(#Degradado_sin_nombre6);
    stroke-width: 4.43px;
}

.st6 {
    stroke: url(#Degradado_sin_nombre2);
    stroke-width: 2.14px;
}

.st7 {
    stroke: url(#Degradado_sin_nombre1);
    stroke-width: 1.57px;        
}

.linea-1,
.linea-2,
.linea-3,
.linea-4,
.linea-5,
.linea-6,
.linea-7,
.linea-8 {
  opacity: 0;
}    
      
.linea-7,
.linea-8 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.linea-1,
.linea-2,
.linea-3,
.linea-4,
.linea-5,
.linea-6{
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
}
      
.linea-8{        
    animation: animacion-lineas 2s linear forwards ;      
    opacity: 1;  
}

.linea-7{   
    animation: animacion-lineas 3s linear forwards ;
    animation-delay: 1s;
    opacity: 1; 
}

.linea-6{ 
    animation: animacion-lineas 4s linear forwards;
    animation-delay: 1s;
    opacity: 1;  
}

.linea-5{
    animation: animacion-lineas 5s linear forwards;  
    animation-delay: 1s;
    opacity: 1; 
}

.linea-4{
    animation: animacion-lineas 5s linear forwards ; 
    animation-delay: 1s; 
    opacity: 1;  
}

.linea-3{
    animation: animacion-lineas 3s alternate-reverse infinite;   
}

.linea-2{
    animation: animacion-lineas 4s ease-in-out infinite;  
    opacity: 1;  
}

.linea-1{
    animation: animacion-lineas 3s ease-in infinite;  
}     
      
@keyframes animacion-lineas {
    to {
        stroke-dashoffset: 0;
        opacity: 1;       
  }
}

.animacion {
    width: 85%;
    max-width: 260px !important;
    position: absolute;
    right: -35%;
    z-index: -1;
    top: 26%;
    opacity: 0.5;
    height: auto;
    filter: blur(0.1px);
}

.animacion2{
    display: none;
}

/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* border: 1px solid white; */
    padding-top: 2.8rem;
}

#preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
    position: relative;
}

/* Logo Container */
.preloader-logo {
    width: 260px !important;
    height: auto;
    margin: 0 auto 2rem;
    opacity: 0;
    animation: fadeInLogo 1s ease forwards;
    /* border: 1px solid white; */
}

.preloader-logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(62, 185, 145, 0.5));
}

@keyframes fadeInLogo {
    to {
        opacity: 1;
    }
}

/* Spinner - Ondas circulares */
.spinner-waves {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    animation: waveExpand 3s ease-out infinite;
}

.wave:nth-child(1) {
    border-color: #3eb991;
    animation-delay: 0s;
}

.wave:nth-child(2) {
    border-color: #e08836;
    animation-delay: 0.4s;
}

.wave:nth-child(3) {
    border-color: #6b5b75;
    animation-delay: 0.8s;
}

@keyframes waveExpand {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/***************** Preload Text ************/
.loading-text {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1.1rem !important;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2rem;
    letter-spacing: 0.1rem;
    animation: pulse 1.7s ease-in-out infinite;
}

.loading-text .dot {
    animation: dotPulse 1.5s infinite;
}

.loading-text .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-text .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

/* Progress Bar */
.progress-container {
    width: 200px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 1.5rem auto 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3eb991, #e08836);
    border-radius: 10px;
    width: 0%;
    animation: progressLoad 2s ease-out forwards;
}

@keyframes progressLoad {
    to {
        width: 100%;
    }
}