:root {
  --color-bg-main: #ffffff;
  --color-bg-secondary: #ffffff;
  --color-primary: #b00000;
  --color-primary-hover: #e10600;
  --color-text-main: #000000;
  --color-text-muted: #050505;
  --max-width: 1203px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: system-ui, -apple-system, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: radial-gradient(circle at left, #ffffff 0%, #ffffff 65%);
    color: var(--color-text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
button {
    font-family: inherit;
    cursor: pointer;
}
.container{
    max-width: var(--max-width);
    margin-inline: auto;
    padding-inline: 1.5rem;
}
.hero{
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.hero-watermarks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Nivel 1: Al fondo */
    pointer-events: none; /* CRUCIAL: Permite hacer click a través de las imágenes */
}
.watermark-img {
    position: absolute;
    opacity: 0.3; /* Transparencia al 10% */
    mix-blend-mode: overlay; /* (Opcional) Hace que se fusione bonito con el fondo */
    max-width: 310px;
}
.pos-top-right {
    top: 120px;
    right: 180px;/* Un poco rotada */
}
.pos-top-left {
    top: 120px;
    left: 180px;/* Un poco rotada */
}
.pos-bottom-left {
    bottom: 100px;
    left: 180px;
    width: 400px;
}
.pos-bottom-right {
    bottom: 100px;
    right: 180px;
    width: 400px;
}
.pos-center-up {
    top: 120px;
    left: 600px;
}
.pos-center-dowm {
    bottom: 100px;
    left: 600px;
}
.navbar{
    max-width: var(--max-width);
    margin-inline: auto;
    padding: 1rem 1.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 20;
}
.logo img{
    height: 90px;
    width: auto;
}
.menu{
    display: flex;
    gap: 2rem;
}
.menu a{
    font-size: 0.85rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: var(--color-text-main);
    position: relative;
}
.menu a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    transition: width 0.25s ease;
}
.menu a:hover::after{
    width: 100%;
}
.hero-content{
    max-width: var(--max-width);
    margin-inline:auto;
    padding: 4rem 1.5rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 10;
}
.hero-text h1{
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.hero-text p{
    max-width: 480px;
    color: var(--color-text-muted);
    margin-bottom: 2rem;
}
.btn-primary{
    display: inline-block;
    background-color: var(--color-primary);
    color: #fffdfd;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    transition: background-color 0.25s ease, transform 0.2s ease;
}
.btn-primary:hover{
    background-color: var(--color-primary-hover);
    transform: translateY(-2px);
}
.hero-image{
    display: flex;
    justify-content: center;
}
.hero-map{
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.cusco-map {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-45%);
  width: 490px;
}
.diamond {
  position: relative;
  width: 360px;
  aspect-ratio: 1 / 1;
  transform: rotate(45deg);
  display: grid;
  place-items: center;
}

/* SOLO EL BORDE */
.diamond::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--color-primary);
  transform: scale(0.85); 
  z-index: 1;
}

.diamond img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-45deg);
}

@media(max-width: 992px){
    .hero-content{
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-text p{
        margin-inline: auto;
    }
    .hero-image{
        margin-top: 3rem;
    }
}
@media(max-width: 576px){
    .menu{
        display: none;
    }
    .hero-text h1{
        font-size: 2rem;
    }
}
/* --- Estilos Generales de la Sección --- */
.porque {
    padding: 5px 0px; /* Un poco más de padding vertical */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}

.porque h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-weight: 700;
}

/* --- Contenedor de las tarjetas (Flexbox) --- */
.porque-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px; /* Espacio entre los elementos */
}

/* --- Wrapper de cada item (El espacio total que ocupa) --- */
.why-card {
    /* AUMENTADO: Espacio total para el rombo grande */
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid blue; Descomenta esto si necesitas ver el espacio total */
}

/* --- El contenedor interno (Define el tamaño del borde rojo) --- */
.diamond2 {
    position: relative;
    /* AUMENTADO: El tamaño del cuadrado que al rotar forma el rombo */
    width: 165px;
    height: 165px;
    display: flex;
    flex-direction: column; /* Apila icono y texto verticalmente */
    justify-content: center;
    align-items: center;
    z-index: 1; /* Asegura que el contenido esté sobre el borde */
}

