﻿
/* =========================
   RESET GENERAL
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    background: #f5f7f8;
    color: #333;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

/* =========================
   BARRA SUPERIOR
========================= */
.top-bar {
    background: linear-gradient(135deg, #063b46, #0b4b59);
    color: white;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    border-bottom: 2px solid #ff4c1e;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

    .top-left span {
        display: inline-flex;
        align-items: center;
        color: white;
        font-weight: 400;
    }

    .top-left i {
        color: #ff4c1e;
        margin-right: 6px;
    }

.telefonos-top {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.separador {
    opacity: 0.55;
}

.link-whatsapp {
    color: white;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .link-whatsapp i {
        color: #25D366;
        font-size: 15px;
    }

    .link-whatsapp:hover {
        color: #25D366;
    }
/* =========================
   CORREO HOVER
========================= */

.email-link span {
    color: white;
    font-weight: 400;
    transition: 0.3s ease;
}

.email-link i {
    color: #ff4c1e;
    transition: 0.3s ease;
}

/* EFECTO AL PASAR EL CURSOR */

.email-link:hover span {
    color: #0b79e0;
}

.email-link:hover i {
    color: #ffffff;
    transform: translateY(-1px);
}

/* =========================
   UBICACIÓN HOVER
========================= */

.location-link span {
    color: white;
    font-weight: 400;
    transition: 0.3s ease;
}

.location-link i {
    color: #ff4c1e;
    transition: 0.3s ease;
}

/* EFECTO AL PASAR EL CURSOR */

.location-link:hover span {
    color: #0b79e0;
}

.location-link:hover i {
    color: #ffffff;
    transform: translateY(-1px);
}
/* =========================
   REDES TOP BAR
========================= */

.top-right {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .top-right a {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.10);
        color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease;
        border: 1px solid rgba(255,255,255,0.08);
    }

        .top-right a i {
            font-size: 14px;
        }

        .top-right a:hover {
            background: #ff4c1e;
            transform: translateY(-3px);
            box-shadow: 0 8px 18px rgba(255, 76, 30, 0.30);
        }

/* =========================
   NAVBAR
========================= */

.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    padding: 12px 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.07);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* =========================
   LOGO
========================= */

.logo {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
}

.logo-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: 0.3s ease;
}

.logo:hover .logo-img {
    transform: scale(1.04);
}

.logo-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 0;
}

    .logo-texto h1 {
        font-size: 13px;
        color: #063b46;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        margin: 0;
        letter-spacing: 3px;
        text-align: center;
        line-height: 1;
    }

    .logo-texto h2 {
        font-size: 12px;
        color: #063b46;
        font-family: 'Montserrat', sans-serif;
        font-weight: 850;
        margin: 0;
        letter-spacing: 2px;
        text-align: center;
        line-height: 1;
    }

/* TEXTO CHICLAYO */

.logo-linea {
    margin: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #063b46;
    text-align: center;
    display: block;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.logo-linea {
    margin: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #063b46;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .logo-linea::before,
    .logo-linea::after {
        content: "";
        flex: 1;
        height: 2px;
        background: #063b46;
        opacity: 0.9;
    }
/* =========================
   MENÚ
========================= */

.navbar nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .navbar nav a {
        position: relative;
        color: #063b46;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0.2px;
        padding-bottom: 6px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

        .navbar nav a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 2px;
            background: #ff4c1e;
            transition: 0.3s ease;
            border-radius: 10px;
        }

        .navbar nav a:hover,
        .navbar nav a.active {
            color: #0b79e0;
        }

            .navbar nav a:hover::after,
            .navbar nav a.active::after {
                width: 100%;
            }

        /* =========================
   ICONOS MENU
========================= */

        .navbar nav a i {
            font-size: 14px;
            color: #ff4c1e;
            transition: 0.3s ease;
        }

        .navbar nav a:hover i,
        .navbar nav a.active i {
            color: #ff4c1e;
            transform: translateY(-1px);
        }

/* =========================
   BOTÓN INTRANET
========================= */

.btn-intranet {
    background: linear-gradient(135deg, #ff4c1e, #ff6a3d);
    color: white;
    padding: 12px 22px;
    border-radius: 30px;
    border: none;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(255, 76, 30, 0.25);
    transition: 0.3s ease;
}

    .btn-intranet:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(255, 76, 30, 0.35);
    }

/* =========================
   BOTÓN MENÚ MÓVIL
========================= */

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #063b46;
}

/* =========================
   FOOTER PROFESIONAL (LIMPIO ERP)
========================= */

.footer {
    background: radial-gradient(circle at top left, rgba(255, 76, 30, 0.13), transparent 30%), linear-gradient(135deg, #061c25, #0a2c38);
    color: white;
    padding: 34px 32px 16px;
    margin-top: 35px;
}

/* =========================
   HEADER FOOTER
========================= */

.footer-top {
    margin-bottom: 20px;
}

.footer-brand h2 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
    letter-spacing: 0.3px;
    padding-bottom: 8px;
}

    .footer-brand h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 72px;
        height: 3px;
        background: #ff4c1e;
        border-radius: 20px;
    }

.footer-brand p {
    color: #c7d8de;
    line-height: 1.6;
    font-size: 13.5px;
    max-width: 1050px;
    text-align: justify;
}

/* =========================
   GRID PRINCIPAL
========================= */

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 24px;
}

    /* =========================
   ITEMS SIN CONTENEDOR (ESTILO LISTA ERP)
========================= */

    .footer-content .item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 6px 0; /* solo separación interna ligera */
        background: transparent;
        border: none;
    }

        /* ICONOS LIMPIOS */
        .footer-content .item > i {
            width: 26px;
            min-width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ff4c1e;
            font-size: 14px;
            margin-top: 2px;
        }

    /* TEXTO */
    .footer-content h4 {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .footer-content span {
        color: #cfe0e5;
        font-size: 12.8px;
        line-height: 1.45;
    }

/* =========================
   TELÉFONOS
========================= */

.footer-telefonos {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-whatsapp-box {
    margin-top: 8px;
}

.footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.4);
    border-radius: 30px;
    color: white;
    font-weight: 700;
    font-size: 12.8px;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.16);
}

    .footer-whatsapp i {
        color: #25D366;
        font-size: 16px;
    }

    .footer-whatsapp:hover {
        background: #25D366;
        color: white;
        transform: translateY(-2px);
    }

