
        /* Estilos generales */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }

        /* Contenedor principal */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Barra de navegación */
        nav {
            background-color: #000;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-container {
            display: flex;
            align-items: center;
            padding: 12px 0;
        }

        /* Logo */
        nav .logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .logo-img {
            height: 45px;
            width: auto;
            transition: transform 0.3s ease;
        }

        .logo:hover .logo-img {
            transform: scale(1.05);
        }

        /* Menú de navegación */
        .nav-menu {
            display: flex;
            list-style: none;
        }

        .nav-menu li {
            margin-left: 35px;
            position: relative;
        }

        .nav-menu li a {
            text-decoration: none;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
            padding: 8px 0;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-menu li a:hover {
            color: #159AD5;
        }

        .nav-menu li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #159AD5;
            transition: width 0.3s ease;
        }

        .nav-menu li a:hover::after {
            width: 100%;
        }

        /* Indicador activo */
        .nav-menu li a.active {
            color: #159AD5;
        }

        .nav-menu li a.active::after {
            width: 100%;
        }

        /* Botón de menú móvil */
        .hamburger {
            display: none;
            cursor: pointer;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 21px;
        }

        .bar {
            display: block;
            width: 100%;
            height: 3px;
            background-color: #2c3e50;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        /* Contenido principal */
        .main-content {
            padding: 30px 0;
            text-align: center;
        }

        .main-content h1,
        .blog-post-title {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #2c3e50;
        }

        .main-content p {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 30px;
            color: #555;
        }

        /* Secciones de ejemplo */
        .section {
            padding: 60px 0;
            border-bottom: 1px solid #eee;
        }

        .section:nth-child(even) {
            background-color: #fff;
        }

        .section-title {
            font-size: 2rem;
            margin-bottom: 30px;
            color: #2c3e50;
            text-align: center;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .hamburger.active .bar:nth-child(1) {
                transform: rotate(45deg) translate(6px, 6px);
            }

            .hamburger.active .bar:nth-child(2) {
                opacity: 0;
            }

            .hamburger.active .bar:nth-child(3) {
                transform: rotate(-45deg) translate(6px, -6px);
            }

            .nav-menu {
                position: fixed;
                left: -100%;
                top: 70px;
                flex-direction: column;
                background-color: #000;
                width: 100%;
                text-align: center;
                transition: 0.3s;
                box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
                padding: 20px 0;
                z-index: 999;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-menu li {
                margin: 15px 0;
            }

            .logo-img {
                height: 40px;
            }
        }

        @media (max-width: 480px) {
            .logo-img {
                height: 35px;
            }

            .nav-container {
                padding: 10px 0;
            }
        }


        div.divider,
        div.divider *,
        .divider-yellow {
            width: 100%;
        }


        .divider div:nth-child(1),
        .divider-yellow {
            height: 8px;

            background-color: transparent;
            background-image: linear-gradient(270deg, #F8AD07 0%, #FFFFFF 100%);

            /* Amarillo */
        }

        /* Segundo div - Fondo azul */
        .divider div:nth-child(2) {
            background-color: #159AD5;
            height: 8px;
            /* Azul */
        }

        /* Tercer div - Sin color específico (opcional) */
        .divider div:nth-child(3) {
            background-color: transparent;
            background-image: linear-gradient(180deg, #E0E0E0 0% 0%, #FFFFFF 78%);
            height: 16px;
            /* Gris claro por defecto */
        }

        .h1,
        .blog-post-title {
            color: #159AD5 !important;
            font-family: "Montserrat", Sans-serif;
            font-weight: 800;
        }

        .content-stats {
            background-image: url('/rhmanager/vistas_v3/oficinarh/micrositiosv2/templates/ecuatran/img/adornos-1024x92-1.png?v0.1');
            --background-overlay: '';
            background-position: top center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-color: #159AD5;
        }

        .content-stats .logo {
            padding: 20px 0px;
        }

        .content-stats img {
            width: 25%;
            display: inline-block;
            vertical-align: middle;
            border: none;
            border-radius: 0;
            box-shadow: none;
            height: auto;
            max-width: 100%;
        }


        /* Estilos base */
        .stats {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 30px 20px;
            max-width: 1200px;
            margin: 0 auto;
            color: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            font-size: 30px;
            font-family: "Montserrat", Sans-serif;
            font-weight: 800;
        }

        .stats div {
            padding: 25px 10px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .stats div:nth-child(n+2) {
            border-left: 4px solid #fff;
        }



        .stats span {
            font-size: 3rem;
            font-weight: 700;
            margin: 10px 0;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        }

        /* Pantallas medianas y grandes (tablets y escritorios) */
        @media (min-width: 768px) {
            .stats {
                flex-direction: row;
                justify-content: space-between;
                gap: 30px;
                padding: 40px 20px;
            }

            .stats div {
                flex: 1;
                padding: 30px 20px;
            }

            .stats span {
                font-size: 3rem;
            }
        }

        /* Pantallas muy grandes */
        @media (min-width: 1200px) {
            .stats {
                gap: 40px;
                padding: 50px 20px;
            }

            .stats div {
                padding: 40px 30px;
            }

            .stats span {
                font-size: 3.5rem;
            }
        }
    