/* --- DIBUJO DEL ROMBO (El Borde Rojo) --- */
/* Usamos ::before para rotar SOLO el borde, no el contenido */
.diamond2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FF0505; /* Tu color rojo neón */
    transform: rotate(45deg); /* Rotación para crear el rombo */
    box-shadow: 0 0 10px rgba(255, 5, 5, 0.3); /* Brillo sutil */
    z-index: -1; /* Se pone detrás del texto/icono */
    transition: all 0.3s ease;
    background-color: transparent;
}

/* Efecto Hover Opcional */
.why-card:hover .diamond2::before {
    background-color: rgba(255, 5, 5, 0.1);
    box-shadow: 0 0 25px rgba(255, 5, 5, 0.7);
}

/* --- Contenedor del Ícono --- */
.diamond-content {
    margin-bottom: 15px; /* Espacio entre el icono grande y el texto */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Asegura que el contenedor del icono use todo el ancho disponible */
}

/* --- Estilos del Texto H3 (REDUCIDO) --- */
.diamond2 h3 {
    margin: 0;
    /* REDUCIDO: Letra más pequeña */
    font-size: 0.6rem; 
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; /* Un poco más grueso para que se lea bien siendo pequeño */
    line-height: 1.3;
    letter-spacing: 1px;
    color: black;
    padding: 0 15px; /* Margen lateral para que el texto no toque los bordes del rombo */
    width: 100%;
    box-sizing: border-box;
}

/* --- Responsividad para móviles --- */
@media (min-width: 769px) {
    
    /* Selecciona los elementos PARES (2, 4, 6...) y los empuja hacia abajo */
    .why-card:nth-child(even) {
        margin-top: 80px; /* <--- AJUSTA ESTE NÚMERO para que bajen más o menos */
    }
}
/* --- Configuración General de la Sección flota --- */
.nuestra-flota {
    padding: 40px 20px 120px 20px;
    font-family: 'Poppins', sans-serif;
    color: black;
    overflow: hidden; /* Evita scroll horizontal si los rombos salen un poco */
}

.section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}

/* --- Grid Principal --- */
.flota-grid {
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Alinea las tarjetas abajo para que la central crezca hacia arriba */
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px; /* Espacio extra arriba para el rombo central */
}

/* --- Tarjeta de Vehículo (Base) --- */
.fleet-card {
    position: relative;
    width: 280px; /* Ancho base de las tarjetas laterales */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

/* --- Parte Superior: El Rombo y la Foto --- */
.card-top {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px; /* Hacemos que la caja de abajo "muerda" al rombo */
    z-index: 2; /* Para que el precio y foto queden sobre la caja de abajo */
}

/* El Borde Rojo del Rombo */
.diamond-frame {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 2px solid #FF0505;
    transform: rotate(45deg);
    background-color: rgb(255, 255, 255); /* Fondo semitransparente detrás del auto */
    box-shadow: 0 0 15px rgba(255, 5, 5, 0.39);
    z-index: -1;
}

.car-info {
    text-align: center;
    z-index: 2;
    width: 140%; /* Permitimos que el auto se salga un poco del ancho del rombo visualmente */
}

.car-info h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(255, 253, 253, 0.8);
}

.car-image img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 10px rgba(255, 252, 252, 0.5));
    transform: scale(1.3); /* Hacemos el auto un poco más grande que el contenedor */
}

/* Etiqueta de Precio (Rombo pequeño) */
.price-tag {
    position: absolute;
    bottom: -25px; /* Ajustar para que quede en la punta inferior */
    width: 50px;
    height: 50px;
    background-color: #FF0505; /* Fondo sólido rojo si quieres, o borde */
    /* Si quieres estilo rombo con borde como la imagen: */
    background: #c90606;
    border: 2px solid #FF0505;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.price-tag span {
    transform: rotate(-45deg); /* Enderezar texto */
    font-weight: 700;
    font-size: 1rem;
    color: white;
}

/* --- Parte Inferior: Caja Rectangular --- */
.card-bottom {
    width: 100%;
    border: 2px solid #FF0505;
    background-color: rgb(255, 255, 255); /* Fondo negro para tapar lo que haya detrás */
    padding: 70px 20px 30px 40px; /* Padding top grande para compensar el rombo que entra */
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Lista de Características */
.features-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 25px 0;
    text-align: left;
    display: inline-block; /* Para centrar el bloque de lista */
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #000000;
    font-weight: 500;
    padding-right: 40px;
}