/* =========================
   REDES SOCIALES
========================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 6px;
}

    .footer-social a {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.09);
        color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .footer-social a i {
            font-size: 14px;
        }

        .footer-social a:hover {
            background: #ff4c1e;
            transform: translateY(-3px);
        }

/* =========================
   LIBRO DE RECLAMACIONES
========================= */

.libro-reclamaciones {
    padding-top: 4px;
}

    .libro-reclamaciones > i {
        color: #ff4c1e;
    }

    .libro-reclamaciones h4 {
        color: white;
    }

    .libro-reclamaciones p {
        color: #cfe0e5;
        font-size: 12.8px;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: justify;
    }

.btn-libro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff4c1e, #ff6a3d);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(255, 76, 30, 0.22);
}

    .btn-libro:hover {
        background: white;
        color: #063b46;
        transform: translateY(-2px);
    }
/* =========================
   FOOTER INFERIOR
========================= */

.footer-bottom {
    width: 100%;
    margin-top: 30px;
    padding: 18px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .footer-bottom p {
        color: #c7d8de;
        font-size: 12px;
        line-height: 1.5;
        margin: 0;
        text-align: center;
    }

/* =========================
   WHATSAPP FLOTANTE
========================= */

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 15px;
    bottom: 15px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
    transition: 0.3s ease;
}

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

