/*
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  header img {
    height: 60px;
  }
  nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #005fa3;
    font-weight: bold;
  }
  .hero {
    text-align: center;
    padding: 60px 20px 20px;
  }
  .hero h1 {
    font-size: 2.5rem;
    color: #005fa3;
  }
  .hero h2 {
    font-size: 2rem;
    color: #222;
    margin-top: 10px;
  }
  .hero p {
    max-width: 800px;
    margin: 20px auto;
    font-size: 1.1rem;
  }
  .imagen-principal img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  section {
    padding: 40px 20px;
    max-width: 1000px;
    margin: auto;
  }
  section h2 {
    color: #005fa3;
  }
  ul {
    list-style: none;
    padding: 0;
  }
  ul li::before {
    content: "\2714";
    margin-right: 10px;
    color: green;
  }
  footer {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
  }
  footer a {
    margin: 0 10px;
    color: #005fa3;
    text-decoration: none;
  }
    */

    admincloud-site-root h2 {
        color: #005fa3;
    }
    .views-field.views-field-title a{
        color: white;
    }

    section {
        padding: 40px 20px;
        max-width: 1000px;
        margin: auto;
    }

    section ul {
        list-style: none !important;
        list-style-type: none !important;
        padding: 0;
      }
    section ul li::before {
        content: "\2714";
        margin-right: 10px;
        color: green;
      }

     article img {
        /*max-width: 800px;*/
        max-width: 330px;
        /*padding: 2rem;*/
        padding: 0;
    }

    div#block-admincloud-page-title {
        font-size: 2.5rem;
        color: #005fa3;
        -webkit-text-fill-color: #005fa3;
        padding: 2rem 0 0;
    }

    .admincloud-site-root h2 {
        font-size: 3.5rem;
        -webkit-text-fill-color: #333333;
    }

    .hero p {
        max-width: 800px;
        margin: 20px auto;
        font-size: 1.6rem;
    }

    footer {
        background-color: #f5f5f5;
        padding: 20px;
        text-align: center;
        font-size: 0.9rem;
      }
      footer a {
        margin: 0 10px;
        color: #005fa3;
        text-decoration: none;
      }
    