* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; list-style:none;
color: inherit; font-family: "itc-avant-garde-gothic-pro", sans-serif; font-weight: 300; font-style: normal; }

html {
    scroll-padding-top: 150px;
    scroll-behavior:smooth;
}

p, a {font-size: clamp(16px, 2.5vw, 18px);}
h1 { font-size: clamp(32px, 6vw, 50px); } 
h2 { font-size: clamp(28px, 5vw, 40px); }  
h3 { font-size: clamp(20px, 4vw, 25px); }
h4 { font-size: clamp(18px, 3.5vw, 22px); }

.hero, .fifthsection, .thirdsection, .sixthsection{background-color: #000000; color: #fff; padding: 50px 20px;}

/* ==================================== */
/*             DIV SHADOWS              */
/* ==================================== */

.menu, .headerinformation, .flip span, .footer, .infodiv, .image, .textcontainer, .card-front, .card-image{
background: rgba(108, 108, 108, 0.15); box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259);
backdrop-filter: blur(4.4px); border: 1px solid rgba(255, 255, 255, 0.31)}


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

header {position: fixed; top: 0; width: 100%; color: white; z-index: 100; background: linear-gradient(180deg,rgba(0, 0, 0, 0.89) 48%, rgba(0, 0, 0, 0.56) 78%, rgba(0, 0, 0, 0) 100%); }

.headerdiv{ display: flex; flex-direction: row; padding: 30px; align-items: center; justify-content: space-between; }

.logo{width: 200px;}

.menu{ padding: 20px 40px; border-radius: 50px; display: flex; flex-direction: row; gap: 50px;};

.menulink{ color: #ffff; }

/* ==================================== */
/*             DROP DOWN PC             */
/* ==================================== */

.dropdown { position: relative; cursor: pointer; }

.dropdown-menu { position: absolute; top: 50px; left: 50%; transform: translateX(-50%); background: rgba(108, 108, 108, 0.15); backdrop-filter: blur(4.4px);
border: 1px solid rgba(255, 255, 255, 0.31); border-radius: 20px; padding: 10px 0; min-width: 350px; opacity: 0; visibility: hidden; transition: all 0.3s ease;
box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259); list-style: none; margin-top: 10px; z-index: 1000; }

/* Mostrar dropdown cuando tiene clase active */

