/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    background: #f4f6f8;
    color: #333;
    line-height: 1.7;
}

/* Contenedor principal */
.tc-container {
    max-width: 900px;
    margin: 60px auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

body {
  font-size: 1.1em;
}

/* Título principal */
.tc-container h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
    color: #1f2933;
}

.tc-updated {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 40px;
}

/* Secciones */
.tc-container section {
    margin-bottom: 40px;
}

.tc-container h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0f172a;
    border-left: 5px solid #2f80ed;
    padding-left: 12px;
}

.tc-container p {
    margin-bottom: 14px;
    font-size: 16px;
}

/* Listas */
.tc-container ul {
    margin-top: 15px;
    padding-left: 25px;
}

.tc-container ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .tc-container {
        padding: 30px 25px;
        margin: 30px 15px;
    }

    .tc-container h1 {
        font-size: 28px;
    }

    .tc-container h2 {
        font-size: 20px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #f5f7fa;
    color: #2d2d2d;
    line-height: 1.75;
}

.privacy-container {
    max-width: 950px;
    margin: 60px auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.privacy-container h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 12px;
    color: #111827;
}

.privacy-updated {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 40px;
}

.privacy-container section {
    margin-bottom: 40px;
}

.privacy-container h2 {
    font-size: 23px;
    margin-bottom: 15px;
    padding-left: 14px;
    border-left: 5px solid #2563eb;
    color: #0f172a;
}

.privacy-container p {
    margin-bottom: 14px;
    font-size: 16px;
}

.privacy-container ul {
    margin-top: 15px;
    padding-left: 28px;
}

.privacy-container ul li {
    margin-bottom: 12px;
}

.privacy-container strong {
    color: #111827;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-container {
        padding: 30px 22px;
        margin: 30px 15px;
    }

    .privacy-container h1 {
        font-size: 28px;
    }

    .privacy-container h2 {
        font-size: 20px;
    }
}
/* Dropdown base */
.nav-item.dropdown {
    position: relative;
}

/* Menú oculto */
.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 240px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 8px 0;
    display: none;
    z-index: 999;
}

/* Items del dropdown */
.dropdown-menu-custom a {
    display: block;
    padding: 10px 18px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease;
}

/* Hover item */
.dropdown-menu-custom a:hover {
    background-color: #f3f3f3;
}

/* Mostrar dropdown al hover */
.nav-item.dropdown:hover .dropdown-menu-custom {
    display: block;
}
html {
    scroll-behavior: smooth;
}
.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-logo img {
    height: 48px; /* mismo alto visual que el texto */
    width: auto;
    object-fit: contain;
}

.brand-logo h1 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

.mp-btn-primary {
  font-size: 1.15rem !important;   /* ajusta a 1.2rem si lo quieres más grande */
  font-weight: 600 !important;
  transition: all 0.25s ease !important;
}

.mp-btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
  filter: brightness(1.05) !important;
}

.mega-dropdown {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    width: 720px;
    padding: 40px 60px;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0,0,0,0.18);

    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 80px;

    z-index: 9999;
}

/* Mostrar al hover */
.mega-dropdown:hover .mega-menu {
    display: grid;
}

/* Columnas */
.mega-column h6 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #193D70;
    font-weight: 600;
}

.mega-column a {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mega-column a:hover {
    color: #4DB8DA;
    transform: translateX(6px);
}

/* Línea divisora */
.mega-menu::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 50%;
    width: 1px;
    background: #e6eef5;
}

.mega-column {
    text-align: left !important;
}

.mega-column h6 {
    margin: 0 0 20px 0 !important;
    text-align: left !important;
}