/* Encapsulado */
.nx-body {
    font-family: Arial, sans-serif;
}

/* Navbar */
.nx-navbar {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nx-logo {
    font-weight: bold;
}

.nx-btn {
    background: #3aaee0;
    color: white;
    border: none;
}

.nx-btn:hover {
    background: #3aaee0;
}

/* HERO */
.nx-hero {
    padding: 80px 0;
    background: #f5f7fa;
}

.nx-hero h1 span {
    color: #3aaee0;
}

.nx-hero-img {
    max-width: 300px;
}

/* SECCIONES */
.nx-section {
    padding: 60px 0;
}

/* ICONOS */
.nx-icon {
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    border-radius: 50%;
}

/* CARDS */
.nx-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* FAQ */
.nx-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
}

.nx-faq-question {
    font-weight: bold;
}

.nx-faq-answer {
    display: none;
    padding-top: 10px;
    color: #555;
}

/* FOOTER */
.nx-footer {
    background: #33434b;
    color: white;
    padding: 40px 0;
}

.nx-map {
    width: 100%;
    height: 200px;
    border: none;
}