.mod-menu.mod-list.nav {
	justify-content: center;
}
.container-header {
  background-color: #69866b;
  background-image: none;
}
.site-grid {
background-image: url("/images/fondo1.jpg");
    /*background-repeat: repeat;*/
    background-attachment: fixed;
  background-position: center; /* Center the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.container-banner {
  background-color:#e0d98a;
} 
.com-content-article {
      background-color: beige;
}
.com-content-article {
  margin-top: -40px;
}
.page-header, .article-info {
  display:none;
}
body {
  background-color: #fcfced;
}
.footer {
 background-image: linear-gradient(135deg, #11551d 0%, 
    var(--cassiopeia-color-hover) 100%);
}
.mod-articles-category-title {
display: none;
}
.mod-articles-category-introtext {
margin-bottom: 0px; 
}
#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
    background-color: #f5f5dc;
}
.page-1 {
margin-top: -33px;
}
.sppb-panel-title {
    font-size: 18px;
}
.pagenavigation {
  display: none;
}