
        /* Estilos específicos adicionales (pueden ir en panel_principal.css si son muchos) */
        .footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px 0;
            font-size: 14px;
        }

        /* Estilos para el panel izquierdo (l_panel) */
        .l_panel {
            padding: 20px;
            background-color: #f9f9f9; /* Un color de fondo suave para destacarlo */
            border-right: 1px solid #eee; /* Una línea divisoria sutil */
            box-shadow: 2px 0 5px rgba(0,0,0,0.05); /* Sombra ligera para profundidad */
            text-align: justify; /* Justificar el texto para mejor lectura */
        }
        .l_panel h2 {
            color: #2c3e50; /* Color oscuro para el título */
            margin-bottom: 15px;
            font-size: 1.8em;
            border-bottom: 2px solid #3498db; /* Línea debajo del título */
            padding-bottom: 10px;
        }
        .l_panel p {
            line-height: 1.6;
            margin-bottom: 10px;
            color: #555;
            font-size: 1.05em;
        }
        .l_panel ul {
            list-style: none; /* Quitar viñetas predeterminadas */
            padding-left: 0;
            margin-top: 20px;
        }
        .l_panel ul li {
            background: #eaf2f8; /* Fondo para cada item */
            margin-bottom: 8px;
            padding: 10px 15px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            font-size: 1.0em;
            color: #333;
        }
        .l_panel ul li i {
            color: #3498db; /* Color del icono */
            margin-right: 10px;
            font-size: 1.2em;
        }

        /* Mejoras en las cards del r_main-content */
        .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive grid */
            gap: 25px; /* Espacio entre las cards */
            padding: 25px; /* Padding general para el área de cards */
        }
        .card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Sombra más pronunciada */
            padding: 25px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición para hover */
            display: flex; /* Usar flexbox para centrar contenido */
            flex-direction: column;
            justify-content: space-between;
        }
        .card:hover {
            transform: translateY(-8px); /* Efecto de levitar al pasar el mouse */
            box-shadow: 0 8px 25px rgba(0,0,0,0.15); /* Sombra más oscura al hover */
        }
        .card h2 {
            color: #2980b9; /* Título azul para los servicios */
            margin-bottom: 15px;
            font-size: 1.6em;
        }
        .card p {
            color: #666;
            line-height: 1.7;
            margin-bottom: 15px;
            flex-grow: 1; /* Permite que el párrafo ocupe el espacio disponible */
        }
        .card img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .card a {
            background-color: #3498db;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease;
            margin-top: 15px; /* Espacio superior para el botón */
            display: inline-block; /* Para aplicar padding y margin */
        }
        .card a:hover {
            background-color: #2980b9;
        }

        /* Estilos para el slider del banner (si se mantiene) */
        .banner-slider {
            width: 900px;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            margin: auto;
        }
        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
            /* Asegúrate de que el JS maneje el ancho para el slider */
        }
        .slide {
            min-width: 100%; /* Cada slide ocupa el 100% del ancho del slider */
        }
        .slide img {
            width: 100%;
            display: block;
            border-radius: 10px; /* Bordes redondeados también para las imágenes */
        }

        /* Considera estilos para el topnav para que se vea más moderno */
        .topnav {
          background-color: #2c3e50;
          overflow: hidden;
        }
        .topnav a {
            float: left;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
            transition: background-color 0.3s, color 0.3s;
        }
        .topnav a:hover {
            background-color: #3498db;
            color: white;
        }
        .topnav a.active {
            background-color: #3498db;
            color: white;
        }
        .topnav .icon {
            display: none;
        }

        /* Media Queries para responsividad (muy importantes!) */
        @media screen and (max-width: 768px) {
            .container {
                flex-direction: column; /* Apilar en pantallas pequeñas */
            }
            .l_panel {
                border-right: none;
                border-bottom: 1px solid #eee; /* Línea divisoria abajo */
                width: 100%; /* Ocupa todo el ancho */
            }
            .r_main-content {
                width: 100%; /* Ocupa todo el ancho */
            }
            .topnav a:not(:first-child) {display: none;}
            .topnav a.icon {
                float: right;
                display: block;
            }
            .topnav.responsive {position: relative;}
            .topnav.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
            }
            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }
    
            .header div:nth-child(2) { /* El div de width: 20%; */
                display: none; /* Ocultarlo en móviles para ahorrar espacio */
            }
            .header div:nth-child(3) { /* El div del título largo */
                font-size: 24px !important; /* Ajustar el tamaño de fuente */
                text-align: center;
            }
        }
        
        /* Estilos para dropdown en topnav */
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #f2f2f2;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #515151;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #2c3e50;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3498db;
}

    
/* PARA EL MODULO DE SOPORTE*/


    body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      background-color: #f4f6f8;
    }
    .header {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #4CAF50;
  color: white;
  height: 150px;
}

.header img {
  height: 150px;
  margin-right: 20px;
}
    .topnav {
      background-color: #2c3e50;
      overflow: hidden;
    }
    .topnav a {
      float: left;
      display: block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
    }
    .topnav a:hover {
      background-color: #3498db;
      color: white;
    }
    .topnav a.icon {
      display: none;
    }
    .container {
     max-width: 1200px;
      margin: 30px auto;
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .container_index {
  display: flex;
  padding: 20px;
}
    h1 {
      text-align: center;
      color: #2c3e50;
      font-size: 2.8em;
      margin-bottom: 25px;
      border-bottom: 3px solid #3498db;
      padding-bottom: 15px;
    }
    h2.section-title {
      color: #2980b9;
      font-size: 2em;
      margin-top: 40px;
      margin-bottom: 20px;
      border-left: 5px solid #3498db;
      padding-left: 15px;
      background-color: #ecf0f1;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 5px;
    }
    p {
      font-size: 1.1em;
      color: #555;
      line-height: 1.7;
      text-align: justify;
    }
    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }
    .service-item {
      background: #f8f8f8;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .service-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }
    .service-item i {
      font-size: 3em;
      color: #3498db;
      margin-bottom: 15px;
    }
    .cta-section {
      background-color: #eaf2f8;
      padding: 40px;
      border-radius: 10px;
      text-align: center;
      margin-top: 50px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    .cta-button {
      background-color: #27ae60;
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }
    .cta-button:hover {
      background-color: #2ecc71;
      transform: translateY(-3px);
    }


        /* FIN MODOLO DE SOPORTE*/


        /* Estilos específicos para el formulario de contacto */

.contact-form-container {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    max-width: 700px;
    margin: 30px auto;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1em;
    box-sizing: border-box; /* Asegura que padding no aumente el ancho total */
    transition: border-color 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

.contact-form textarea {
    resize: vertical; /* Permite redimensionar verticalmente */
    min-height: 120px;
}

.contact-form button.cta-button {
    width: auto; /* Para que el botón no ocupe todo el ancho */
    padding: 15px 30px;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-form button.cta-button:hover {
    background-color: #2ecc71;
    transform: translateY(-2px);
}

/* Mensajes de estado */
.message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
}

.message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Ajustes responsivos para el formulario */
@media screen and (max-width: 600px) {
    .contact-form-container {
        padding: 20px;
        margin: 20px auto;
    }

    .contact-form button.cta-button {
        width: 100%; /* El botón ocupa todo el ancho en móviles */
    }
}