.feat-icon {
    color: #FF0505; /* TUS SVG deben heredar este color con fill="currentColor" */
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

/* Botón Reservar */
.btn-reservar {
    display: inline-block;
    background-color: #8f0000; /* Rojo oscuro base */
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px; /* Botón píldora */
    font-weight: 600;
    transition: all 0.3s;
    border: 1px solid #FF0505;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.btn-reservar:hover {
    background-color: #FF0505;
    box-shadow: 0 0 15px rgba(255, 5, 5, 0.6);
    transform: translateY(-2px);
}

/* --- Tarjeta Base (Lados: Más Pequeños) --- */
.fleet-card {
    position: relative;
    display: none;
    /* REDUCIDO: Antes 280px, ahora 240px para que se vean más chicas */
    width: 240px; 
    transition: transform 0.3s ease, z-index 0.3s ease;
    z-index: 1;
}
.fleet-card.active-slide {
    display: flex; /* Las hacemos visibles */
}
.fleet-card.pos-prev { order: 1; }
.fleet-card.pos-center { order: 2; }
.fleet-card.pos-next { order: 3; }

/* 4. Aseguramos que las flechas siempre estén en los extremos */
.nav-arrow.prev { order: 0; }
.nav-arrow.next { order: 4; }

/* Reducimos un poco el texto y los iconos de los lados */
.features-list li {
    /* REDUCIDO: Letra más pequeña en los lados */
    font-size: 0.75rem; 
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #030303;
}

.feat-icon {
    /* REDUCIDO: Iconos más pequeños en los lados */
    font-size: 1rem;
    width: 16px; 
    text-align: center;
    color: #FF0505;
}

/* --- Tarjeta Destacada (Centro: MÁS GRANDE) --- */
.fleet-card.featured {
    /* AUMENTADO: Escala al 135% (Antes 1.2) */
    /* Esto agranda la tarjeta, el texto Y los SVGs automáticamente */
    transform: scale(1.25); 
    z-index: 10;
    margin-bottom: 30px; /* Un poco de margen extra abajo para que no choque */
}
/* --- Flechas de Navegación --- */
.nav-arrow {
    background: none;
    border: none;
    color: #FF0505;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s;
    /* En móvil las ocultamos o ajustamos */
}
.nav-arrow:hover { transform: scale(1.2); }
.nav-arrow svg { width: 100%; height: 100%; }

/* --- Responsive Móvil --- */
@media (max-width: 900px) {
    .flota-grid {
        flex-direction: column;
        align-items: center;
        gap: 60px; /* Menos espacio vertical */
        padding-top: 20px;
    }
    
    .fleet-card {
        width: 100%;
        max-width: 260px; /* Mantenemos las laterales controladas */
    }

    /* En móvil, la destacada la hacemos un POCO más grande, pero no tanto como en PC */
    .fleet-card.featured {
        transform: scale(1.1); /* Solo un 10% más grande en móvil */
        margin: 20px 0;
        z-index: 5;
    }

    /* Ajuste para que el rombo de la destacada no sea excesivo en móvil */
    .fleet-card.featured .card-top {
        width: 220px; 
        height: 220px;
    }
    
    .nav-arrow { display: none; }
}
/* --- Sección Blog --- */
.blog-consejos {
    padding: 5px 10px;
    color: black;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* Reutilizamos tu estilo de título */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
}

/* --- Contenedor del Slider --- */
.blog-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

/* --- Grid de Tarjetas --- */
.blog-grid {
    display: flex;
    justify-content: center;
    gap: 30px; /* Espacio entre tarjetas */
    flex-wrap: wrap; /* Para que baje en pantallas pequeñas */
}

/* --- Tarjeta del Blog --- */
.blog-card {
    background-color: transparent;
    border: 1px solid #FF0505; /* Borde rojo fino */
    width: 300px; /* Ancho fijo similar a la imagen */
    padding: 20px; /* Espacio interno entre el borde rojo y el contenido */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 0 20px rgba(255, 5, 5, 0.2);
    transform: translateY(-5px);
}

/* --- Imagen --- */
.blog-image {
    margin: 0 0 25px 0;
    width: 100%;
    height: 220px; /* Altura fija para que todas se vean iguales */
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorta la imagen para llenar el espacio sin deformar */
    display: block;
}

/* --- Textos --- */
.blog-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.4;
    min-height: 3em; /* Para alinear botones si los títulos tienen diferente largo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #080808;
    margin-bottom: 30px;
    padding: 0 10px; /* Un poco de aire a los lados del texto */
}

