:root{
  --bg: #001849;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --line: rgba(255,255,255,.12);
  --shadow: 0 18px 70px rgba(0,0,0,.45);

  --accent: #ff7a18;   /* naranja */
  --accent2:#38bdf8;   /* azul cielo */
  --ok:#22c55e;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 10% 10%, rgba(56,189,248,.16), transparent 50%),
              radial-gradient(900px 600px at 85% 20%, rgba(255,122,24,.18), transparent 55%),
              var(--bg);
  color: var(--text);
}

a{ color:inherit; text-decoration:none; }
.container{ width:min(1120px, 92%); margin:0 auto; }

.scrollbar{
  position:fixed; top:0; left:0; height:3px; width:0%;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  z-index:9999;
}

.header{
  position:sticky; top:0; z-index:1000;
  backdrop-filter: blur(14px);
  background: rgba(11,18,32,.55);
  border-bottom: 1px solid var(--line);
}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0;
  gap: 12px;
}

.brand{ display:flex; align-items:center; gap:10px; }
.brandMark{
  display:inline-grid; place-items:center;
  width:38px; height:38px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,122,24,.95), rgba(56,189,248,.85));
  color:#0b1220;
  font-weight:900;
  letter-spacing:.5px;
  box-shadow: 0 12px 35px rgba(0,0,0,.35);
}
.brandText{ font-weight:700; letter-spacing:.2px; }

.navMenu{
  display:flex; align-items:center; gap: 10px;
}
.navLink{
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  transition: transform .15s ease, background .2s ease, color .2s ease;
}
.navLink:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
  color: var(--text);
}

.navLink--cta{
  background: rgba(255,122,24,.16);
  border: 1px solid rgba(255,122,24,.35);
  color: var(--text);
}


.navLink.active {
  background: rgba(255, 122, 24, 0.16);
  border: 1px solid rgba(255, 122, 24, 0.35);
  color: var(--text);
  border-radius: 12px;
}



.navToggle{
  display:none;
  width:44px; height:44px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  cursor:pointer;
}
.navToggleLine{
  display:block;
  width:18px; height:2px;
  background: rgba(255,255,255,.85);
  margin: 4px auto;
  border-radius: 99px;
}

/* Hero */
.hero{
  position:relative;
  padding: 54px 0 26px;
  overflow:hidden;
}
.heroGlow{
  position:absolute; inset:-200px -200px auto -200px;
  height:520px;
  background: radial-gradient(circle at 30% 40%, rgba(255,122,24,.18), transparent 60%),
              radial-gradient(circle at 60% 30%, rgba(56,189,248,.16), transparent 60%);
  filter: blur(30px);
  z-index:-1;
}

.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  align-items: stretch;
}
.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--muted);
  width: fit-content;
}
.dot{
  width:10px; height:10px; border-radius: 99px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  box-shadow: 0 0 0 4px rgba(255,255,255,.04);
}
.heroText h1{
  margin: 14px 0 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.accent{ color: var(--accent); }
.accent2{ color: var(--accent2); }

.lead{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.heroActions{ display:flex; gap:12px; flex-wrap:wrap; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 700;
  cursor:pointer;
  transition: transform .15s ease, background .2s ease, border .2s ease;
}
.btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,.10); }
.btnPrimary{
  border-color: rgba(255,122,24,.45);
  background: linear-gradient(135deg, rgba(255,122,24,.18), rgba(56,189,248,.12));
}
.btnGhost{
  border-color: rgba(255,255,255,.16);
}
.btnFull{ width:100%; }

