/* Body General*/
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
}

html, body {
  overflow-x: hidden;
}

.ini {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    background-color: black;
    /*background: url(./imagenes/Programador\ 2026_PaginaSeria.png) no-repeat center fixed;*/
    opacity: 0.9;
    background-size: cover;
    /*z-index: -3;*/
}

/*Submenu*/
nav ul .menu ul{
    width:150px;
   /* display: flex;*/
    flex-direction:column;
    position: absolute;
    top:/*90px;*/100%;
    left: /*-5px;*/0;
    visibility: hidden;
    opacity: 0;
    background: rgb(114, 106, 100);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.922);
   /* z-index: 10;*/
    transition: all 0.4s ease;
}
/*Home icon agragado*/
.menu.home > a {
    background-image: url(./imagenes/casaBlanca.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}

nav ul .menu:hover ul{
    visibility: visible;
    opacity: 1; 
}
nav ul .menu ul::before{
    content: '';
    width:0;
    height:0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(138, 130, 125);
    position: absolute;
    top:-12px;
    left: 20px;
}
nav ul .menu ul li a{
    display: block;
    color: cadetblue;
    padding: 6px;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
nav ul .menu ul li a:hover{
    background: rgba(37, 137, 128, 0.847);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.922);
    color: blanchedalmond;
    transform: scale(1.2);
    font-size: 14px;
}

/* Sección Nosotros */
.nosotros {
    background: #050505;
    color: white;
    padding: 80px 10%;
}

.nosotros h2 {
    text-align: center;
    font-size: 48px;
    color: #00ffff;
    margin-bottom: 30px;
}

.nosotros-texto {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    color: #ccc;
}

.bloques-nosotros {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.bloque {
    background: #0e0e0e;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,255,255,0.3);
    transition: transform 0.3s ease;
}

.bloque:hover {
    transform: scale(1.05);
}

.bloque h3 {
    color: #00ffff;
    margin-bottom: 15px;
}

.bloque ul {
    padding-left: 20px;
}

.bloque li {
    margin-bottom: 8px;
    color: #ddd;
}

/*=======Sección Servicios =============*/
.servicios {
    background: #050505;
    color: white;
    padding: 80px 10%;
}

.servicios h2 {
    text-align: center;
    font-size: 48px;
    color: #00ffff;
    margin-bottom: 20px;
}

.servicios-intro {
    text-align: center;
    font-size: 20px;
    color: #ccc;
    margin-bottom: 50px;
}

.grid-servicios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.card-servicio {
    background: #0e0e0e;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0,255,255,0.3);
    transition: 0.3s ease;
    text-align: center;
}

.card-servicio:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 0 18px rgba(0,255,255,0.6);
}

.card-servicio h3 {
    color: #00ffff;
    margin-bottom: 15px;
    font-size: 22px;
}

.card-servicio p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 20px;
}

.card-servicio a {
    display: inline-block;
    padding: 10px 22px;
    background: #00ffff;
    color: black;
    border-radius: 20px;
    font-weight: bold;
    transition: 0.3s ease;
}

.card-servicio a:hover {
    background: #00baba;
}

/*================ HERO HOME =================*/
.hero-home {
    height: 100vh;
    background: radial-gradient(circle at top, #002222, #000);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
}

.hero-contenido h1 {
    line-height: 1.3;
    font-size: 48px;
    color: #00ffff;
    margin-bottom: 20px;
}

.hero-contenido p {
    line-height: 1.0;
    font-size: 20px;
    color: #ddd;
    margin-bottom: 30px;
}

.hero-botones {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-principal {
    padding: 14px 30px;
    background: #00ffff;
    color: black;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s ease;
}

.btn-principal:hover {
     transform: translateY(-8px) scale(1.02);
    box-shadow: 0 0 24px rgba(0,255,255,0.6);
    background: linear-gradient(180deg, #8ce6e8d4, #0e1407);
}

.btn-secundario {
    padding: 14px 30px;
    border: 2px solid #00ffff;
    color: #00ffff;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.3s ease;
}

.btn-secundario:hover {
    background: #00ffff;
    color: black;
}

/*================= DOLORES =================*/
.dolores {
    background: radial-gradient(circle at top, #001f1f, #000);
    padding: 80px 10%;
    text-align: center;
}

.dolores h2 {
    color: #00ffff;
    font-size: 42px;
    margin-bottom: 40px;
}

.grid-dolores {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.dolor {
    background: linear-gradient(180deg, #0e1b1b, #060909);
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 0 14px rgba(0,255,255,0.25);
    border: 1px solid rgba(0,255,255,0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    cursor: default;
}

.dolor h3 {
    color: #7ffcff;
}

.dolor p {
    color: #e0ffff;
    opacity: 0.9;
}
.dolor:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 0 24px rgba(0,255,255,0.6);
    background: linear-gradient(180deg, #0a2b2b, #041212);
}
.dolor:hover h3 {
    text-shadow: 0 0 8px rgba(0,255,255,0.8);
}

/*============== SOLUCIÓN ===================*/
.solucion {
    background: black;
    padding: 80px 10%;
    text-align: center;
}

.solucion h2 {
    font-size: 42px;
    color: #00ffff;
    margin-bottom: 20px;
}

.solucion-texto {
    font-size: 20px;
    color: #ccc;
    margin-bottom: 40px;
}

.grid-solucion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.solucion-item {
    background: #0f0f0f;
    padding: 15px;
    border-radius: 8px;
    color: #00ffff;
}

/*========== CTA FINAL ================*/
.cta-final {
    background: linear-gradient(45deg, #001818, #000);
    padding: 80px 10%;
    text-align: center;
}

.cta-final h2 {
    font-size: 36px;
    color: #00ffff;
    margin-bottom: 20px;
}

.cta-final p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 30px;
}

.grande {
    font-size: 20px;
    padding: 18px 40px;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.activo {
  opacity: 1;
  transform: translateY(0);
}


.icono-glow {
    width: 42px;
    height: 42px;
    fill: #00ffff;
    margin-bottom: 12px;
    filter: drop-shadow(0 0 6px rgba(0,255,255,0.8));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.dolor:hover .icono-glow,
.card-servicio:hover .icono-glow {
    transform: scale(1.15) rotate(-2deg);
    filter: drop-shadow(0 0 12px rgba(0,255,255,1));
}

.icono-glow {
  width: 48px;
  height: 48px;
  fill: #00ffff;
  filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.7));
  margin-bottom: 12px;
}
.microcopy {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.microcopy.visible {
  opacity: 1;
}
/* ===== CONTACTO ===== */

.contacto-hero {
  text-align: center;
  padding: 3rem 2rem;
}

.contacto-formulario {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
}

.contacto-formulario form {
  display: flex;
  flex-direction: column;
}

.contacto-formulario label {
  margin-top: 1rem;
}

.contacto-formulario input,
.contacto-formulario textarea {
  padding: 0.5rem;
  margin-top: 0.3rem;
}

.contacto-formulario button {
  margin-top: 1.5rem;
  padding: 0.8rem;
  background: #00ffff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}