/* --- Botón "Leer Mas" --- */
.btn-leer {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #FF0505; /* Solo borde rojo */
    border-radius: 50px; /* Forma de píldora */
    color: black;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background-color: transparent;
}

.btn-leer:hover {
    background-color: #FF0505; /* Se rellena de rojo al pasar el mouse */
    color: black;
}

/* --- Flechas de Navegación (Estilo grande y delgado) --- */
.nav-arrow {
    background: none;
    border: none;
    cursor: pointer;
    color: #FF0505;
    transition: transform 0.2s;
    padding: 0;
}

.nav-arrow:hover {
    transform: scale(1.1);
}

.nav-arrow svg {
    width: 60px; /* Flechas grandes como en la imagen */
    height: 60px;
    stroke-width: 1px; /* Línea delgada */
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .blog-card {
        width: 45%; /* En tablets, 2 por fila */
    }
}

@media (max-width: 768px) {
    .blog-wrapper {
        position: relative;
    }
    
    .blog-grid {
        flex-direction: column;
        align-items: center;
    }

    .blog-card {
        width: 100%;
        max-width: 320px;
    }

    /* Ocultamos las flechas grandes en móvil o las hacemos pequeñas */
    .nav-arrow {
        display: none; 
    }
}
/* --- Wrapper del Marquee --- */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* Efecto de desvanecimiento a los lados (opcional) */
    mask-image: linear-gradient(to right, transparent, rgb(247, 246, 246) 10%, rgb(248, 246, 246) 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, rgb(243, 240, 240) 10%, rgb(255, 253, 253) 90%, transparent);
}

/* --- La Pista que se mueve --- */
.marquee-track {
    display: flex;
    width: max-content; /* Se adapta al ancho del contenido */
    gap: 30px;
    /* LA ANIMACIÓN MÁGICA */
    animation: scroll-left 30s linear infinite;
}

/* Pausar animación cuando el mouse está encima */
.marquee-track:hover {
    animation-play-state: paused;
}

/* Grupo de reseñas */
.review-group {
    display: flex;
    gap: 30px;
}

/* --- Diseño de la Tarjeta (Item) --- */
.review-item {
    background: #fffefe; /* Un poco más claro que el fondo */
    border: 1px solid #db0303;
    border-left: 4px solid #FF0505; /* Borde rojo a la izquierda */
    width: 300px;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-item:hover {
    border-color: #FF0505;
    transform: translateY(-5px);
    background: #fc0000;
}

/* Header: Autor y Estrellas */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.author {
    color: black;
    font-weight: 700;
    font-size: 0.95rem;
}

.stars {
    color: #FF0505;
    letter-spacing: 2px;
}

/* Texto del comentario */
.review-item p {
    color: #050505;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* <--- Cambia este número si quieres más o menos líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-right: 0; /* Asegura espacio */
    margin-bottom: 15px;
}

/* Badge de Google */
.google-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: #3a3939;
    font-weight: 600;
}

.google-badge .g-logo {
    width: 18px;
    height: 18px;
    background-color: #e10600;
}

/* --- DEFINICIÓN DE LA ANIMACIÓN --- */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Movemos la pista hacia la izquierda EXACTAMENTE el 50% */
        /* Como tenemos 2 grupos iguales, al llegar al 50% se resetea invisiblemente */
        transform: translateX(-50%);
    }
}

/* --- Responsive --- */
@media (max-width: 768px) {
    /* En celular hacemos la animación un poco más rápida o las tarjetas más chicas */
    .review-item {
        width: 250px;
    }
    .marquee-track {
        animation-duration: 20s;
    }
}
/* --- ESTILOS ESPECÍFICOS PARA LA CINTA DE IMÁGENES --- */

/* Ajuste del contenedor de imágenes */
.review-image-item {
    width: 300px;  /* Ancho fijo */
    height: 300px; /* Altura fija para que todas sean iguales */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    flex-shrink: 0; /* Evita que se aplasten */
}

