#content {
  border: solid 1px rgba(62, 119, 169, 0.19);
  margin-top: 14px;
  margin-bottom: 14px;
  border-radius: 5px;
  font-family: arial;
  h1,
  h2,
  h3,
  h4,
  select,
  button {
    font-family: arial;
  }

  .advanced-search {
    display: none;
  }

  p,
  a {
    font-family: arial;
  }
  ul li a {
    color: #2a3b89;
    font-weight: bold;
  }
}

.resource.show #content > h2 + h3 {
  font-family: arial;
}

.item.resource.show.body-truncate-full {
  h3 {
    background-color: #2a3b89 !important;
  }
}

.custom-main-items {
  font-family: arial;
  h2 {
    text-align: center;
    font-family: arial;
  }

  ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    li {
      height: 150px;
      background-size: contain;
      background-repeat: no-repeat;
      align-content: end;
      background-position: center;
      a {
        position: relative;
        top: 30px;
        height: 150px;
        display: flex;
        align-items: end;
        color: #2a3b89;
        font-weight: bold;
      }
    }
    li:nth-child(1) {
      background-image: url(https://repositorio.celam.org/files/asset/b13a4752172bac5b2954ea61495e7dd59fddc1ee.png);
    }
    li:nth-child(2) {
      background-image: url(https://repositorio.celam.org/files/asset/5103c853c6c695d236deb70e9e9607d67460c030.png);
    }
    li:nth-child(3) {
      background-image: url(https://repositorio.celam.org/files/asset/a938908afafdb75d305489c11b2476eb52c5d359.png);
    }
  }
}

header:before {
  background: linear-gradient(to right, #283784, #53b1ca);
}

.banner.contained {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#search-form input[type="text"] {
  background-color: white;
  color: #0056b3;
}

input[type="submit"],
button,
.button {
  background-color: #0056b3;
  color: white;
}

footer.custom-footer {
  max-width: 100%;
  padding: 0;
}

#footer-custom {
  max-width: 100%;
  padding: 0;
  img {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
  }
}

#footer-copyright {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  background: #0056b3;
  margin-bottom: 0;
  font-family: "arial", sans-serif;
  margin-top: 0px;
}

#footer-copyright a {
  color: #fff;
  font-family: "arial", sans-serif;
}

.responsive-header {
  width: 100%;
  height: auto;
  margin-bottom: -10px;
}

.custom-login {
  form {
    margin: auto;
    max-width: 400px;
  }
  h1,
  .forgot-password {
    text-align: center;
  }
  footer {
    margin-top: 0;
    margin-left: 0%;
  }
  #footer-custom {
    margin-left: 0;
  }
}

.desktop-header {
  display: block;
}

@media (min-width: 768px) {
  .responsive-header {
    display: none;
  }
}

@media (max-width: 768px) {
  .custom-main-items {
    ul {
      flex-flow: wrap-reverse;
      gap: 50px;
      margin-block: 0;
      padding-inline-start: 0;
    }
  }

  .desktop-header {
    display: none;
  }
}