/* =========================
   RESPONSIVE TABLET
========================= */
@media (max-width: 1100px) {
    .navbar {
        padding: 12px 25px;
        gap: 18px;
    }

        .navbar nav {
            gap: 18px;
        }

            .navbar nav a {
                font-size: 14px;
            }

    .logo-img {
        width: 66px;
        height: 66px;
    }

    .logo-texto h1 {
        font-size: 12px;
    }

    .logo-texto h2 {
        font-size: 13px;
    }

    .logo-linea {
        font-size: 9px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================
   RESPONSIVE INTERMEDIO
========================= */
@media (max-width: 900px) {
    .top-bar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .top-left {
        justify-content: center;
    }

    .top-right {
        justify-content: center;
    }
}

/* =========================
   RESPONSIVE CELULAR
========================= */
@media (max-width: 768px) {
    .top-bar {
        padding: 7px 8px;
        gap: 6px;
        font-size: 10px;
    }

    .top-left {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px 8px;
        align-items: center;
    }

        .top-left span {
            font-size: 10px;
            line-height: 1.2;
            white-space: normal;
        }

        .top-left i {
            margin-right: 3px;
            font-size: 9px;
        }

    .telefonos-top {
        gap: 5px;
    }

    .link-whatsapp i {
        font-size: 11px;
    }

    .top-right {
        width: 100%;
        justify-content: flex-end;
        gap: 6px;
    }

        .top-right img {
            width: 22px;
            height: 22px;
        }

    .navbar {
        display: grid;
        grid-template-columns: 42px 1fr auto;
        align-items: center;
        padding: 7px 10px;
        gap: 8px;
    }

    .menu-toggle {
        display: block;
        justify-self: start;
        font-size: 24px;
        z-index: 300;
    }

    .logo {
        justify-self: center;
        gap: 7px;
    }

    .logo-img {
        width: 56px;
        height: 56px;
    }

    .logo-texto h1 {
        font-size: 11px;
    }

    .logo-texto h2 {
        font-size: 13px;
    }

    .logo-linea {
        font-size: 7px;
        letter-spacing: 1px;
        margin-top: 4px;
    }

    .btn-intranet {
        justify-self: end;
        padding: 7px 9px;
        font-size: 10px;
        border-radius: 20px;
    }

    .navbar nav {
        position: absolute;
        top: 68px;
        left: 10px;
        width: 215px;
        background: white;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 16px 18px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
        border-radius: 10px;
        z-index: 250;
    }

        .navbar nav.active {
            display: flex;
        }

        .navbar nav a {
            width: 100%;
            text-align: left;
            font-size: 14px;
            padding: 6px 0;
        }

    .footer {
        padding: 38px 18px 18px;
        margin-top: 45px;
    }

    .footer-brand h2 {
        font-size: 22px;
    }

    .footer-brand p {
        font-size: 13px;
        text-align: justify;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

        .footer-content .item {
            padding: 12px;
        }

            .footer-content .item > i {
                width: 34px;
                height: 34px;
                min-width: 34px;
                font-size: 14px;
            }

    .footer-bottom {
        padding: 16px 10px 0;
    }

        .footer-bottom p {
            font-size: 12px;
        }

    .whatsapp-float {
        width: 46px;
        height: 46px;
        font-size: 23px;
        right: 10px;
        bottom: 10px;
    }
}

/* =========================
   CELULAR PEQUEÑO
========================= */
@media (max-width: 420px) {
    .top-left {
        grid-template-columns: 1fr;
        gap: 4px;
    }

        .top-left span {
            justify-content: center;
            font-size: 9.5px;
        }

    .top-right {
        justify-content: center;
    }

        .top-right img {
            width: 20px;
            height: 20px;
        }

    .navbar {
        grid-template-columns: 36px 1fr auto;
        padding: 6px 8px;
    }

    .logo-img {
        width: 46px;
        height: 46px;
    }

    .logo-texto h1 {
        font-size: 10px;
    }

    .logo-texto h2 {
        font-size: 12px;
    }

    .logo-linea {
        font-size: 6px;
        letter-spacing: 0.5px;
    }

    .btn-intranet {
        padding: 6px 7px;
        font-size: 9px;
    }

    .menu-toggle {
        font-size: 22px;
    }

    .navbar nav {
        top: 60px;
        left: 8px;
        width: 190px;
        padding: 14px 16px;
        gap: 12px;
    }

        .navbar nav a {
            font-size: 13px;
            padding: 5px 0;
        }

    .footer-brand h2 {
        font-size: 19px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
    }
}


