 body {
      font-family: 'Inter', sans-serif;
      background-color: #fff; /* fondo blanco */
      background-image: radial-gradient(#eeeeee 1px, transparent 1px);
      background-size: 10px 10px; /* tamaño de repetición del patrón */
      text-align: center;
      color: #212529;
      margin: none!important;

    }
    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
    }
    body, p, a{
            font-size: 14px;
            line-height: 1.6;
    }

    a, a:hover {
      text-decoration: none;
    }

    a {
       color: inherit;
    }
    .nav-link {color: #212529;}
    .hero {
      padding: 160px 20px 100px;
      
      
    }
    .mw, .hero{
      max-width: 840px;
      margin: auto;
    }
    .hero h1 {
      font-size: 2.7rem;
    }
    .hero p {
      margin-top: 20px;
    }

    .hero p, .lead{
      font-size: 1.1rem;
    }

    h2 {
      margin-bottom: 1em;
    }

    hl{
      background-color:yellow;
      padding: 1px 5px;
      color: #212529;
    }

 .btn {
      border-radius: 999px;
      padding: 10px 24px;
      font-weight: 600;
      margin: 5px;

    }

    .btn-primary {
      background-color: #0066ff;
      color: #fff;
      border: none;
    }
    .btn-secondary {
      background-color: #212529;
      color: #fff;
      border: none;
    }

   .navbar{
      border-bottom:#eee 1px solid;
      background-color: #fff;
      width: 100%;
      z-index: 2;
      position: fixed;
      top: 0;
    }
    .bg-light{
      background-color:#f9fbfc!important;
    }
    .card{
      border-color: #ddecf2;
    }
    .card .bi{
      background-color: #f9fbfc;
      border: #ddecf2 1px solid;
      color: #0066ff;
      display: inline-block;
      width: 58px;
      height: 58px;
      overflow: hidden;
      text-align: center;
      line-height: 1.2;
      padding:8px;
      margin: 0.3em auto;
      font-size: 35px;
      border-radius: 999px;
    }

      .box .bi{
      color: #121212;
      display: inline-block;
      width: 58px;
      height: 58px;
      overflow: hidden;
      text-align: center;
      line-height: 1.2;
      padding:8px;
      margin: 0.3em auto;
      font-size: 45px;
      border-radius: 999px;
       }



    .navbar-brand img {
      height: 30px;
    }

    .table-pricing {
      border-radius: 0.75rem; 
      overflow: hidden;
      box-shadow:#000 0px 0px 0px;

    }
    .table-pricing  td{

      border-collapse: collapse;
      color: #212529;
      border: #c6d8fa 1px solid;
      background-color:#f5f8fc;
      vertical-align: middle;
    

    }
    .table-pricing thead{
      background-color: #333;
      color: #fff;
    }
    section .container{ 
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    }

    .accordion-body{
      text-align: left;
      line-height: 2;
      background-color:#f5f8fc;
      color: #212529;
    }

    .accordion-body ul li{
      border-bottom: #c6d8fa 1px solid;
      list-style: none;
      padding-top: 10px!important;
      padding-bottom: 10px!important;
    }

    .accordion-body ul li:last-child{
      border: none!important;
    }
  
    footer {
      background: #fff;
      padding: 30px 0;
      text-align: center;
      font-size: 0.9rem;
      color: #888;
    }