
h2{font-size: 22px;}
h3{font-size: 20px;}
.navbar-default .navbar-nav>li>a{color:#666;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color:#E64C3B; font-weight:bold;}

.franaja-superior-naranja{background:#E64C3B; height:1.5em; width:100%;}

section.blog{font-family:Arial, Helvetica, sans-serif; text-align:center; width:100%;}
article.plataformas-elevadoras-texto{margin:auto; width:100%;}

.titulo-blog{font-family:'Franklin-Gothic-Demi-Cond-Regular'; margin:auto; margin-top:3%; text-align:center; width:100%;}
.titulo-blog h1{font-size:2.5em;}
.texto-blog{font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 30px; margin:auto; text-align: justify; max-width: 1600px; }

.imagen-cliente{display:inline-block; vertical-align:top; width:22%;}
.imagen-cliente img{width:100%;}

  .container-blog{max-width: 1600px; margin: auto; padding: 30px;}
  .section-blog article li{list-style: disc; margin-left: 20px;}
  .section-blog article .ventaja-list li{list-style: none;}
  article .section-blog{margin-top: 30px;}
  
   .section-blog article{margin-top: 40px;}

  .hero-section {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
        }

        .hero-section h1 {
            font-size: 2.8em;
            margin-bottom: 20px;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .ventajas-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .ventaja-card {
            background: white;
            border-radius: 12px;
            padding: 35px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid #2a5298;
        }

         .ventaja-card li{
            list-style: none;
        }

        .ventaja-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        }

        .ventaja-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 28px;
        }

        .ventaja-card h3 {
            color: #1e3c72;
            font-size: 1.6em;
            margin-bottom: 20px;
            font-weight: 600;
        }

       .ventaja-list li {
            padding: 12px 0;
            padding-left: 30px;
            position: relative;
            color: #555;
            line-height: 1.7;
        }

       
        .ventaja-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4CAF50;
            font-weight: bold;
            font-size: 1.2em;
        }

        .ventaja-list li strong {
            color: #333;
            display: block;
            margin-bottom: 4px;
            font-size: 1.05em;
        }

        .highlight-box {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            border-radius: 12px;
            padding: 40px;
            margin-top: 50px;
            text-align: center;
        }

        .highlight-box h3 {
            color: #1e3c72;
            font-size: 1.8em;
            margin-bottom: 15px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .stat-item {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .stat-number {
            font-size: 2.5em;
            font-weight: 700;
            color: #2a5298;
            display: block;
            margin-bottom: 10px;
        }

        .stat-label {
            color: #666;
            font-size: 0.95em;
        }

        .imgBannerInf img{border-radius: 20px; width: 100%;}

         @media (max-width: 1080px) {
         
             .ventajas-grid :last-child{grid-column: 1/-1;}
        }

        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2em;
            }

            .ventajas-grid {
                grid-template-columns: 1fr;
            }

            .container {
                padding: 40px 15px;
            }
             .ventajas-grid :last-child{grid-column: 1/-1;}
        }

        .cta-section {
            background: #1e3c72;
            color: white;
            padding: 50px 20px;
            text-align: center;
            margin-top: 60px;
        }

        .cta-button {
            display: inline-block;
            background: #4CAF50;
            color: white;
            padding: 15px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1em;
            margin-top: 20px;
            transition: background 0.3s ease;
        }

        .cta-button:hover {
            background: #45a049;
        }