.heroStats{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
.stat{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 12px;
}
.statNum{
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.statLabel{ color: var(--muted); font-size: .88rem; margin-top: 4px; }

/* Glass Card */
.heroCard{ display:flex; }
.glassCard{
  width:100%;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  padding: 16px;
}
.glassHead{ display:flex; gap:12px; align-items:center; margin-bottom: 12px; }
.avatar{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  font-size: 20px;
}
.glassTitle{ margin:0; font-weight:800; }
.glassSub{ margin:4px 0 0; color: var(--muted); font-size:.9rem; }

.chips{ display:flex; flex-wrap:wrap; gap:8px; margin: 12px 0 14px; }
.chip{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-size: .9rem;
}

.miniPanel{
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 12px;
  margin-bottom: 12px;
}
.miniLabel{ margin:0 0 8px; color: var(--muted); font-weight:700; font-size:.9rem; }
.miniList{ margin:0; padding-left: 18px; color: var(--muted); }
.miniList li{ margin: 6px 0; }

/* Sections */
.section{ padding: 54px 0; }
.sectionAlt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.00));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.sectionHead{
  display:flex;
  flex-direction:column;
  gap: 8px;
  margin-bottom: 18px;
}
.sectionHead h2{
  margin:0;
  font-size: clamp(22px, 2.6vw, 32px);
}
.sectionHead p{ margin:0; color: var(--muted); }

.grid{ display:grid; gap: 14px; }
.cards{ grid-template-columns: repeat(4, minmax(0,1fr)); }
.card{
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px;
  transition: transform .15s ease, background .2s ease;
}
.card:hover{ transform: translateY(-2px); background: rgba(255,255,255,.06); }
.icon{
  width:42px; height:42px;
  border-radius: 16px;
  display:grid; place-items:center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  margin-bottom: 10px;
}
.card h3{ margin: 0 0 8px; }
.card p{ margin: 0 0 10px; color: var(--muted); line-height: 1.6; }
.list{ margin:0; padding-left: 18px; color: var(--muted); }
.list li{ margin: 6px 0; }

.callout{
  margin-top: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,122,24,.35);
  background: rgba(255,122,24,.08);
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.callout h3{ margin:0 0 6px; }
.callout p{ margin:0; color: var(--muted); }

/* Split */
.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
  align-items:start;
}
.splitText h2{ margin-top:0; }
.feature{
  display:flex;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  margin-top: 10px;
}
.featureIcon{
  width:42px; height:42px;
  border-radius: 16px;
  display:grid; place-items:center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}
.feature h3, .feature h4{ margin:0 0 6px; }
.feature p{ margin:0; color: var(--muted); line-height: 1.6; }

.panel{
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px;
}
.checklist{ margin: 10px 0 0; padding:0; list-style:none; }
.checklist li{
  display:flex; gap:10px; align-items:flex-start;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255,255,255,.10);
}
.checklist li:last-child{ border-bottom:0; }
.checklist span{ color: var(--ok); margin-top:1px; }

.divider{ height:1px; background: rgba(255,255,255,.10); margin: 12px 0; }

.tags{ display:flex; flex-wrap:wrap; gap:8px; }
.tag{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-size: .9rem;
}




/* -----------------Codigo a quitar-------------- */
.auditGrid{ 
grid-template-columns: repeat(4, minmax(0,1fr));
}
.auditCard{
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px;
  transition: transform .15s ease, background .2s ease;
}

.auditCard h3{ margin:0 0 8px; }
.auditCard p{ margin:0; color: var(--muted); line-height: 1.6;}
/* ---------------Codigo a quitar------------------- */




.note{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(56,189,248,.30);
  background: rgba(56,189,248,.08);
  padding: 12px;
  color: var(--muted);
}

/* Tabs */
.tabs{ display:flex; gap:8px; margin-top: 10px; flex-wrap:wrap; }
.tabBtn{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight:800;
  cursor:pointer;
}
.tabBtn.active{
  border-color: rgba(255,122,24,.40);
  background: rgba(255,122,24,.12);
  color: var(--text);
}
.tabPanels{ margin-top: 10px; }
.tabPanel{ display:none; }
.tabPanel.active{ display:block; }