/* Estilo de la imagen interna */
.review-image-item img,
.review-image-item video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorta la imagen para llenar el cuadro sin deformar */
    transition: transform 0.3s ease;
}

/* Efecto Zoom al pasar el mouse */
.review-image-item:hover img {
    transform: scale(1.1);
}

/* --- ANIMACIÓN INVERSA (Para que vaya a la derecha) --- */
.track-reverse {
    animation-direction: reverse; /* Magia: usa la misma animación pero al revés */
}
/* Ajuste para móviles */
@media (max-width: 768px) {
    .review-image-item {
        width: 220px; /* Un poco más chicas en celular */
        height: 150px;
    }
}
/* --- Footer General --- */
.site-footer {
    background-color: #0b0b0b; /* Fondo oscuro igual al resto */
    color: white;
    padding: 25px 0 1px 0;
    font-family: 'Poppins', sans-serif;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 10px;
}

.footer-col {
    flex: 1;
    min-width: 200px; /* Para que no se aplasten mucho */
}

/* Columna 1 más ancha para el logo y texto */
.brand-col {
    flex: 1.5; 
    padding-right: 20px;
}

/* --- Logo y Descripción --- */
.footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-desc {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* --- Iconos Sociales (Círculos Rojos) --- */
.social-icons {
    display: flex;
    gap: 5px;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Círculo perfecto */
    transition: all 0.3s ease;
}

.social-icons a svg {
    width: 20px;
    height: 20px;
    stroke: none;
}

.social-icons a:hover {
    background-color: #f3f2f2; /* Rojo brillante al pasar el mouse */
    transform: translateY(-3px);
}

/* --- Títulos con Borde Rojo --- */
.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 15px; /* Espacio entre la línea roja y el texto */
    
    /* LA LÍNEA ROJA VERTICAL */
    border-left: 4px solid #FF0505; 
    line-height: 1.2;
}

/* --- Enlaces y Texto --- */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a, 
.footer-info a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.footer-links a:hover,
.footer-info a:hover {
    color: #FF0505;
    padding-left: 5px; /* Pequeño movimiento al hover */
}

.footer-info p {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

address {
    font-style: normal;
}

/* --- Parte Inferior (Copyright) --- */
.footer-divider {
    height: 1px;
    background-color: #FF0505; /* Línea roja delgada */
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.5;
}

.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Responsive Móvil --- */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 50px;
    }
    
    .footer-title {
        margin-bottom: 15px;
    }
    
    .brand-col {
        padding-right: 0;
    }
}
/* --- WIDGET WHATSAPP --- */
.whatsapp-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-family: 'Poppins', sans-serif;
}

/* Botón Flotante */
.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    position: relative;
}

.whatsapp-btn:hover { transform: scale(1.1); }

/* Puntito rojo de notificación */
.notification-dot {
    position: absolute;
    top: 0; right: 0;
    background-color: #FF0505;
    color: white;
    font-size: 12px;
    width: 20px; height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid #0b0b0b;
}

/* Ventana de Chat */
.chat-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: none; /* Oculto por defecto */
    flex-direction: column;
    overflow: hidden;
    animation: slideUp 0.3s ease;
}

.chat-window.open { display: flex; }

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Header del Chat */
.chat-header {
    background-color: #0b0b0b; /* Tu color oscuro */
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #FF0505;
}