.dropdown.active .dropdown-menu { opacity: 1; visibility: visible;  margin-top: 0; background-color: #000000ee;  }

.dropdown-menu li { width: 100%; text-align: center;}

.dropdown-link { color: #ffff; text-decoration: none; display: block; padding: 10px 20px; transition: all 0.3s ease; font-size: 16px; }


/* Flecha indicadora */

.dropdown > .menulink::after { content: "▽";  margin-left: 5px; display: inline-block; transition: transform 0.3s ease; }

.dropdown.active > .menulink::after { transform: rotate(180deg); }


/* ========================= */
/*            HERO           */
/* ========================= */

.breadcrumblist, .itemlistelement{display: flex; flex-direction: row; align-items: center; text-align: center; gap: 8px; padding: 10px 30px;}
.itemlistname{font-size: 15px;} .itemlistname.a{font-size: 18px; font-weight: 600;} .itemlistname.b{font-size: 17px; font-weight: 600;}

.hero { min-height: 100vh; width: 100%; background-size: cover; background-position: center; padding: 20px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; }

.hero::before { content: ''; position: absolute; top: 50%; left: 35%; transform: translate(-30%, -50%); width: 850px; height: 350px; filter: blur(70px); background-image: linear-gradient(#0a1966, #94d106, #0a1966); 
opacity: 1; border-radius: 70% 30% 70% 30% / 70% 30% 70% 70%; animation: wave 4s ease-in-out infinite, fadeIn 2s ease-in forwards; z-index: 0; }

.hero > * { position: relative; z-index: 1; }

.herocontent { padding: 40px; position: relative; top: 0; display: flex; flex-direction: column; gap: 20px; z-index: 1; }

.subtitle{font-size: 25px; width: 80%;}

.buttons{padding: 20px 0 ; display: flex; flex-direction: row; gap: 40px; text-align: center;}

.btn-primary{ padding: 12px 36px; border-radius: 50px; box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259); backdrop-filter: blur(4.4px);
border: 1px solid rgba(255, 255, 255, 0.31); transition: 0.25s; }

.btn-primary.demo{ background-color: #94d106; border-color: rgb(175, 247, 6); color: #000; font-weight: 400;}



/* ========================= */
/*         2D SECTION        */
/* ========================= */

.secondsection{display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #000; color: #fff;  }

.whatiserpcontainer{display: flex; justify-content: center; background-image: linear-gradient( rgba(0, 0, 0, 0.8),  rgba(0, 0, 0, 0.8)), url(./images/Power-\ BI-Powerr-BI.webp);}

.whatiserptext{display: flex; flex-direction: column; align-items: center; width: 85%;  gap: 50px; text-align: center; }

.secondsection h2{font-weight: 600; text-align: center;}
/* Línea separadora animada */
.separator {width: 400px; height: 2px; background: linear-gradient(90deg, transparent, #94d106, #fff, #94d106, transparent); animation: moveGradient 2s linear infinite;}

/* ========================= */
/*         3D SECTION        */
/* ========================= */

.thirdsection{display: flex; flex-direction: column; gap: 30px; align-items: center;} 
.thirdsection h2{ font-weight: 600; text-align: center;}
.slider { position: relative; overflow: hidden; align-items: center; width: 100%; max-width: 1000px; margin: 0 auto; }
.slider h3{color: #94d106;}
.sliderinner { display: flex; width: 400%; transition: transform 0.5s ease; } 
.slidercontents { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 20px; text-align: center; box-sizing: border-box; }
.inputcontainer{display: flex; flex-direction: row; padding-top: 40px; padding-bottom: 10px; gap: 10px; justify-content: center; }
.slidernav-container { display: flex; justify-content: center; gap: 12px; margin-top: 30px; position: relative; z-index: 10; }
.slidernav { appearance: none; -webkit-appearance: none; width: 12px; height: 12px; border-radius: 50%; background: #ccc; cursor: pointer; margin: 0; transition: all 0.3s ease; }
.slidernav:checked { background: #94d106; transform: scale(1.2); }
.slidernav:hover { background: #b5ff08;}
.slidercaption { color: #94d106; margin-bottom: 15px; }
.sliderimage {max-width: 80px; }

/* ====================================*/
/*      4D SECTION + CARDS             */
/* ====================================*/

.fourthsection{background-color: #000;}

.fourthsection h2 { font-weight: 600; text-align: center; margin-bottom: 20px; color: #fff;}

.fourthsectionh2container{display: flex; flex-direction: column; align-items: center; gap: 10px;}

.rotarycardscontainer{padding: 30px 20px; display: flex; flex-direction: row; justify-content: center; gap: 90px; background-color: #000; }

.card-container { width: 100%; max-width: 350px;  perspective: 1500px;}

.card-flipper { background-color: transparent; width: 100%; aspect-ratio: 3 / 4; position: relative; transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
transform-style: preserve-3d; border-radius: 1.5rem; box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.5);}

.card-flipper.flipped { transform: rotateY(180deg); }

.card-front, .card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 20px;
 overflow: hidden; transition: box-shadow 0.3s ease; border: 1px solid  #94d106;  }

.card-front { background: #94d106; transform: rotateY(0deg); display: flex; flex-direction: column; justify-content: space-around; align-items: center;
text-align: center; padding: 20px;}

.card-back { background: #000 ; transform: rotateY(180deg); color: #fff; display: flex; flex-direction: column; justify-content: space-around;
align-items: center; padding: 20px; text-align: center; }

.card-image {max-width: 200px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 20px; transition: transform 0.2s ease; }

.card-title {font-weight: 600; color: #000; background-clip: text; margin-bottom: 0.5rem; }

.back-title {color: #94d106; margin-bottom: 5px; border-bottom: 1px solid #94d106; display: inline-block; padding-bottom: 10px; }

.back-description{text-align: justify;}

.flip-hint { bottom: 20px; text-align: center; font-size: 15px; font-weight: 400 ; color: #fff; background: rgba(0, 0, 0, 0.5); width: fit-content;
padding: 4px 12px; border-radius: 30px; backdrop-filter: blur(4px); z-index: 5; cursor: pointer; transition: 0.25s; }

.flip-hint.b{background: #94d1065d;}

.card-front .flip-hint { color: #ffffff; background: rgba(0, 0, 0, 0.4); }

.card-container:active .card-flipper:not(.flipped) { transform: scale(0.99); transition: transform 0.1s; }


/* ====================================*/
/*               5TH SECTION           */
/* ====================================*/

.fifthsection { background-color: #000000; padding: 80px 20px; color: #ffffff; }

.faccontainer { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; max-width: 1200px; margin: 0 auto 50px auto; }

.titleandicon { display: flex; align-items: center; gap: 20px; }

.facicon { width: 50px; height: 50px; filter: brightness(0) saturate(100%) invert(74%) sepia(45%) saturate(1000%) hue-rotate(35deg) brightness(95%) contrast(90%); }

.fifthsection h2 { font-size: 2.2rem; font-weight: 600; margin: 0; color: #ffffff; }

.faq-accordion { max-width: 900px; margin: 0 auto; }

.faq-item { background: rgba(108, 108, 108, 0.15); backdrop-filter: blur(4.4px); border: 1px solid rgba(255, 255, 255, 0.31); 
box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259); border-radius: 20px; margin-bottom: 20px; transition: all 0.3s ease; }

.faq-item summary { padding: 20px 25px; font-size: 17.6px; font-weight: 600; cursor: pointer; list-style: none; display: flex; 
align-items: center; justify-content: space-between; color: #ffffff; border-radius: 20px; }

.faq-answer { padding: 0 25px 25px 25px; border-top: 1px solid rgba(148, 209, 6, 0.3); }

.faq-answer p { color: #dddddd; line-height: 1.6; margin: 16px 0; }

.faq-answer ul { margin: 12px 0 16px 24px; padding: 0; }

.faq-answer li { color: #dddddd; line-height: 1.6; margin: 8px 0; }

.faq-answer strong { color: #94d106; font-weight: 600; }

.faq-answer a { color: #94d106; text-decoration: none; transition: 0.25s; }

.faq-cta { text-align: center; margin-top: 20px; padding: 25px;}

.faq-cta p { margin: 0; color: #ffffff; }

.faq-cta a { color: #94d106; text-decoration: none; font-weight: 600; transition: 0.25s; }



@media (max-width: 768px) { .fifthsection { padding: 60px 16px; } .faccontainer { flex-direction: column; text-align: center; } .titleandicon { flex-direction: column; } .fifthsection h2 { font-size: 1.8rem; } .facicon { width: 40px; height: 40px; } .faq-item summary { padding: 16px 20px; font-size: 1rem; } .faq-answer { padding: 0 20px 20px 20px; } .faq-cta { padding: 18px; border-radius: 30px; } }
@media (max-width: 480px) { .faq-item summary { padding: 14px 16px; font-size: 0.95rem; } .faq-answer { padding: 0 16px 16px 16px; } .faq-answer p, .faq-answer li { font-size: 0.9rem; } }


/* ====================================*/
/*               6TH SECTION           */
/* ====================================*/

.sixthsection{background-color: #000000; color: #fff;}

.cardscontainer{display: flex; flex-direction: row; justify-content: space-around; width: 100%; gap: 10px;}

.cardinformation{display: flex; flex-direction: column; border-radius: 20px; padding: 30px; gap: 15px; border: 1px solid #91d106; color: #ffff; max-width: 550px; min-height: 400px;
box-shadow: 0 0 25px 3px rgba(145, 209, 6, 0.35); background-color: rgba(0, 0, 0, 1);}

.cardtext{text-align: justify; font-size: 16px;}

.freedemotext{font-weight: 600; color: #fff;}

.cardinformation.one, .cardinformation.three{justify-content: space-around;} 

.cardinformation.two{ background-image: linear-gradient( rgba(0, 0, 0, 0.5),  rgba(0, 0, 0, 0.5)), url('./images/Power\ Bi\ Solutions.webp'); background-repeat: no-repeat; background-position: flex-end; justify-content: flex-end; gap: 15px;}

.cardtitle.two, .cardtitle.four{font-weight: 800;}

.cardinformation.four{ gap: 15px; background-repeat: no-repeat; background-position: right; justify-content: flex-end; }

.buttoncards{display: flex; justify-content: flex-end; text-align: center;}

.button2{padding: 12px 30px; border-radius: 50px; box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259); backdrop-filter: blur(4.4px);
border: 1px solid rgba(255, 255, 255, 0.31);  backdrop-filter: blur(4.4px); transition: 0.25s; }

.btn-secondary{padding: 12px 30px; border-radius: 50px; border: 2px solid #94d106; display: flex; align-items: center; transition: 0.25s;  }

.btn-secondary.ai{background-color: #94d106; color: #000; font-weight: 400;}

.dotsline { display: block; width: 100%; border-bottom: 10px dotted #94d106;}

.partnertext{background-color: #000000; color: #fff; text-align: center; padding: 20px;}


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

footer{background-color: #000000; color: #fff; padding: 20px; display: flex; flex-direction: column; text-align: center; gap: 20px; }
.footer{padding: 30px; display: flex; flex-direction: row; justify-content: space-around; border-radius: 50px; text-align: center;}
.subtitlefooter{margin-bottom: 10px;}
.linksfooter{color: #fff;}
.pagelinks.logo{display:flex; flex-direction: column; justify-content: center; align-items: center;}















