*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.menu nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 2rem;
  background: transparent;
  transition: all 0.3s ease;
  list-style: none;

}


.menu.scrolled nav ul {
 /* background: rgba(0,0,0,0.8);*/
  background:#000000;
  backdrop-filter: blur(10px);
}

.menu nav a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}


.logo {
  height: 42px;
  width: auto;
  display: block;
}



section{
height:100vh;
padding: 60px 0;
display:flex;
align-items:center;
justify-content:center;
font-size:2rem;
}

.planning {
  padding: 80px 10%;
  background: #f4f6f8;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.planning-container {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}

/* TEXTO */
.planning-text {
  flex: 1 1 500px;
}

.planning-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.planning-intro {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
}

/* LISTA */
.planning-list {
  list-style: none;
  padding: 0;
}

.planning-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  transition: transform 0.2s ease, color 0.2s ease;
}

.planning-list li:hover {
  transform: translateX(8px);
  color: #0077ff;
}

/* IMAGEN */
.planning-image {
  flex: 1 1 400px;
  text-align: center;
}

.planning-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.planning-image img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .planning-container {
    flex-direction: column;
    text-align: center;
  }

  .planning-text h2 {
    font-size: 2rem;
  }
}



.technology {
  padding: 80px 10%;
  background: #f4f6f8;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.technology-container {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}

/* TEXTO */
.technology-text {
  flex: 1 1 500px;
}

.technology-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.technology-intro {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
}

/* LISTA */
.technology-list {
  list-style: none;
  padding: 0;
}

.technology-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  transition: transform 0.2s ease, color 0.2s ease;
}

.technology-list li:hover {
  transform: translateX(8px);
  color: #0077ff;
}

/* IMAGEN */
.technology-image {
  flex: 1 1 400px;
  text-align: center;
}

.technology-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.technology-image img:hover {
  transform: scale(1.05);
}


/**/


.services {
  padding: 80px 10%;
  background: #f4f6f8;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.services-container {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}

/* TEXTO */
.services-text {
  flex: 1 1 500px;
}

.services-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.services-intro {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
}

/* LISTA */
.services-list {
  list-style: none;
  padding: 0;
}

.services-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  transition: transform 0.2s ease, color 0.2s ease;
}

.services-list li:hover {
  transform: translateX(8px);
  color: #0077ff;
}

/* IMAGEN */
.services-image {
  flex: 1 1 400px;
  text-align: center;
}

.services-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.services-image img:hover {
  transform: scale(1.05);
}


/**/


/**/


.proyectos {
  padding: 80px 10%;
  background: #f4f6f8;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.proyectos-container {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}

/* TEXTO */
.proyectos-text {
  flex: 1 1 500px;
}

.proyectos-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.proyectos-intro {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #555;
  line-height: 1.6;
}

/* LISTA */
.proyectos-list {
  list-style: none;
  padding: 0;
}

.proyectos-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  transition: transform 0.2s ease, color 0.2s ease;
}

.proyectos-list li:hover {
  transform: translateX(8px);
  color: #0077ff;
}

/* IMAGEN */
.proyectos-image {
  flex: 1 1 400px;
  text-align: center;
}

.proyectos-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.proyectos-image img:hover {
  transform: scale(1.05);
}


/**/










































/* RESPONSIVE */
@media (max-width: 768px) {
  .technology-container {
    flex-direction: column;
    text-align: center;
  }

  .technology-text h2 {
    font-size: 2rem;
  }
}

#services{
background:#f2f2f2;
}

#proyectos{
/*background:#0a0a0a;*/
color:white;
}

#calidad{
background:#f2f2f2;
}

#contacto{
/*background:#0a0a0a;*/
background:#f2f2f2;
color:white;
}

.btn{

display:inline-block;
margin-top:20px;
padding:12px 25px;

background:#0077ff;
color:white;

text-decoration:none;
border-radius:5px;

transition:0.3s;

}

.btn:hover{
background:#005ad1;
}



/* Botón */
/*.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #0056b3;
    transform: translateY(-3px);
}*/



.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

/* Capa de imágenes */
.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1.1);
}

/* Oscurecimiento para legibilidad */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55));
}

/* Contenido */
.hero-content {
    position: relative;
    z-index: 2;
    animation: fadeUp 1.5s ease-out;
}

/* Lema */
.hero-subtitle {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;

    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s ease, transform 0.7s ease;

    background: linear-gradient(90deg, #ffffff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Botón, por si quieres mantenerlo igual */
.hero .btn {
    display: inline-block;
    padding: 12px 26px;
    text-decoration: none;
}

/* Animación del contenido */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}










@keyframes zoomHero {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

/* Animaciones */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes revealText {
    0% {
        opacity: 0;
        transform: translateY(50px);
        letter-spacing: 8px;
    }
    60% {
        opacity: 1;
        letter-spacing: 2px;
    }
    100% {
        transform: translateY(0);
        letter-spacing: 1px;
    }
}