.agent-profile { display: flex; align-items: center; gap: 10px; }
.agent-profile img { width: 35px; height: 35px; border-radius: 50%; object-fit: contain; background: #fff; padding: 2px;}
.agent-info { display: flex; flex-direction: column; }
.agent-info .name { font-weight: 600; font-size: 0.9rem; }
.agent-info .status { font-size: 0.7rem; color: #25D366; }

.close-chat { background: none; border: none; color: white; font-size: 1.5rem; cursor: pointer; }

/* Cuerpo del Chat */
.chat-body {
    padding: 20px;
    background-color: #f0f0f0;
    background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png'); /* Fondo tipo WhatsApp */
    height: 250px;
    display: flex;
    flex-direction: column;
}

.message.incoming {
    background-color: white;
    padding: 10px 15px;
    border-radius: 0 15px 15px 15px;
    max-width: 85%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    font-size: 0.9rem;
    position: relative;
}
.message .time { display: block; font-size: 0.65rem; color: #999; margin-top: 5px; text-align: right; }

/* Footer del Chat */
.chat-footer {
    padding: 10px;
    background: white;
    display: flex;
    gap: 10px;
    border-top: 1px solid #eee;
}

.chat-footer input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
}

.chat-footer button {
    background-color: #25D366;
    border: none;
    width: 40px; height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-footer button:hover { background-color: #1ebc57; }
/* =========================================
   DISEÑO RESPONSIVO (MÓVILES)
   Agrega esto al final de tu CSS
   ========================================= */

/* APLICAMOS TU DISEÑO A MÓVIL Y TABLET (Hasta 1024px) */
@media (max-width: 1024px) {
    
    /* === LÓGICA DEL MENÚ HAMBURGUESA (NUEVO) === */
    .hamburger {
        display: block;
        cursor: pointer;
        background: transparent;
        border: none;
        z-index: 100; /* Encima de todo */
        padding: 10px;
    }
    
    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        background-color: #000; /* Color de las rayas */
        transition: all 0.3s ease-in-out;
    }

    /* Animación de la X */
    .hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    /* Tu menú ahora es desplegable en vez de display:none */
    .menu {
        position: fixed;
        left: -100%; /* Oculto a la izquierda */
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        display: flex; /* Flex para centrar opciones */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transition: 0.3s;
        z-index: 90;
    }

    .menu.active {
        left: 0; /* Aparece */
    }

    .menu a {
        font-size: 1.2rem;
        color: black;
    }

    /* === A PARTIR DE AQUÍ ES TU DISEÑO EXACTO === */
    
    /* Esto va al principio de TODO tu CSS */
    body, html {
        overflow-x: hidden; /* Prohibido el scroll horizontal en toda la web */
        width: 100%;
        position: relative;
    }
    /* 1. AJUSTE DE LA HERO SECTION (PORTADA) */
    .hero {
        min-height: auto; /* Ya no forzamos altura completa en móvil */
        padding-bottom: 1rem;
    }

    .hero-content {
        grid-template-columns: 1fr; /* Una sola columna */
        text-align: center;
        padding-top: 1rem; /* Espacio para que no choque con el menú */
        gap: 2rem;
    }

    .hero-text p {
        margin-inline: auto; /* Centrar texto */
        font-size: 0.95rem;
    }

    /* 2. ARREGLO DE LAS IMÁGENES DE FONDO (WATERMARKS) */
    .hero-watermarks {
        overflow: hidden; /* Corta lo que se salga de la pantalla */
    }

    .watermark-img {
        max-width: 130px; /* Hacemos las marcas de agua más pequeñas */
        opacity: 0.2;
    }
    .pos-center-up, 
    .pos-center-dowm, 
    .pos-bottom-left, 
    .pos-bottom-right,
    .pos-top-left,
    .pos-top-right {
        display: none; 
    }

    /* 3. AJUSTE DEL MAPA Y EL ROMBO */
    .cusco-map {
        position: relative; /* Ya no absoluto */
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 320px;
        margin: 5rem auto 0; /* Centrado con margen arriba */
        height: 300px; /* Altura controlada */
    }

    .diamond {
        display: none;
    }

    /* 4. MENÚ Y NAVEGACIÓN */
    .navbar {
        padding: 1rem;
        background: rgba(255, 255, 255, 0.95); /* Fondo para que se lea */
        backdrop-filter: blur(10px);
        display: flex; /* Asegura alineación del logo y hamburguesa */
        justify-content: space-between;
        align-items: center;
    }

    .logo img {
        height: 40px;
        width: auto;
    }

    /* 5. SECCIÓN POR QUÉ ELEGIRNOS */
    .porque-card {
        display: flex;
        flex-wrap: nowrap; /* IMPORTANTE: Impide que bajen a la siguiente línea */
        overflow-x: auto;  /* Permite el scroll horizontal */
        gap: 1px;         /* Espacio entre tarjetas */
        padding: 1px 10%; /* Espacio a los lados para que se vea centrado */
        scroll-snap-type: x mandatory;
        justify-content: flex-start;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    
    .porque-card::-webkit-scrollbar {
        display: none;
    }

    /* 2. AJUSTAR CADA TARJETA */
    .why-card {
        margin-top: 0 !important; /* Quitamos el zigzag */
        flex: 0 0 auto; 
        scroll-snap-align: center;
        transform: scale(0.7); 
    }
    
   /* 6. SECCIÓN FLOTA (Modo Carrusel Unico) */
    .section-title {
        font-size: 1.5rem;
    }
    .nuestra-flota {
        padding-bottom: 40px;
        padding-inline: 10px; /* Un poco de margen a los lados */
    }

    .flota-grid {
        flex-direction: row; 
        align-items: center;
        justify-content: space-between; /* Flechas a los extremos, auto al centro */
        gap: 0; /* Quitamos gap porque usaremos space-between */
        width: 100%;
    }
    
    .fleet-card {
        display: none !important; 
    }

    .fleet-card.featured {
        display: flex !important; /* La hacemos visible */
        width: 100%;
        max-width: 280px; /* Ancho máximo para que quepan las flechas */
        transform: scale(1); /* Sin zoom exagerado */
        margin: 0 auto; /* Centrada */
        order: 2; /* Se coloca en medio de las flechas */
    }

    /* Flechas de Navegación */
    .nav-arrow {
        display: block !important; /* Las obligamos a aparecer */
        width: 20px; /* Tamaño táctil */
        height: 20px;
        z-index: 10;
        flex-shrink: 0; /* Evita que se aplasten si el celular es muy angosto */
    }

    .nav-arrow.prev { 
        order: 1; 
        margin-right: 5px; /* Separación del auto */
    }
    
    .nav-arrow.next { 
        order: 3; 
        margin-left: 5px; /* Separación del auto */
    }

    /* 7. SECCIÓN BLOG */
    .blog-wrapper {
        display: flex;
        flex-direction: row; /* Fila horizontal */
        justify-content: space-between; /* Flechas a los extremos */
        align-items: center; /* Centrado vertical */
        width: 100%;
        position: relative;
    }

    .blog-wrapper .nav-arrow {
        display: block !important;
        width: 50px; /* Tamaño generoso para el dedo */
        height: 50px;
        min-width: 50px; /* IMPORTANTE: Evita que se aplasten */
        z-index: 20; /* Siempre encima de todo */
        cursor: pointer;
    }
    
    .blog-wrapper .nav-arrow.prev { order: 1; }
    .blog-grid { order: 2; width: 100%; } 
    .blog-wrapper .nav-arrow.next { order: 3; }

    .blog-card {
        display: none; /* Ocultamos todas por defecto */
        width: 100%; 
        max-width: 300px; /* Controlamos el ancho para que no empuje las flechas */
        margin: 0 auto;
    }

    .blog-card.active-post {
        display: flex; /* Solo la activa se muestra */
        animation: fadeEffect 0.5s;
    }

    /* 8. FOOTER */
    .site-footer {
        padding-top: 30px;
        padding-bottom: 80px; /* Espacio para el botón de WhatsApp */
        text-align: left; /* Regresamos a la izquierda para que se lea mejor en grid */
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr 1fr; /* 2 Columnas: Una al lado de la otra */
        gap: 20px 15px; /* Gap Vertical 20px, Horizontal 15px */
    }

    .brand-col {
        grid-column: 1 / -1; /* Ocupa las 2 columnas */
        text-align: center; /* Logo centrado */
        margin-bottom: 10px;
        padding: 0;
    }

    .footer-logo img {
        height: 40px; /* Logo más pequeño */
        margin: 0 auto 15px auto;
    }

    .footer-desc {
        display: none; 
    }

    .social-icons {
        justify-content: center;
        margin-bottom: 0;
    }

    .footer-title {
        font-size: 0.9rem; /* Letra más chica */
        border-left: none;
        border-bottom: 1px solid #FF0505;
        padding-left: 0;
        margin-bottom: 10px;
        display: inline-block;
    }

    .footer-links li {
        margin-bottom: 6px; /* Menos espacio entre renglones */
    }

    .footer-links a, 
    .footer-info p,
    .footer-info a {
        font-size: 0.6rem; /* Texto más compacto */
    }

    .footer-bottom {
        font-size: 0.5rem;
    }
    
    .whatsapp-widget {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-btn {
        width: 45px;
        height: 45px;
    }
}

/* OBLIGATORIO: OCULTAR HAMBURGUESA EN PC (PANTALLAS GRANDES) */
@media (min-width: 1025px) {
    .hamburger { display: none; }
}