/* Timeline */
.timeline{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap: 12px;
}
.timeline li{
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.step{
  min-width: 46px;
  height:46px;
  border-radius: 16px;
  display:grid; place-items:center;
  font-weight: 900;
  color:#0b1220;
  background: linear-gradient(135deg, rgba(255,122,24,.95), rgba(56,189,248,.85));
}
.timeline h3{ margin:0 0 6px; }
.timeline p{ margin:0; color: var(--muted); line-height:1.6; }

/* Contact */
.contactGrid{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 14px;
  align-items:start;
}
.contactCard{
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px;
}
.muted{ color: var(--muted); }

.infoList{ margin-top: 10px; display:grid; gap: 10px; }
.infoRow{
  display:flex; justify-content:space-between; gap: 10px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.infoKey{ color: var(--muted); font-weight:700; }
.infoVal a{ color: var(--accent2); }

.miniNote{
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding: 10px;
  color: var(--muted);
}

.form{
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 14px;
}
.field{ display:grid; gap: 8px; margin-bottom: 12px; }
label{ font-weight:800; letter-spacing:.2px; }
input, select, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(11,18,32,.55);
  color: var(--text);
  outline:none;
}
input:focus, select:focus, textarea:focus{
  border-color: rgba(56,189,248,.55);
  box-shadow: 0 0 0 4px rgba(56,189,248,.10);
}
.error{ color: rgba(255,122,24,.95); min-height: 16px; }
.formHint{ color: var(--muted); font-size:.9rem; margin: 10px 0 0; }

.toast{
  margin-top: 12px;
  display:none;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(34,197,94,.35);
  background: rgba(34,197,94,.10);
  color: rgba(255,255,255,.88);
}

/* Footer */
.footer{
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.15);
  padding: 26px 0;
}
.footerGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 14px;
  align-items:center;
}
.brandFooter{ display:flex; align-items:center; gap:10px; }
.footerLinks{ display:flex; gap: 10px; flex-wrap:wrap; justify-content:center; }
.footerLinks a{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: var(--muted);
}
.footerCopy{ text-align:right; color: var(--muted); }

/* To top */
.toTop{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
  display:none;
}

/* Reveal animations */
.reveal{
  opacity:0;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
}
.reveal.visible{
  opacity:1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 980px){
  .cards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .consulGrid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .heroGrid{ grid-template-columns: 1fr; }
  .split{ grid-template-columns: 1fr; }
  .contactGrid{ grid-template-columns: 1fr; }
  .footerGrid{ grid-template-columns: 1fr; text-align:left; }
  .footerCopy{ text-align:left; }
}

@media (max-width: 720px){
  .navToggle{ display:inline-block; }
  .navMenu{
    position: absolute;
    top: 68px;
    right: 4%;
    left: 4%;
    display:none;
    flex-direction:column;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(11,18,32,.92);
    backdrop-filter: blur(12px);
  }
  .navMenu.open{ display:flex; }
  .navLink{ width:100%; }
  .heroStats{ grid-template-columns: 1fr; }
}


/* ===== SLIDER ===== */
.hero-slider {
  position: relative;
  width: 100%;
  height: 75vh;
  max-height: 650px;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay oscuro */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11,18,32,0.65);
}

/* Texto */
.slide-content {
  position: absolute;
  z-index: 2;
  bottom: 18%;
  left: 10%;
  max-width: 600px;
  color: #ffffff;
}

.slide-content h1 {
  font-size: clamp(32px, 4vw, 52px);
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 18px;
  color: #e5e7eb;
}

/* Botones */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 32px;
  padding: 8px 14px;
  cursor: pointer;
  z-index: 3;
  border-radius: 8px;
}

.slider-btn:hover {
  background: rgba(255,255,255,0.3);
}

.prev { left: 20px; }
.next { right: 20px; }

/* Dots */
.slider-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots .dot.active {
  background: linear-gradient(135deg, #ff7a18, #38bdf8);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-slider {
    height: 60vh;
  }

  .slide-content {
    left: 6%;
    right: 6%;
    bottom: 15%;
  }

  .slide-content p {
    font-size: 16px;
  }
}



/* anim-security */
.anim-security {
  width: 180px;
  top: 18%;
  right: 10%;
  animation: floatShield 2.2s ease-out forwards;
}

@keyframes floatShield {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-6px) scale(1.03);
  }
}

/* anim-audit */
.anim-audit,
.anim-edu {
  width: 180px;
  animation: floatUp 2.2s ease-out forwards;
}

