body {
    font-family: Arial, sans-serif;
  }
  .navbar {
    background-color: #003366;
  }
  .navbar-nav .nav-link {
    color: white !important;
  }

#logo-qwerty {
    width:250px;
    height:100px;
 }

 #inicio p{
  padding-top: 6%;
 }
  .hero {
    background-color: #ffffff;
    padding: 80px;
    text-align: justify;
  }
  .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 20px;
  }
  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
  }

  .whatsapp-float img {
    width: 60px;
    height: 60px;
  }

  .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0d6efd; /* Puedes cambiar aquí el color del h3 */
    text-align: justify;
  }
  .card-text {
    font-size: 0.95rem;
    color: #555;
  }
  .card {
    border-radius: 1rem;
    transition: transform 0.3s ease;
  }
  .card:hover {
    transform: translateY(-5px);
  }

  .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #4788e9; /* azul Bootstrap */
  }
  .card h5 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .card p {
    font-size: 0.95rem;
    color: #16082c; /* un gris muy claro tirando a blanco */
  }
  .card {
    border-radius: 1rem;
    transition: transform 0.3s ease;
  }
  .card:hover {
    transform: translateY(-5px);
  }