/* 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";
/* Mixins */
/* Reset */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Aggiunta di regole per pulsanti */
button {
  all: unset;
  cursor: pointer;
}
/* Colore del testo */
/* Regolabile */
/* Aggiusta se serve spostare leggermente l'immagine */
/* Dimensione ridotta per il logo nel footer */
/* Margine ridotto per il logo nel footer */
/* 1. Header e contenuto articoli */
.g-article-header {
  border-bottom: none;
  /* Disabilita il bordo inferiore */
  text-align: center;
  /* Titolo centrato */
}
.item-content {
  padding: 50px;
}
.item-content img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
}
@media (max-width: 576px) {
  .item-content {
    padding: 20px;
  }
  .item-content img {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .item-content {
    padding: 35px;
  }
  .item-content img {
    max-width: 90%;
  }
}
/* 2. Stili per le immagini degli articoli */
article .item-image, .com-content-article .item-image, .com-content-category-blog .item-image, .blog-item .item-image {
  width: 100%;
  /* Larghezza completa di default */
  max-width: 100%;
  /* Limite alla larghezza del contenitore */
  height: auto;
  /* Mantiene il rapporto d'aspetto */
  border-radius: 0.5rem;
  /* Bordi leggermente arrotondati */
  /* Posizionamento delle immagini */
  /* Responsive breakpoints */
}
article .item-image.pull-left, .com-content-article .item-image.pull-left, .com-content-category-blog .item-image.pull-left, .blog-item .item-image.pull-left {
  float: left;
  margin-right: 20px;
}
article .item-image.pull-right, .com-content-article .item-image.pull-right, .com-content-category-blog .item-image.pull-right, .blog-item .item-image.pull-right {
  float: right;
  margin-left: 20px;
}
@media (min-width: 768px) {
  article .item-image.pull-left, article .item-image.pull-right, .com-content-article .item-image.pull-left, .com-content-article .item-image.pull-right, .com-content-category-blog .item-image.pull-left, .com-content-category-blog .item-image.pull-right, .blog-item .item-image.pull-left, .blog-item .item-image.pull-right {
    width: 40%;
    /* Larghezza ridotta su schermi medi */
  }
}
@media (min-width: 1200px) {
  article .item-image.pull-left, article .item-image.pull-right, .com-content-article .item-image.pull-left, .com-content-article .item-image.pull-right, .com-content-category-blog .item-image.pull-left, .com-content-category-blog .item-image.pull-right, .blog-item .item-image.pull-left, .blog-item .item-image.pull-right {
    width: 30%;
    /* Ulteriore riduzione su schermi grandi */
  }
}
.blog-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-item {
    flex-direction: column;
    gap: 0;
  }
}
.blog-item .item-image {
  flex: 0 0 40%;
  max-width: 40%;
  margin: 0;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .blog-item .item-image {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    align-self: center;
  }
}
.blog-item .item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-item .item-content {
  flex: 1 1 0%;
  max-width: 100%;
  padding: 25px 0;
}
.position-relative {
  position: relative;
}
.img-fluid {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.img-rect {
  border-radius: 1rem;
  overflow: hidden;
  display: inline-block;
}
.img-rect img {
  border-radius: 1rem;
  display: block;
  width: 100%;
  height: auto;
}
.img-square-250 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
/* 5. Sistema di autenticazione Joomla */
.plg_system_webauthn_login_button {
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 15px;
  /* Spazio tra gli elementi */
}
@media (max-width: 768px) {
  .plg_system_webauthn_login_button {
    gap: 10px;
    /* Gap ridotto per mobile */
  }
}
#g-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  border-bottom: 2px solid #c1c51a;
  position: relative;
  width: 100%;
  overflow: visible;
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}
@media (max-width: 480px) {
  #g-bottom {
    padding: 15px 0;
  }
}
#g-copyright {
  font-size: 0.7rem;
  padding: 15px 0;
  border-top: 1px solid rgba(28, 28, 27, 0.1);
  z-index: 10;
  position: relative;
  width: 100%;
  min-height: 48px;
  display: block;
  visibility: visible;
  opacity: 1;
}
#g-copyright .g-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#g-copyright .g-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
#g-copyright .g-block {
  flex: 1 1 0;
  min-width: 120px;
  text-align: left;
}
#g-copyright .g-block:last-child {
  text-align: right;
}
#g-copyright .g-block .g-content {
  padding: 0;
}
@media (max-width: 767px) {
  #g-copyright {
    font-size: 0.75em;
    padding: 8px 0 15px 0;
  }
  #g-copyright .g-grid {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  #g-copyright .g-block {
    width: 100%;
    flex: none;
    min-width: 0;
    text-align: center !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  #g-copyright {
    font-size: 0.7em;
    padding: 5px 0 15px 0;
  }
  #g-copyright .g-grid {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  #g-copyright .g-block {
    width: 100%;
    flex: none;
    min-width: 0;
    text-align: center !important;
    margin-bottom: 2px;
  }
}
#g-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  border-bottom: 2px solid #c1c51a;
  position: relative;
  width: 100%;
  overflow: visible;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
}
#g-footer a {
  color: #c1c51a;
}
#g-footer a:hover {
  color: #f1f1f1;
}
#g-footer .g-toplevel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  width: 100%;
}
#g-footer .g-toplevel li {
  display: inline-block;
  margin: 0;
  color: #f1f1f1;
  transition: color 0.2s;
}
#g-footer .g-toplevel li a {
  color: inherit;
  position: relative;
  transition: color 0.2s;
}
#g-footer .g-toplevel li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #c1c51a;
  transition: width 0.3s ease;
  opacity: 1;
  transform: none;
}
#g-footer .g-toplevel li a:hover::after, #g-footer .g-toplevel li a:focus::after, #g-footer .g-toplevel li a.active::after {
  width: 100%;
}
#g-footer .g-toplevel li a:hover {
  color: #c1c51a;
}
#g-footer .g-content {
  margin: 0.6rem;
  padding: 0.5rem;
  text-align: center;
}
#g-footer .g-social {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#g-footer .g-social.center {
  justify-content: center;
  align-items: center;
}
#g-footer .g-social a {
  color: #f1f1f1;
  border-right: none !important;
  border-left: none !important;
  transition: color 0.2s, background 0.2s;
}
#g-footer .g-social a:hover {
  color: #c1c51a;
  background-color: rgba(28, 28, 27, 0.15);
  padding: 5px 8px;
  border-radius: 3px;
}
#g-footer .g-social ul li {
  margin: 0 3px;
}
#g-footer .g-social ul li a {
  padding: 4px 8px;
}
#g-footer .g-logo, #g-footer .g-logo-particle, #g-footer .footer-logo, #g-footer .g-footer-logo {
  display: flex !important;
  padding-top: 45px;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  margin: 0 auto;
}
#g-footer .g-logo img, #g-footer .g-logo-particle img, #g-footer .footer-logo img, #g-footer .g-footer-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#g-footer .logo-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #g-footer .logo-text-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #g-footer .logo-text-wrapper {
    flex-direction: column;
  }
}
#g-footer .logo-eu {
  width: 50px;
  height: auto;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #g-footer .logo-eu {
    width: 60px;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #g-footer .logo-eu {
    width: 40px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