@keyframes floatUp {
  0% { opacity: 0; transform: translateY(20px) scale(0.95); }
  60% { opacity: 1; transform: translateY(0) scale(1); }
  100% { transform: translateY(-6px) scale(1.03); }
}



/* anim-security2 */
.anim-security2{
  width: 180px;
  top: 14%;
  right: 10%;
  animation: floatUp 2.2s ease-out forwards;
}

@keyframes floatUp{
  0%{ opacity:0; transform: translateY(20px) scale(0.95); }
  60%{ opacity:1; transform: translateY(0) scale(1); }
  100%{ transform: translateY(-6px) scale(1.03); }
}












/* ===== SUBMENÚ ===== */
.navItem {
  position: relative;
}

.hasSubmenu > .navLink {
  cursor: pointer;
}

/* Submenu */
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: rgba(11,18,32,0.95);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 8px;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.submenuLink {
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(255,255,255,0.85);
  transition: background 0.2s ease;
}

.submenuLink:hover {
  background: rgba(56,189,248,0.15);
  color: #ffffff;
}

/* Desktop hover */
@media (min-width: 769px) {
  .hasSubmenu:hover .submenu {
    display: flex;
  }
}

/* Mobile submenu */
@media (max-width: 768px) {
  .submenu {
    position: static;
    border: none;
    background: transparent;
    padding-left: 10px;
  }

  .hasSubmenu.open .submenu {
    display: flex;
  }
}


/* ===== REDES SOCIALES ===== */
.social-icons {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  transition: transform 0.2s ease, background 0.2s ease;
}

.social-icons a:hover {
  transform: translateY(-2px);
  background: rgba(56,189,248,0.2);
}

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: #e5e7eb;
}

/* Ocultar en móvil si quieres */
@media (max-width: 768px) {
  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }
}


.social-icons a[aria-label="Facebook"]:hover svg {
  fill: #1877f2;
}

.social-icons a[aria-label="LinkedIn"]:hover svg {
  fill: #0A66C2;
}





/* ===== FOOTER SOCIAL ICONS ===== */
.footer-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: #e5e7eb;
}

/* Colores oficiales al hover */
.footer-social a[aria-label="WhatsApp"]:hover svg {
  fill: #25D366;
}

.footer-social a[aria-label="YouTube"]:hover svg {
  fill: #FF0000;
}





.about-photo {
  position: relative;
  width: 230px;
  height: 230px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 122, 24, 0.6);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px dashed rgba(56, 189, 248, 0.4);
}

.about-section {
  padding: 70px 20px;
}

.about-container {
  max-width: 1000px;
  margin: auto;
}

.about-header {
  text-align: center;
  margin-bottom: 40px;
}

.about-header h1 {
  font-size: 38px;
  margin-bottom: 10px;
}

.subtitle {
  color: #94a3b8;
  font-size: 18px;
}

.about-content {
  display: grid;
  grid-template-columns: 0,1fr;
  gap: 40px;
}

.about-text p {
  line-height: 1.7;
  margin-bottom: 18px;
  color: #e5e7eb;
  text-align: justify;
  text-justify: inter-word;
}

.about-skills {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 25px;
}

.about-skills h3 {
  margin-bottom: 15px;
  color: #38bdf8;
}

.about-skills ul {
  list-style: none;
  padding: 0;
}

.about-skills li {
  margin-bottom: 10px;
  font-size: 15px;
}












/* ===== NOVEDADES ===== */
#novedades .post {
  margin-bottom: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

#novedades .post h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: var(--accent2);
}

#novedades .post img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 16px;
  margin: 16px 0;
}

#novedades .post p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 14px;
}


/* ===== img responsive ===== */
#novedades .post img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 18px;
}






/* ===== MAPA EN CONTACTO ===== */
.contact-map {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.contact-map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

/* Link mapa */
.map-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #38bdf8;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-map iframe {
    height: 220px;
  }
}


/* ===== ANIMACIONES SLIDER ===== */
.slide-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide.active .slide-content {
  opacity: 1;
  transform: translateY(0);
}

.slide-title {
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 8px;
  color: #ffffff;
}

.slide-text {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
}

