/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-gov {
  background-color: #36c;
}
#g-gov .g-container {
  width: 100%;
}
#g-gov .g-container #logo-9833-particle {
  padding: 0;
  margin: 1rem;
}
#g-gov .gantry-logo img {
  width: 120px;
}
#g-header .g-content {
  margin: 0;
  padding: 0.5rem 0;
}
.mod-finder__search button {
  border: 2px solid #fff;
}
#g-navigation #logo-5633-particle, #g-navigation #logo-2412-particle {
  margin-top: 0;
  margin-bottom: 0;
}
#g-navigation .g-container {
  width: 100%;
}
#g-navigation .g-container .g-grid {
  align-items: center;
}
#g-navigation li {
  background-color: #003863;
}
#g-navigation li:hover {
  background: #011f36 !important;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #011f36 !important;
}
#g-navigation li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#g-navigation li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#g-navigation li a, #g-navigation span {
  color: #fff !important;
  font-size: 14px;
}
#g-navigation .g-menu-item-container {
  padding: 0.6rem 0.8rem;
}
#g-banner .g-container {
  width: 100%;
}
#g-container-main .g-container {
  width: 90rem;
}
#g-contenido .com-content-category-blog h1 {
  color: #003863;
  padding-bottom: 0.4rem;
  margin-bottom: 3rem;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
#g-contenido .item-content h2 {
  font-size: 1rem;
}
#g-contenido .blog-item .item-image {
  margin: 0px !important;
  border-radius: 1rem 1rem 0px 0px;
}
#g-contenido .blog-item .item-image img {
  filter: saturate(70%);
  transition: filter 300ms ease-in-out, transform 300ms ease-in-out;
}
#g-contenido .blog-item .item-image img:hover {
  filter: saturate(110%);
  transform: scale(1.1);
  cursor: pointer;
  transition: filter 150ms ease-in, transform 150ms ease-in;
}
#g-contenido .blog-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 2.5rem;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.epa-article {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  word-wrap: break-word;
}
.epa-article .epa-center {
  text-align: center;
}
.epa-article .epa-right {
  text-align: right;
}
.epa-article .epa-justify {
  text-align: justify;
}
.epa-article h1, .epa-article h2, .epa-article h3, .epa-article h4, .epa-article h5, .epa-article h6 {
  color: #003863;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.8rem 0 0.8rem;
}
.epa-article h1 {
  font-size: 1.9rem;
}
.epa-article h2 {
  font-size: 1.55rem;
}
.epa-article h3 {
  font-size: 1.3rem;
}
.epa-article h4 {
  font-size: 1.1rem;
}
.epa-article p {
  margin: 0 0 1rem;
}
.epa-article a {
  color: #36c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.epa-article a:hover {
  color: #003863;
  text-decoration: underline;
}
.epa-article strong, .epa-article b {
  color: #012a4a;
}
.epa-article img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.epa-article img.epa-center, .epa-article .epa-center > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.epa-article ul, .epa-article ol {
  margin: 0 0 1rem 1.4rem;
}
.epa-article li {
  margin-bottom: 0.4rem;
}
.epa-article hr {
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 2rem 0;
}
.epa-article a.epa-doc {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 0.65rem 1rem;
  margin: 0.35rem 0;
  background: #f4f7fb;
  border: 1px solid #dbe4ef;
  border-left: 4px solid #003863;
  border-radius: 6px;
  color: #003863;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.epa-article a.epa-doc::before {
  content: "📄";
  font-size: 1.15rem;
  flex: 0 0 auto;
}
.epa-article a.epa-doc:hover {
  background: #e7eef7;
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(0, 56, 99, 0.12);
  text-decoration: none;
}
.epa-article .epa-table-wrap {
  width: 100%;
  margin: 0 0 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.epa-article table.epa-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.epa-article table.epa-table td, .epa-article table.epa-table th {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  vertical-align: top;
}
.epa-article table.epa-table tbody tr:nth-child(even) {
  background: #f7f9fc;
}
.epa-article table.epa-table img {
  border-radius: 6px;
}
/*# sourceMappingURL=custom_13.css.map */