 /* CONTENIDO PRINCIPAL */
        main {
            margin-top: 80px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            padding: 40px 20px;
            background-color: #ffffff;
            min-height: calc(100vh - 300px);
        }

        .hero-politica {
            text-align: center;
            margin-bottom: 50px;
            padding: 40px 20px;
            background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
            border-radius: 8px;
        }

        .hero-politica h1 {
            font-size: 2.5em;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .hero-politica p {
            font-size: 1.1em;
            color: #666;
            margin-bottom: 5px;
        }

        .politica-content {
            background-color: #ffffff;
        }

        .politica-content h2 {
            font-size: 1.8em;
            color: #1a1a1a;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #000000;
        }

        .politica-content h3 {
            font-size: 1.3em;
            color: #333;
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .politica-content p {
            margin-bottom: 15px;
            line-height: 1.8;
            color: #444;
            text-align: justify;
        }

        .politica-content ul {
            margin-left: 25px;
            margin-bottom: 15px;
        }

        .politica-content ul li {
            margin-bottom: 10px;
            line-height: 1.6;
            color: #444;
        }

        .info-box {
            background-color: #f5f5f5;
            border-left: 4px solid #000000;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .info-box p {
            margin-bottom: 8px;
        }

        .info-box strong {
            display: block;
            margin-bottom: 5px;
            color: #1a1a1a;
        }

        .fecha-update {
            color: #999;
            font-size: 0.95em;
            font-style: italic;
            margin-bottom: 30px;
        }