/* Opcional: delay para cada parte */
.slide.active .slide-title {
  transition-delay: 0.3s;
}
.slide.active .slide-text {
  transition-delay: 0.5s;
}

/* ===== SLIDER: ELEMENTOS ANIMADOS 2 ===== */
.slide-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.anim-item {
  position: absolute;
  opacity: 0;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

/* Ejemplo de posiciones y efectos */
.anim-code {
  top: 15%;
  left: 10%;
  width: 120px;
  animation-name: floatUpLeft;
  animation-delay: 0.4s;
}

.anim-device {
  bottom: 10%;
  right: 8%;
  width: 140px;
  animation-name: floatUpRight;
  animation-delay: 0.7s;
}

/* Animaciones clave */
@keyframes floatUpLeft {
  0% { opacity: 0; transform: translate(-20px, 20px) scale(0.98); }
  60% { opacity: 1; transform: translate(0, 0) scale(1); }
  100% { transform: translate(-10px, -6px) scale(1.02); }
}

@keyframes floatUpRight {
  0% { opacity: 0; transform: translate(20px, 20px) scale(0.98); }
  60% { opacity: 1; transform: translate(0, 0) scale(1); }
  100% { transform: translate(10px, -6px) scale(1.02); }
}





/* ===== FOTO EPAM – ESTADO BASE ===== */
.about-photo--epam {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  will-change: transform;
}

.about-photo--epam img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;

  opacity: 1;
  transform: scale(1);
  box-shadow: 0 28px 70px rgba(0,0,0,.45);

  animation: epamScaleIn 1.4s cubic-bezier(.22,.61,.36,1) both;
}

.photo-glow {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  z-index: 1;

  background: radial-gradient(
    circle,
    rgba(56,189,248,.55),
    rgba(56,189,248,.28),
    rgba(56,189,248,.12),
    transparent 70%
  );

  filter: blur(22px);
  opacity: .9;
  will-change: transform, opacity;
}

@keyframes epamScaleIn {
  0%   { opacity: 0; transform: scale(.6); }
  60%  { opacity: 1; transform: scale(1.06); }
  100% { transform: scale(1); }
}



/* ===== EPAM COVERFLOW (scope para no chocar con el slider) ===== */
.epam-coverflow { position: relative; height: 420px; overflow: hidden; }

.epam-coverflow__item{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.85s cubic-bezier(.22,.61,.36,1);
  opacity: 0;
  will-change: transform, opacity;
}

.epam-coverflow__item img{
  width: 360px;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
  display:block;
}

/* Estados (solo dentro del coverflow) */
.epam-coverflow__item.is-selected{
  z-index: 10;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.epam-coverflow__item.is-prev{
  z-index: 5;
  opacity: 1;
  transform: translate(-140%, -50%) scale(0.82);
}

.epam-coverflow__item.is-next{
  z-index: 5;
  opacity: 1;
  transform: translate(40%, -50%) scale(0.82);
}

.epam-coverflow__item.is-prev2{
  z-index: 3;
  opacity: .45;
  transform: translate(-220%, -50%) scale(0.62);
}

.epam-coverflow__item.is-next2{
  z-index: 3;
  opacity: .45;
  transform: translate(120%, -50%) scale(0.62);
}

.epam-coverflow__item.is-hideLeft{
  opacity: 0;
  transform: translate(-300%, -50%) scale(0.4);
}

.epam-coverflow__item.is-hideRight{
  opacity: 0;
  transform: translate(200%, -50%) scale(0.4);
}

/* Responsive */
@media (max-width: 768px){
  .epam-coverflow{ height: 320px; }
  .epam-coverflow__item img{ width: 240px; }
}



.btn-whatsapp {
  position: fixed;
  right: 20px;
  top: 60%;
  z-index: 9999;
  transition: transform 0.3s ease-out;
}

.btn-whatsapp img {
  width: 55px;
  height: auto;
}



/* configuracion mensaje envio formulario contacto */
.formSuccess{
  font-size: 0.95rem;
  margin-top: 8px;
}

.formSuccess.success{
  color: #22c55e;
}

.formSuccess.error{
  color: #ef4444;
}

.formSuccess.info{
  color: #0ea5e9;
}












