.info-box {
            background: #cae7ea;
            border-left: 6px solid #00aec3;
            padding: 25px;
            margin-bottom: 40px;
        }

.info-box strong {
            font-family: 'Encode Sans', sans-serif;
            font-weight: 600;
            color: #000000;
        }
.highlight-box {
            background: #cae7ea;
            border: 4px solid #00aec3;
            padding: 35px;
            margin: 35px 0;
            position: relative;
        }

        .highlight-box::before {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            right: -4px;
            bottom: -4px;
            background: linear-gradient(135deg, #00aec3 0%, #74c9e3 100%);
            z-index: -1;
        }

        .highlight-box h3 {
            font-family: 'Encode Sans', sans-serif;
            font-weight: 600;
            color: #000000;
            font-size: 1.6em;
            margin-bottom: 20px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .highlight-box h3::before {
            content: "⚠️";
            font-size: 1.8em;
        }

        .highlight-box p {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            color: #000000;
            font-size: 15px;
            line-height: 1.8;
        }

        .highlight-box strong {
            font-weight: 700;
        }

        .data-item {
            background: white;
            padding: 15px;
            margin: 10px 0;
            border-left: 4px solid #00aec3;
        }

        .note {
            background: #cae7ea;
            border-left: 6px solid #00aec3;
            padding: 30px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .note h3 {
            font-family: 'Encode Sans', sans-serif;
            font-weight: 600;
            color: #000000;
            margin-bottom: 20px;
            font-size: 1.5em;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .note h3::before {
            content: "ℹ️";
            font-size: 1.5em;
        }

        .note ul {
            margin-left: 25px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

        .note li {
            margin: 15px 0;
            color: #000000;
            line-height: 1.7;
        }

        .advertencia {
            background: #cae7ea;
            border-left: 6px solid #00aec3;
            padding: 30px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .advertencia h3 {
            font-family: 'Encode Sans', sans-serif;
            font-weight: 600;
            color: #000000;
            margin-bottom: 20px;
            font-size: 1.5em;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 0px !important;
        }

        .advertencia h3::before {
            content: "⚠️";
            font-size: 1.5em;
            margin-top: 0px !important;
        }

        .advertencia ul {
            margin-left: 25px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

        .advertencia li {
            margin: 15px 0;
            color: #000000;
            line-height: 1.7;
        }
