﻿/* ESTILOS GENERALES */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #050505;
  color: #f7f7f7;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3 {
  font-weight: 700;
  margin: 0 0 0.8rem;
}

.textoizquierda {
    text-align: left;
}

.textocentrado {
    color: #cfcfcf;
    margin-bottom: 2.5rem;
}

.letrapequenia {
    margin-top: -1em;
    font-size: 0.8rem;
}

p, li, a {
  font-weight: 400;
  text-align: center;
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

em {
  color: #f1c40f;
  font-style: normal;
}

 .resaltado {
  color: #f1c40f;
}


header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.logo img {
  width: 150px;
  height: auto;
}

.nav ul {
  display: flex;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li a {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav ul li a:hover {
  color: #f1c40f;
}

.cta button,
.ctauno button,
.ctados button,
.unete button {
  border: none;
  border-radius: 10px;
  padding: 0.8rem 1.3rem;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta button:hover,
.ctauno button:hover,
.ctados button:hover,
.unete button:hover {
  transform: translateY(-2px);
}

.cta button,
.ctauno button {
  background: #f1c40f;
}

.cta button a,
.ctauno button a {
  color: #000;
}

.ctados button {
  background: transparent;
  border: 1px solid #f1c40f;
}

.ctados button a {
  color: #fff;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.hero {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 2rem 3rem;
  background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 45%, rgba(0,0,0,0.3) 100%), url('../img/bannerlargo.png') center right/cover no-repeat;
  color: #fff;
}

.herotext {
  max-width: 650px;
}

.herotext h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.herotext p {
  font-size: 1rem;
  color: #eaeaea;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

section.stats {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: min(92%, 1200px);
  margin: -2rem auto 2rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
  overflow: hidden;
  padding: 0.5rem;
  font-size: 0.8rem;
}

.statsdivs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1rem;
  border-right: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  min-height: 100px;
  flex: 1 1 180px;
  max-width: 220px;
}

.statsdivs:last-child {
  border-right: none;
  border-bottom: none;
}

.statsdivs img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.statsdivs.text {
  flex: 1 1 100%;
  max-width: 100%;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding-inline: 1.2rem;
  color: #fff; 
  white-space: normal;
  overflow-wrap: anywhere;
}

.panel {
  width: min(92%, 1200px);
  margin: 2rem auto;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  background: linear-gradient(145deg, rgb(0 0 0), rgba(255, 255, 255, 0.02));
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.panel h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.panel ul,
.panel ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  margin: 0;
}

.panel li {
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.unete {
  text-align: center;
  padding-bottom: 2.5rem;
}

footer {
  padding: 1.5rem 2rem 2.5rem;
  text-align: center;
  color: #cfcfcf;
  border-top: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 1000px) {
  section.stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  header {
    flex-wrap: wrap;
    padding: 1rem;
  }

  .logo img {
    width: 150px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    order: 3;
    padding-top: 0.8rem;
  }

  .nav.active {
    display: block;
  }

  .nav ul {
    flex-direction: column;
    gap: 0.8rem;
  }

  .cta {
    display: none;
  }

  .hero {
    min-height: 70vh;
    padding: 3rem 1rem 2rem;
    background-position: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  section.stats {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .statsdivs {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .panel {
    padding: 1.2rem;
  }

  .panel ul,
  .panel ol {
    grid-template-columns: 1fr;
  }
}


/*empresas aliadas*/
.empresas{
    text-align:center;
}

.empresas h2{
    margin-bottom:2rem;
}

.empresas-logos{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:1.5rem;
}

.empresasdivs{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
}

.empresasdivs img{
  max-width:120px;
  max-height:60px;
  width:100%;
  height:auto;
  object-fit:contain;
}

.empresastexto{
  font-size: 1rem;
  text-align: left;
}

.servicios{
    text-align:center;
}

.servicios h2{
    margin-bottom:.5rem;
}

.textocentrado{
  color:#cfcfcf;
  margin-bottom:2.5rem;
}

.servicios-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:1.5rem;
}

.servicio-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:2rem 1.5rem;
    transition:.25s;
}

.servicio-card:hover{
    transform:translateY(-6px);
    border-color:#f1c40f;
}

.servicio-card img{
    width:64px;
    height:64px;
    margin:0 auto 1rem;
}

.targettitulo{
    font-size:1rem;
    margin-bottom:.8rem;
    color:#fff;
}

.targettexto{
    color:#cfcfcf;
    font-size:.95rem;
    margin:0;
}

.servicios-extra{
    margin-top:2rem;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:1.5rem 2.5rem;
    font-size:.85rem;
    color:#bdbdbd;
}

.servicios-extra div{
    display:flex;
    align-items:center;
    gap:.5rem;
}

.servicios-extra img{
    width:14px;
    height:14px;
}


.transporte{
    text-align:center;
    padding-inline:.5rem;
}

.transporte h2{
    margin-bottom:.75rem;
}

.transporte .textocentrado{
    max-width:720px;
    margin:0 auto 2rem;
}

.transporte-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:1.25rem;
}

.transporte-card{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background:linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    overflow:hidden;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    min-height:100%;
    align-items: center;
}

.transporte-card:hover{
    transform:translateY(-8px);
    border-color:#f1c40f;
    box-shadow:0 16px 35px rgba(241,196,15,.15);
}

.transporte-card img{
    width:100%;
    height:200px;
    object-fit:cover;
    background:#0f0f0f;
    padding:1rem;
}

.transporte-card h3{
    color:#f1c40f;
    font-size:1rem;
    margin:1rem 1rem .5rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    line-height:1.35;
}

.transporte-card p{
    color:#ededed;
    font-size:.95rem;
    margin:0 1rem 1.4rem;
    line-height:1.6;
    flex-grow:1;
}





/* LOGISTICA */

.seccion-logistica{
    display:flex;
    gap:1rem;
    width:min(92%,1200px);
    margin:0 auto 2rem;
}


.seccion-logistica .bloque{
    flex:1;
    height:400px;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    border:1px solid rgba(255,255,255,.15);
    /*background-size:cover;
    background-position:center;
    */
    background-size: contain;
    background-position: revert-layer;
    background-repeat: no-repeat;

}

.alineacionlogistica {
  margin-top: 10rem;
}


/* IMAGENES DE FONDO */

.cobertura{
    background-image:url("../img/mapa.png");
}


.monitoreo{
    background-image:
        url("../img/telefono.png"),
        url("../img/laptop.png");
    background-repeat:no-repeat;
    background-position:
        70% 60%,
        70% 70%;
    background-size:
        80px,
        80px;
}


.operacion{
    background-image:url("../img/operacion.png");
}



/* CAPA OSCURA */

.bloque-overlay{
    position:absolute;
    inset:0;
    padding:1rem;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.45),
        rgba(0,0,0,.25)
    );
}



/* TITULOS */

.seccion-logistica h2{
    color:#fff;
    font-size:1rem;
    margin-bottom:.3rem;
    text-transform:uppercase;
}

.seccion-logistica h2 em{
    color:#f1c40f;
}



/* TEXTO */

.seccion-logistica p{
    color:#fff;
    font-size:.75rem;
    line-height:1.3;
    max-width:90%;
}

/* LISTAS */
.seccion-logistica ul,
.seccion-logistica ol{
    list-style:none;
    padding:0;
    margin:.8rem 0 0;
}

.seccion-logistica li{
    background:none;
    border:none;
    padding:0;
    margin-bottom:.45rem;
    color:#ddd;
    font-size:.72rem;
    line-height:1.3;
}

.seccion-logistica li::before{
    content:"✔";
    color:#f1c40f;
    font-weight:bold;
    margin-right:.4rem;
}

/* OPERACION */
.operacion ol li{
    display:block;
}

.operacion strong{
    color:#e9a607;
    font-size:.75rem;
}

@media(max-width:900px){
    .seccion-logistica{
        flex-direction:column;
    }
    .seccion-logistica .bloque{
        height:380px;
    }
}

.unete{
    width:min(92%,1200px);
    margin:2rem auto;
    display:flex;
    align-items:center;
    background:#e9a607;
    border-radius:16px;
    overflow:hidden;
    color:#111;
}

/* FOTO */
.unete-foto{
    flex:0 0 33%;
}

.unete-foto img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


/* CENTRO */
.unete-info{
    flex:1;
    padding:2rem;
}

.unete-info h2{
  font-size:2.3rem;
  line-height:1.05;
  margin-bottom:2rem;
  color:#111;
}

.unete-info strong{
  font-weight:800;
}

.beneficios{
  display:flex;
  gap:2rem;
  align-items: center;
  justify-content: center;
}

.beneficio{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:.7rem;
  font-size:.85rem;
  padding:0 1rem;
  border-right:1px solid rgba(0,0,0,.25);
}

.beneficio:last-child{
  border-right:none;
}

.beneficio img{
  width:38px;
  height:38px;
}


/* DERECHA */

.unete-cta{
  flex:0 0 25%;
  padding:2rem;
  border-left:2px solid rgba(0,0,0,.2);
}

.unete-cta h3{
  color:#111;
  margin-bottom:.5rem;
}

.unete-cta p{
  color:#222;
  font-size:.9rem;
  margin-bottom:1.5rem;
}

.unete-cta button{
  width:100%;
  background:#111;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:1rem;
  font-weight:700;
  cursor:pointer;
}

.footer{
  width:min(92%,1200px);
  margin:3rem auto 0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  background:#050505;
  border-top:1px solid rgba(255,255,255,.08);
  padding:2rem 0;
}

.footer>div{
  flex:1;
  padding:0 2rem;
}

.footer>div:not(:last-child){
    border-right:1px solid rgba(255,255,255,.12);
}

/* LOGO */
.footer-logo{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.footer-logo img{
  width:100px;
  margin-bottom: 1rem;
}

.footer-logo p{
  color:#fff;
  font-size:.95rem;
  margin:0;
}

/* TITULOS */
.footer h3{
  color:#f1c40f;
  font-size:1rem;
  margin-bottom:1rem;
  text-transform:uppercase;
}

/* CONTACTO */
.footer-contacto p{
  display:flex;
  align-items:flex-start;
  gap:.7rem;
  color:#fff;
  font-size:.88rem;
  margin-bottom:.9rem;
  flex-wrap: wrap;
  font-size: 11px;
}

.footer-contacto span{
  color:#bdbdbd;
  font-size:.8rem;
}

.footer-contacto img{
  width:18px;
  height:18px;
  margin-top:2px;
}


/* REDES */
.redes{
  display:flex;
  gap:1rem;
  justify-content: center;
}

.redes a{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgb(8, 8, 8);
  border-radius:50%;
  background:#000;
  border-radius:50%;
  transition:.3s;
}

.redes a:hover{
  background:#525050;
  border-color:#525050;
}

.redes img{
  width:100%;
  height:75%;
}

/* TEXTO */
.footer-info{
  display:flex;
  align-items:center;
}

.footer-info p{
  color:#fff;
  line-height:1.7;
  text-align: left;
  font-size: 13px;
}

/* COPYRIGHT */
.copyright{
  width:min(92%,1200px);
  margin:0 auto 2rem;
  text-align:center;
  color:#a5a5a5;
  font-size:.8rem;
  padding-top:1rem;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-contacto img,
.redes img{
  color:#f1c40f;
}

.cta {
    margin-top: 10px;
}