/* Base */
body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #222831;
}

.contact-info {
  background-color: #f9f9f9;
  padding: 20px;
  border: 2px solid #004282; /* Thicker border */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}
.contact-info p {
  margin: 0 0 10px;
}
.contact-info a {
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .col-6,
  .col-sm-6,
  .col-md-4,
  .col-lg-6 {
    width: 100%;
  }
  .contact-info {
    align-items: center;
    text-align: center;
    border: 3px solid #004282; /* Thicker border */
  }
}
/*VIDEO*/
/* Stili di base per la gallery e il popup */
.video-thumb,
.video-thumb-error {
  width: 200px;
  height: auto;
  margin: 10px;
  cursor: pointer;
}
.video-thumb {
  border: 1px solid #ccc;
}
.video-container,
.video-container-error {
  display: inline-block;
  position: relative;
}

.video-container-error {
  background-color: #f9b5bb;
}

/* Stile per il popup (modal) */
.popup_video {
  display: none;
  /* nascosto di default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup_video-content {
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
}

.close {
  position: absolute;
  z-index:9000;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
/*VIDEO fine*/
/* Immagini */
.year-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.year-button {
  width: 100px; /* Larghezza desiderata */
  height: 30px; /* Altezza desiderata */
  border: none;
  border-radius: 5px; /* Bordo arrotondato */
  margin: 10px;
  cursor: pointer;
  background-color: #004282; /* Colore di sfondo predefinito */
}
.year-button p {
  color: white; /* Colore del testo */
  font-size: 20px; /* Dimensione del testo */
  font-weight: 600; /* Spessore del testo */
}

.year-button.active {
  background-color: #def6ff; /* Imposta il colore del bottone attivo */
}
.year-button.active p {
  color: #004282; /* Imposta il colore del testo del bottone attivo */
}
.year-button:focus {
  outline: none;
}

.year-button:hover {
  opacity: 0.8;
}
/* Immagini fine*/

.site-under-construction-banner {
  background-color: #f8f9fa;
  /* Colore di sfondo */
  padding: 20px;
  /* Spaziatura interna */
  text-align: center;
  /* Allineamento del testo al centro */
  border-radius: 10px;
  /* Bordo arrotondato */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Ombra leggera */
}

.site-under-construction-banner h2 {
  font-size: 24px;
  /* Dimensione del testo del titolo */
  color: #333;
  /* Colore del testo del titolo */
  margin-bottom: 10px;
  /* Margine inferiore */
}

.site-under-construction-banner p {
  font-size: 16px;
  /* Dimensione del testo del paragrafo */
  color: #666 !important;
  /* Colore del testo del paragrafo */
}

.section-subtitle {
  font-size: 24px;
  line-height: 1.4;
  color: rgba(0, 66, 130);
  font-weight: 700;
  margin-bottom: 20px;
}

.modal {
  display: none;
  /* nascosto di default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.channel-list {
  list-style-type: none;
  padding: 0;
}

.channel-list li {
  margin-bottom: 10px;
}

a:focus {
  outline: none;
}

.custom-pagination a.active {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-logo {
  font-family: "Oswald", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-dark {
  background: #13171d !important;
}

.line-height-sm {
  line-height: 1.3;
}

.line-height-xs {
  line-height: 1;
}

.site-wrap:before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  position: relative;
  top: 0;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-secondary {
  background-color: #e6e7e9;
  border-color: #e6e7e9;
  color: #000;
}

.btn.btn-sm {
  font-size: 0.9rem;
}

.btn.btn-primary {
  color: #fff;
}

.btn.btn-outline-primary:hover {
  color: #fff !important;
}

.btn.btn-black {
  background: #000 !important;
  color: #fff;
}

.btn.btn-black:hover {
  background: #333333 !important;
}

.btn.btn-white.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 47px;
}

.form-control:active,
.form-control:focus {
  border-color: #004282;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 3em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center;
}

.bg-image.center {
  background-position: top center;
}

.bg-image.fixed {
  background-position: fixed !important;
}

.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
  position: relative;
}

.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bg-image.overlay:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-image.overlay-primary:before {
  background: rgba(41, 58, 142, 0.9);
}

.bg-image.overlay-info:before {
  background: rgba(23, 162, 184, 0.9);
}

.bg-image.overlay-success:before {
  background: rgba(40, 167, 69, 0.9);
}

.bg-image.overlay-success:before {
  background: rgba(255, 220, 61, 0.9);
}

@media (max-width: 767.98px) {
  .display-3,
  .display-2,
  .display-4 {
    font-size: 2rem !important;
  }
}

@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px;
  }
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.row-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.row-items {
  height: calc(50% - 15px);
  margin-bottom: 15px;
}

.row-items.last {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .responsive-md-height {
    height: 500px !important;
    margin-bottom: 15px;
  }
}

.site-footer {
  padding: 4em 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 7em 0;
  }
}

.site-footer p {
  color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: #999999;
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.site-footer .footer-heading:before {
  content: "";
  background: #004282;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
}

/* Navbar */
.site-navbar {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 0px;
  background: #def6ff;
  padding-left: 50px;
  padding-right: 50px;
  border-bottom: none;
  position: relative;
  z-index: 100;
}

.site-navbar .site-logo {
  font-weight: 200;
}

.site-navbar .site-logo a {
  font-weight: 200;
  font-size: 25px;
  font-weight: 700;
  color: #004282;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.site-navbar .site-navigation .site-menu .active > a {
  color: #004282;
  font-weight: bold;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #004282;
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #004282;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  color: #004282;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  color: #004282;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #004282;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.75);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #000;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #000;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #004282;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Blocks */
.site-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.bg-section {
  background: #004282;
  padding-left: 50px;
  padding-right: 50px;
}

.site-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 30px 0;
  }
}

.hero-wrap {
  background-image: url("../images/logoS&F.png");
  background-size: 67%;
  background-repeat: no-repeat;
  background-position: center 50%;
  /* background-attachment: fixed; */ /*serve per far rimanere l'immagine incollata in basso quando si muove la pagina*/
  height: 500px; /* Adjust height based on viewport height */
  position: relative;
}

@media (max-width: 767.98px) {
  .hero-wrap {
    background-position: top;
    background-size: 80%;
  }
}

.hero-wrap .hero-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.75);
  /* Utilizzo di rgba per aggiungere l'opacità */
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  border-radius: 20px;
}

