
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #2e1f13;
  color: white;
  overflow-x: hidden;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('assets/Portada.png') no-repeat center center;
  background-size: cover;
}

.logo {
  position: absolute;
  top: 60px;
  right: 60px;
  padding-top: 10px;
}

.franja {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 50%;
  height: 40px;
  background: linear-gradient(to right, #d06e1e 35%, transparent 100%);
}

.mensaje {
  position: absolute;
  bottom: 40px;
  left: 50%;
  padding: 15px 25px;
  border-radius: 5px;
}

.mensaje h1 {
  font-size: 2.5em;
  color: #f47920;
  margin: 0;
  text-align: right;
}

.mensaje h2 {
  font-size: 1.5em;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  text-align: right;
}

section {
  padding: 60px 3%;
}

section h3 {
  color: #e7761a;
  font-size: 2em;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li::before {
  content: "\2022";
  color: #e7761a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.footer {
  background-color: #1a120a;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #ccc;
}

.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  background-image: url('assets/About us.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.about-text {
  max-width: 50%;
}

.about-franja {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to right, #d06e1e 35%, transparent 100%);
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.about-title {
  color: #f47920;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-text p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.about-text span {
  color: #f47920;
  font-weight: bold;
}

.experiences {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  background-image: url('assets/Nuestra Experiencia.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.experiences-text {
  max-width: 55%;
}

.experience-item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.experience-item .icon {
  font-size: 2em;
  margin-right: 20px;
  color: #f47920;
}

.experience-item .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.experience-item .content h4 {
  color: white;
  font-size: 1.3em;
  margin-bottom: 5px;
}

.experience-item .content p {
  font-size: 1em;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .logo {
    right: 20px;
  }

  .logo img {
    height: 70px;
  }

  .mensaje h1 {
    font-size: 1.8em;
  }

  .mensaje h2 {
    font-size: 1.2em;
  }

  .about {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    max-width: 100%;
  }

  .experiences {
    flex-direction: column;
    background-position: bottom center;
    background-size: cover;
    text-align: center;
    padding: 40px 5%;
  }

  .experiences-text {
    max-width: 100%;
  }

  .experience-item {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .experience-item .icon {
    margin-bottom: 15px;
  }

  .experience-item .icon img {
    width: 60px;
    height: 60px;
  }

  .experience-item .content h4 {
    font-size: 1.2em;
  }

  .experience-item .content p {
    font-size: 1em;
    padding: 0 10px;
  }

  .about-title {
    font-size: 2em !important;
  }
}

.solutions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  background-image: url('assets/Soluciones Diseñadas .png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.solutions-text {
  max-width: 1000px;
}

.solutions-title {
  font-size: 2em;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.solutions-title span {
  color: #b3b3b3;
  font-style: italic;
  font-weight: normal;
}

.solutions-text p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #fff;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.arrow-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.arrow-icon img {
  width: auto;
  height: 65px;
}

.solution-content h4 {
  color: white;
  font-size: 1em;
  margin: 0;
}

.solution-content h4 span {
  color: #ff4f00;
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 10px;
}

.solution-content p {
  font-size: 1em;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .solution-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .arrow-icon {
    margin-bottom: 10px;
  }
}

.solutions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 10%;
  background-image: url('assets/Soluciones Diseñadas .png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.solutions-left {
  width: 45%;
}

.solutions-left h2 {
  font-size: 2.5em;
  color: white;
  margin-bottom: 20px;
}

.solutions-left h2 span {
  font-style: italic;
  color: #b3b3b3;
  font-weight: normal;
}

.solutions-left p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}

.solutions-logo {
  margin-top: 40px;
}

.solutions-logo img {
  /* width: 200px; */
}

.solutions-right {
  width: 50%;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.arrow-icon {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}



.solution-content h4 {
  color: white;
  font-size: 1em;
  margin: 0;
}

.solution-content h4 span {
  color: #ff4f00;
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 10px;
}

.solution-content p {
  font-size: 1em;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .solutions {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .solutions-left,
  .solutions-right {
    width: 100%;
  }

  .solution-item {
    flex-direction: column;
    align-items: center;
  }

  .arrow-icon {
    margin-bottom: 10px;
  }
}


.domains {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 10%;
  background-image: url('assets/dominios de especializaciòn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.domains-text {
  max-width: 80%;
}

.domains-franja {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to right, #d06e1e 35%, transparent 100%);
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.domains-title {
  font-size: 3em;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.domains-subtitle {
  font-style: italic;
  color: #b3b3b3;
  font-size: 2em;
  margin-bottom: 20px;
}

.domains-text p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .domains {
    flex-direction: column;
    text-align: center;
    background-position: bottom center;
    background-size: cover;
  }

  .domains-text {
    max-width: 100%;
  }

  .domains-title {
    font-size: 2em;
  }

  .domains-subtitle {
    font-size: 1.3em;
  }
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 0.9em;
}

.tech-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.tech-item p {
  margin: 0;
  font-weight: bold;
  font-size: 0.9em;
}

.tech-item span {
  display: block;
  font-weight: normal;
  color: #b3b3b3;
  font-size: 0.8em;
}

.our {
display: flex;
align-items: center;
justify-content: space-between;
padding: 60px 10%;
background-image: url('assets/brazo_robotico_fondo.png');
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
color: white;
}

.our-text {
max-width: 60%;
}

.our-franja {
display: inline-block;
font-size: 1.6em;
font-weight: bold;
color: white;
margin-bottom: 25px;
}

.our-franja span {
font-style: italic;
font-weight: normal;
}

.our-intro {
font-size: 1em;
line-height: 1.5em;
margin-bottom: 25px;
color: #e0e0e0;
}

.our-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
position: relative;
}

.our-grid::before {
content: '';
position: absolute;
left: 50%;
top: 0;
height: 100%;
width: 1px;
background-color: white;
opacity: 0.2;
}

.our-item h4 {
font-size: 0.95em;
color: #ff8a00;
text-transform: uppercase;
margin-bottom: 8px;
}

.our-item h4 span {
color: #b3b3b3;
font-style: normal;
font-weight: normal;
text-transform: none;
}

.our-item p {
font-size: 0.85em;
color: #dddddd;
line-height: 1.4em;
}

@media screen and (max-width: 768px) {
.our {
flex-direction: column;
background-position: bottom center;
background-size: cover;
text-align: center;
}

.our-text {
max-width: 100%;
}

.our-grid {
grid-template-columns: 1fr;
}

.our-grid::before {
display: none;
}
}


.franja-naranja {
display: inline-block;
background: linear-gradient(to right, #d06e1e 35%, transparent 100%);
padding: 5px 15px;
color: white;
font-weight: bold;
}

.gris-italic {
font-style: italic;
color: #b3b3b3;
font-weight: normal;
margin-left: 8px;
}

.clients {
display: flex;
align-items: center;
justify-content: space-between;
padding: 60px 10%;
background-image: url('assets/clientes.png'); /* recorta el fondo como en la imagen */
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;
color: white;
}

.clients-text {
max-width: 60%;
}

.clients-franja {
display: inline-block;
font-size: 1.6em;
font-weight: bold;
color: white;
margin-bottom: 25px;
}

.franja-naranja {
display: inline-block;
background: linear-gradient(to right, #d06e1e 35%, transparent 100%);
padding: 5px 15px;
color: white;
font-weight: bold;
}

.gris-italic {
font-style: italic;
color: #b3b3b3;
font-weight: normal;
margin-left: 8px;
}


.clients-text {
max-width: 60%;
}

.clients-franja {
display: inline-block;
font-size: 1.6em;
font-weight: bold;
color: white;
margin-bottom: 25px;
}

.franja-naranja {
display: inline-block;
background: linear-gradient(to right, #d06e1e 35%, transparent 100%);
padding: 5px 15px;
color: white;
font-weight: bold;
}

.gris-italic {
font-style: italic;
color: #b3b3b3;
font-weight: normal;
margin-left: 8px;
}

.clients-text p {
font-size: 1em;
line-height: 1.6em;
margin-bottom: 40px;
color: #f0f0f0;
}

.clients-logos {
display: flex;
flex-wrap: wrap;
gap: 40px 50px;
align-items: center;
justify-content: flex-start;
}

.clients-logos img {
height: 60px;
object-fit: contain;
background: none; /* eliminar fondo blanco */
border-radius: 0;
padding: 0;
filter: drop-shadow(0 0 1px rgba(255,255,255,0.15)); /* leve sombra si se necesita */
}

@media screen and (max-width: 768px) {
.clients {
flex-direction: column;
text-align: center;
background-position: bottom center;
background-size: cover;
}

.clients-text {
max-width: 100%;
}

.clients-logos {
justify-content: center;
}

.clients-logos img {
height: 50px;
}
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #0f0f0f;
}

.contacto {
  background: url('assets/Contact .png') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.contacto-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px 40px;
  flex-grow: 1;
}

.contacto-left h2 {
  font-size: 60px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #f57c00;
  margin-bottom: 40px;
}

.contacto-info {
  font-size: 20px;
  margin: 10px 0;
  color: white;
}

.contacto-logo {
  max-width: 250px;
}

.franja-inferior {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 20px 100px;
  background: none;
  position: relative;
}

.franja-inferior::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 41%;
  background: linear-gradient(to right, #f57c00, #b76a2c);
}

.franja-inferior span {
  font-weight: 700;
  color: #f57c00;
  font-size: 28px;
  margin-right: 8px;
}

.franja-inferior em {
  color: white;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
}

.contacto {
padding: 0px;
}

.franja-inferior {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 30px 100px;
position: relative;
background: none;
}

.franja-barra {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
height: 40px;
width: 40%;
background: linear-gradient(to right, #f57c00, #b76a2c);
}

.franja-texto {
display: flex;
flex-direction: column;
align-items: flex-end;
z-index: 1;
}

.franja-texto h1 {
font-weight: 700;
color: #f57c00;
font-size: 2.2em;
margin: 0;
}

.franja-texto h2 {
color: white;
font-style: italic;
font-weight: 700;
font-size: 1.8em;
margin: 0;
}




/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    section {
        padding: 60px 0;
    }
    
    .hero {
        padding: 150px 0 80px;
    }
    
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .footer-column {
        width: 100%;
    }
}


/* Header nuevo */
header {
    background: linear-gradient(to bottom, #111111, #000000);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #222;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.header-left {
    flex: 1;
}

.header-logo {
    height: 80px; /* antes estaba en 40px */
    object-fit: contain;
}

@media (max-width: 768px) {
    .header-logo {
        height: 40px;
    }
}

.nav-capsule {
    display: flex;
    background: #1e1e1e;
    border-radius: 30px;
    padding: 10px 30px;
    list-style: none;
    gap: 30px;
    box-shadow: inset 0 0 6px #444;
}

.nav-capsule li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-capsule li a:hover {
    color: #e07b29;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.language-buttons {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.lang-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.lang-btn:hover {
  background-color: #f90;
}

/* Media query para pantallas móviles */
@media (max-width: 768px) {
  .language-buttons {
    right: calc(10px + 70px);
    top: calc(10px + 20px);
  }
}