#g-footer .eu-text {
  margin: 0;
  color: #f1f1f1;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #g-footer .eu-text {
    font-size: 0.9em;
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  #g-footer .eu-text {
    font-size: 0.8em;
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  #g-footer {
    padding: 15px 0;
    text-align: center;
    font-size: 0.95em;
  }
  #g-footer .g-toplevel {
    gap: 8px;
  }
  #g-footer .g-content {
    margin: 0.4rem;
    padding: 0.4rem;
  }
  #g-footer .g-social {
    flex-direction: row !important;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  #g-footer .g-social a {
    padding: 4px 8px;
  }
  #g-footer .logo-eu {
    width: 60px;
  }
  #g-footer .eu-text {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  #g-footer {
    padding: 8px 0;
    font-size: 0.9em;
  }
  #g-footer .g-toplevel {
    flex-direction: column;
    gap: 5px;
  }
  #g-footer .g-toplevel li {
    display: block;
    margin-bottom: 5px;
  }
  #g-footer .g-content {
    margin: 0.2rem;
    padding: 0.3rem;
  }
  #g-footer .g-social {
    flex-direction: row !important;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  #g-footer .g-social a {
    padding: 4px 8px;
  }
  #g-footer .logo-eu {
    width: 40px;
  }
  #g-footer .eu-text {
    font-size: 0.8em;
  }
  #g-footer > .g-container > .g-grid > div {
    width: 100%;
    margin-bottom: 8px;
  }
}
.logo-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-eu {
  width: 50px;
  height: auto;
  margin-right: 1rem;
  position: relative;
  top: 0px;
}
.eu-text {
  margin: 0;
  color: #f1f1f1;
  font-size: 1rem;
}
.footer-logo {
  width: 30px;
  height: auto;
  margin-right: 0.5rem;
  display: inline-block;
}
#g-header {
  box-shadow: 0 2px 2px rgba(28, 28, 27, 0.1);
  color: #f1f1f1;
  width: 100%;
  max-width: 100%;
}
#g-header.g-absolute-header {
  position: absolute;
  width: 100%;
}
#g-header.g-absolute-header.uk-sticky-placeholder {
  position: absolute;
  width: 100%;
}
#g-header a {
  color: #c1c51a;
}
#g-header a:hover {
  color: #f1f1f1;
}
#g-header .g-toplevel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  width: 100%;
}
#g-header .g-toplevel li {
  display: inline-block;
  margin: 0;
  color: #f1f1f1;
  transition: color 0.2s;
}
#g-header .g-toplevel li a {
  color: inherit;
  position: relative;
  transition: color 0.2s;
}
#g-header .g-toplevel li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #c1c51a;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s, transform 0.2s;
}
#g-header .g-toplevel li a:hover::after, #g-header .g-toplevel li a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}
#g-header .g-toplevel li a:hover {
  color: #c1c51a;
}
@media (max-width: 767px) {
  #g-header {
    box-shadow: 0 2px 2px rgba(28, 28, 27, 0.1);
  }
  .g-grid {
    flex-direction: row;
  }
  .g-grid .g-offcanvas-toggle {
    margin-right: auto;
  }
}
.g-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-grid .g-block.size-25 {
  order: 0;
  justify-content: flex-start;
  text-align: left;
  display: flex;
  align-items: center;
}
.g-grid .g-block.size-75 {
  order: 1;
}
.g-grid .g-offcanvas-toggle {
  position: relative;
  font-size: 2rem;
  cursor: pointer;
  margin-right: 8px;
}
.g-grid .g-offcanvas-toggle i {
  display: inline-block;
  color: #f1f1f1;
}
.g-grid .g-offcanvas-toggle i:hover {
  color: #c1c51a;
}
#g-header .g-main-nav {
  margin: 0;
}
#g-header .g-main-nav .g-toplevel > li {
  margin: 0 5px;
  position: relative;
  transition: all 0.2s ease;
}
@media (min-width: 481px) and (max-width: 767px) {
  #g-header .g-main-nav .g-toplevel > li {
    margin: 0;
  }
}
#g-header .g-main-nav .g-toplevel > li:last-child {
  margin: 0;
}
#g-header .g-main-nav .g-toplevel > li:last-child .g-menu-item-container {
  padding-right: 0;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
  padding: 36px 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container:after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 10px;
  width: 0;
  height: 2px;
  background-color: #c1c51a;
  transition: width 0.3s ease;
}
@media (min-width: 481px) and (max-width: 767px) {
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 36px 7px;
  }
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container a {
  color: #ffffff;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
  color: #c1c51a;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "";
  opacity: 0.75;
  padding: 0.1rem;
  border: 1px solid #c1c51a;
  background: #698417;
  margin-left: 2px;
  border-radius: 4px;
  width: 1.2rem;
  text-align: center;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #c1c51a;
  text-shadow: 0 0 1px rgba(193, 197, 26, 0.4);
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container:after, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container:after {
  width: calc(100% - 20px);
}
#g-header .g-main-nav .g-toplevel > li.box-effect > .g-menu-item-container {
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
#g-header .g-main-nav .g-toplevel > li.box-effect > .g-menu-item-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(193, 197, 26, 0.03);
  border-radius: 6px;
  z-index: -1;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s ease;
}
#g-header .g-main-nav .g-toplevel > li.box-effect:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.box-effect.active > .g-menu-item-container {
  background-color: rgba(193, 197, 26, 0.2);
  box-shadow: 0 4px 12px rgba(193, 197, 26, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-shadow: 0 0 1px rgba(193, 197, 26, 0.5);
}
#g-header .g-main-nav .g-toplevel > li.box-effect:hover > .g-menu-item-container:before, #g-header .g-main-nav .g-toplevel > li.box-effect.active > .g-menu-item-container:before {
  transform: scale(1);
  opacity: 1;
}
#g-header .g-main-nav .g-toplevel > li.box-effect:hover > .g-menu-item-container:after, #g-header .g-main-nav .g-toplevel > li.box-effect.active > .g-menu-item-container:after {
  width: 0;
}
#g-header .g-main-nav .g-toplevel > li.border-effect > .g-menu-item-container {
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
}
#g-header .g-main-nav .g-toplevel > li.border-effect > .g-menu-item-container:after {
  display: none;
}
#g-header .g-main-nav .g-toplevel > li.border-effect:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.border-effect.active > .g-menu-item-container {
  border-color: #c1c51a;
  padding: 34px 8px;
  text-shadow: 0 0 1px rgba(193, 197, 26, 0.4);
  box-shadow: 0 0 8px rgba(193, 197, 26, 0.1);
}
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #ffffff;
  font-weight: normal;
}
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #c1c51a;
  font-weight: normal;
}
#g-header .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #f1f1f1;
  color: #ccc;
}
#g-header .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-header .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  background: #f1f1f1;
  color: #ccc;
}
#g-header .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #c1c51a;
}
#g-header .g-main-nav .g-sublevel > li:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  #g-header .g-menu-block {
    display: none;
  }
}
#g-header .g-menu-item-subtitle {
  font-size: 0.75rem;
  font-weight: normal;
  opacity: 1;
  padding-top: 5px;
}
.menu-item-particle a {
  color: #c1c51a;
}
.menu-item-particle a:hover {
  color: #ffffff;
}
#g-top {
  width: 100%;
  padding: 8px 0;
  border-bottom: 2px solid #c1c51a;
  color: #f1f1f1;
}
#g-top .g-container {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  #g-top .g-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #g-top .g-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative;
  }
  #g-top .g-grid .g-block {
    flex: 1;
  }
  #g-top .g-grid .g-offcanvas-toggle {
    flex: 0;
    align-self: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #g-top .g-block {
    flex-basis: auto;
    width: auto;
    min-width: auto;
  }
  #g-top .g-block.size-50 {
    flex: 0 1 auto;
  }
  #g-top .g-content {
    margin: 0;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  #g-top .mod-languages {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
  }
  #g-top .mod-languages .mod-languages__list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
  }
  #g-top .mod-languages li {
    margin: 0;
    font-size: 0.9rem;
  }
}
.g-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-grid .g-block.size-20 {
  order: 2;
}
.g-grid .g-block.size-25 {
  order: 1;
}
.g-grid .g-block.size-55 {
  order: 3;
}
@media (max-width: 767px) {
  .g-grid {
    flex-direction: column;
  }
  .g-grid .g-block {
    margin-bottom: 8px;
  }
}
div.mod-languages a {
  color: #c1c51a;
  background: transparent;
  border-radius: 3px;
  padding: 4px 8px;
  transition: color 0.2s, background 0.2s;
  font-weight: 500;
}
div.mod-languages a:hover {
  color: #c1c51a;
  background: rgba(28, 28, 27, 0.08);
}
div.mod-languages a:active {
  color: #98aa1c !important;
}
div.mod-languages ul li {
  margin: 0 3px;
}
div.mod-languages ul li a {
  padding: 4px 8px;
}
div.mod-languages ul li.lang-active {
  background-color: #739119;
  color: #f1f1f1;
  padding: 5px 8px;
  border-radius: 3px;
  transition: all 0.2s ease;
}
div.mod-languages ul li.lang-active a {
  color: #f1f1f1;
}
div.mod-languages ul li.lang-active:hover {
  background-color: #739119;
}
@media only screen and (max-width: 767px) {
  div.mod-languages {
    text-align: center;
    margin: 8px 0;
  }
  div.mod-languages ul {
    display: flex;
    justify-content: center;
  }
  div.mod-languages ul li {
    margin: 0 5px;
  }
  div.mod-languages ul li a {
    padding: 8px 16px;
    font-size: 1.1em;
    display: inline-block;
  }
  div.mod-languages ul li.lang-active {
    padding: 8px 15px;
    background-color: #739119;
  }
  div.mod-languages ul li.lang-active a {
    color: #f1f1f1;
  }
  div.mod-languages ul li.lang-active:hover {
    background-color: #98aa1c;
  }
}
@media only screen and (max-width: 480px) {
  div.mod-languages ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  div.mod-languages ul li {
    margin: 0 2px;
  }
  div.mod-languages ul li a {
    padding: 4px 8px;
    font-size: 0.95em;
  }
}
.orizzontal-line {
  border-left: none;
  border-top: 1px solid #c1c51a;
  min-height: 0;
  max-height: 2px;
  height: 2px;
  line-height: 2px;
  width: 60px;
  position: relative;
  left: 0;
  margin: 1.2rem auto 1.2rem auto;
  padding-left: 0;
  top: 0;
  display: block;
}
.vertical-line {
  border-top: none;
  border-left: 2px solid #c1c51a;
  width: 2px;
  height: 8px;
  min-width: 2px;
  min-height: 20px;
  max-height: 100px;
  position: relative;
  top: 0;
  left: 0;
  margin: -20px auto;
  padding: 5px 0;
  display: block;
}
.button-primary {
  border: none !important;
  padding: 16px 24px;
  background: linear-gradient(45deg, #c1c51a, #e6e95c);
  color: #f1f1f1;
  border-radius: 50px;
  font-size: 1rem;
  transition: background 0.5s ease, transform 0.3s ease;
  -webkit-transition: background 0.5s ease, transform 0.3s ease;
}
.button-primary:hover {
  background: #739119;
  color: #f1f1f1;
  transform: scale(0.9);
  border: 2px solid #c1c51a;
}
.fullwidth-fixed-bg {
  width: 100vw;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 1;
  flex-direction: column;
  box-shadow: none;
  border-radius: 0;
}
.fullwidth-fixed-bg .fullwidth-bg-overlay {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 2.5rem 3.5rem;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-width: 320px;
  max-width: 90vw;
}
.fullwidth-fixed-bg .fullwidth-title, .fullwidth-fixed-bg .orizzontal-line, .fullwidth-fixed-bg .fullwidth-subtitle {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .fullwidth-fixed-bg {
    font-size: 1.2rem;
    min-height: 220px;
  }
  .fullwidth-fixed-bg .fullwidth-bg-overlay {
    padding: 1.2rem 1rem;
    min-width: 180px;
  }
}
.fullwidth-fixed-bg .fullwidth-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .fullwidth-fixed-bg .fullwidth-title {
    font-size: 1.4rem;
  }
}
.fullwidth-fixed-bg .fullwidth-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (max-width: 767px) {
  .fullwidth-fixed-bg .fullwidth-subtitle {
    font-size: 1rem;
  }
}
.g-cta-button.style1 .g-cta-inner {
  position: relative;
  padding: 24px;
  margin: 0 auto;
  min-height: 200px;
  box-sizing: border-box;
  border: none;
  border-left: 6px solid #c1c51a;
  transition: border-left 0.2s ease;
  background: rgba(241, 241, 241, 0.8);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.8s ease-in-out;
}
.g-cta-button.style1 .g-cta-inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(28, 28, 27, 0.1);
  border-left: 12px solid #c1c51a;
}
@media (max-width: 480px) {
  .g-cta-button.style1 .g-cta-inner {
    padding: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .g-cta-button.style1 .g-cta-inner {
    padding: 24px;
  }
}
.g-cta-button.style1 .g-cta-inner .g-cta-right {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.g-cta-button.style1 .g-cta-inner .g-cta-right .button {
  border: none !important;
  padding: 16px 24px;
  background: linear-gradient(45deg, #c1c51a, #e6e95c);
  color: #f1f1f1;
  border-radius: 50px;
  font-size: 1rem;
  transition: background 0.5s ease, transform 0.3s ease;
  -webkit-transition: background 0.5s ease, transform 0.3s ease;
}
.g-cta-button.style1 .g-cta-inner .g-cta-right .button:hover {
  background: #739119;
  color: #f1f1f1;
  transform: scale(1.05);
  border: 2px solid #c1c51a;
}
.g-cta-button.style1 .g-cta-inner .g-cta-title {
  margin: 0 0 24px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
}
.g-cta-button.style1 .g-cta-inner .g-cta-title:after {
  content: none;
}
.g-cta-button.style1 .g-cta-inner .g-cta-desc {
  margin: 0 0 32px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.g-cta-button.style1 .g-cta-inner .g-cta-left, .g-cta-button.style1 .g-cta-inner .g-cta-right, .g-cta-button.style1 .g-cta-inner .g-cta-title, .g-cta-button.style1 .g-cta-inner .g-cta-desc {
  text-align: center;
  margin: 0 auto;
}
.g-cta-button.style2 .g-cta-inner {
  position: relative;
  padding: 24px 16px;
  margin: 0 auto;
  min-height: 180px;
  box-sizing: border-box;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: none;
}
.g-cta-button.style2 .g-cta-inner:hover {
  border: none;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 480px) {
  .g-cta-button.style2 .g-cta-inner {
    padding: 16px 4px;
  }
}
.g-cta-button.style2 .g-cta-inner .g-cta-title {
  margin: 0 0 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #98aa1c;
  text-transform: none;
  letter-spacing: 0.01em;
  text-align: center;
}
.g-cta-button.style2 .g-cta-inner .g-cta-desc {
  margin: 0 0 24px;
  font-size: 1.05rem;
  color: #f1f1f1;
  text-align: center;
}
.g-cta-button.style2 .g-cta-inner .g-cta-right {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.g-cta-button.style2 .g-cta-inner .g-cta-right .button {
  border: 1px solid #316ba3;
  background: #316ba3;
  color: #f1f1f1;
  border-radius: 50px;
  font-size: 1rem;
  padding: 8px 24px;
  transition: none;
  -webkit-transition: none;
}
.g-cta-button.style2 .g-cta-inner .g-cta-right .button:hover {
  background: #316ba3;
  color: #f1f1f1;
  border: 1px solid #316ba3;
  transform: none;
}
.g-cta-button.style2.minimal-layout .g-cta-inner {
  background: rgba(241, 241, 241, 0.8);
  transition: background 0.6s ease;
  color: #f1f1f1;
}
.g-cta-button.style2.minimal-layout .g-cta-inner:hover {
  background: rgba(241, 241, 241, 0.8);
  color: #f1f1f1;
}
.g-cta-button.minimal-layout .g-cta-inner {
  background: rgba(241, 241, 241, 0.8);
}
.g-cta-button.minimal-layout .g-cta-inner:hover {
  box-shadow: 0 12px 24px rgba(28, 28, 27, 0.1);
  border-left: 12px solid #c1c51a;
}
.g-cta-button.minimal-layout .g-cta-inner .g-cta-title {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 24px;
  text-align: center;
}
.g-cta-button.minimal-layout .g-cta-inner .g-cta-left {
  font-size: 1.2rem;
  text-align: center;
  padding: 8px;
  margin-bottom: 0;
}
.g-cta-button.minimal-layout .g-cta-inner .g-cta-right {
  text-align: center;
  display: block;
  margin: 24px 0 0;
}
.g-cta-button.minimal-layout .g-cta-inner .g-cta-right .button {
  border: none !important;
  padding: 16px 24px;
  background: linear-gradient(45deg, #c1c51a, #e6e95c);
  color: #f1f1f1;
  border-radius: 50px;
  font-size: 1rem;
  transition: background 0.5s ease, transform 0.3s ease;
  -webkit-transition: background 0.5s ease, transform 0.3s ease;
}
.g-cta-button.minimal-layout .g-cta-inner .g-cta-right .button:hover {
  background: #f1f1f1;
  color: #f1f1f1;
  transform: scale(1.05);
  border: 2px solid #c1c51a;
}
.g-cta-button.orizontal-layout .g-cta-inner {
  background: rgba(241, 241, 241, 0.8);
}
.g-cta-button.orizontal-layout .g-cta-inner:hover {
  box-shadow: 0 12px 24px rgba(28, 28, 27, 0.1);
  border-left: 12px solid #c1c51a;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-title {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 24px;
  text-align: center;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-left {
  font-size: 1.2rem;
  text-align: center;
  padding: 8px;
  margin-bottom: 0;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-right {
  text-align: center;
  display: block;
  margin: 24px 0 0;
}
.g-cta-button.orizontal-layout .g-cta-inner .g-cta-right .button:hover {
  border: 2px solid #c1c51a;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Companies Particle - Bottom*/
.g-companies.style1 .g-companies-item img, .g-companies.style2 .g-companies-item img, .g-companies-slider.style1 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style1 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  filter: none;
}
.g-companies.style1 .g-companies-image img, .g-companies-slider.style1 .g-companies-image img, .g-companies-slideset.style1 .g-companies-image img {
  border: none !important;
}
.g-companies-image {
  background: transparent !important;
}
.g-companies-image img {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.g-particle-intro h2 {
  margin: 0 0 24px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.g-particle-intro h2:after {
  content: none;
}
.g-particle-intro .lead {
  margin: 0 0 32px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
body .g-our-team-slideset.gutter-enabled .g-our-team-item {
  box-shadow: none;
}
.g-our-team-slideset .g-our-team-item {
  border: none;
}
.g-our-team-slideset .g-info-container {
  background: none;
}
.button-icon-right .button i {
  float: right;
  margin: 4px 0 0 30px !important;
}
.g-portfolio .g-info-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.g-portfolio .g-info-container .g-bottom-info {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-portfolio-title {
  position: relative;
  display: inline-block;
}
.g-portfolio-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #c1c51a;
  transition: width 0.3s ease;
}
.g-portfolio-title:hover:after, .g-portfolio-title.active:after {
  width: 100%;
}
/*# sourceMappingURL=custom_17.css.map */