.hero-wrap .hero-contents:before,
.hero-wrap .hero-contents:after {
  position: absolute;
  content: "";
  background: #004282;
  bottom: 0;
  left: 0;
}

.hero-wrap .hero-contents:before {
  width: 20px;
  height: 50px;
}

.hero-wrap .hero-contents:after {
  height: 20px;
  width: 50px;
  background: #def6ff;
}

.hero-wrap .hero-contents p {
  color: #343a40;
}

.hero-wrap .hero-contents h2 {
  color: #004282;
}

.hero-wrap.text-center .hero-contents {
  padding: 30px 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
}

.hero-wrap.text-center .hero-contents:before,
.hero-wrap.text-center .hero-contents:after {
  display: none;
}

.more {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #004282;
}

.more > span {
  color: #004282;
}

.custom-media .caption {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.custom-media h3 {
  font-size: 22px;
}

.custom-media .img-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  border-radius: 7px;
  overflow: hidden;
}

.custom-media .img-wrap img {
  max-height: 100%;
}

.section-title {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
  color: #004282;
}

.section-title:before,
.section-title:after {
  position: absolute;
  content: "";
  background: #004282; /* navy scuro*/
  bottom: 0;
  left: 0;
}

.section-title:before {
  width: 7px;
  height: 21px;
}

.section-title:after {
  height: 7px;
  width: 21px;
  background: #def6ff;
  /* azzurro*/
}

.player p {
  color: #b3b3b3;
}

.owl-4-slider .owl-dots {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-4-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 5px;
  background: #004282;
}

.owl-4-slider .owl-dots .owl-dot.active {
  background: #def6ff;
}

.footer {
  font-size: 14px;
}

.footer .footer-inner {
  background: #004282;
  padding: 50px;
}

.widget {
  text-align: center;
}

.widget h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.widget p {
  color: white;
}

.widget .links li {
  margin-bottom: 15px;
}

.widget .links li a {
  color: #fff;
}

.widget .links li a span {
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.social li {
  margin-bottom: 10px;
}

.social li a {
  color: #fff;
}

.copyright1 {
  color: #fff;
  border: 2px solid white;
  /* Imposta il contorno bianco */
  padding: 10px;
  /* Aggiunge spazio interno per migliorare l'aspetto */
  border-radius: 5px;
  /* Aggiunge angoli arrotondati per un aspetto più morbido */
  background-color: rgba(255, 255, 255, 0.1);
  /* Imposta lo sfondo leggermente trasparente bianco */
}

.copyright {
  color: #fff;
}

.copyright a {
  color: #ffdc3d;
}

.custom-pagination {
  text-align: center;
}

.custom-pagination a.active {
  background: #efefef;
}

.custom-pagination a,
.custom-pagination span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

figure img {
  margin-bottom: 10px;
}

figure figcaption {
  font-size: 0.8rem;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #fff;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #004282;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: #004282;
}