::after, ::before { line-height: normal; }

*, *::before, *::after {
    box-sizing: border-box;
}



/* <<< Reset CSS 


>>> */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

ol:after,
ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

pre {
  border-left: 10px solid #ccc;
  max-width: 500px;
}

/* <<< Headings >>> */
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
p, .font-weight-light { font-weight: 300; }

/* <<< WP-Image Hack >>> */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/* <<< anchor >>> */

a {
  color: #99ccff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:focus {
  outline: 0;
  color: #ffffff;
}



.btn-attention {
    background-color: #e60000 !important; /* Colore di sfondo rosso */
    color: #ffffff !important;           /* Colore del testo bianco */
    border: none !important;             /* Rimuovi il bordo */
}

.btn-attention:hover {
    background-color: #ff0000 !important; /* Un rosso leggermente più scuro al passaggio del mouse */
}


/* <<< btn index >>> */
.btn-index {
  display: block; /* rende l'elemento di tipo blocco */
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 42px;
  border-radius: 4px;
  color: #fff;
  background-color: #6699cc;
  border-color: white;
}


.btn-index.active, .btn-index:active, .btn-index.focus, .btn-index:focus, .btn-index.active.focus, .btn-index.active:focus, .btn-index.active:hover, .btn-index:active.focus, .btn-index:active:focus, .btn-index:active:hover, .btn-index:hover {
  color: #fff;
  background-color: #99ccff;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-index:not(:disabled):not(.disabled).active, .btn-index:not(:disabled):not(.disabled):active {
  background-color: #99ccff;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-index:not(:disabled):not(.disabled).active:focus, .btn-index:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* <<< btn alone >>> */
.btn-alone {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 42px;
  border-radius: 4px;
  color: #fff;
  background-color: #6699cc;
  border-color: white;
}


.btn-alone.active, .btn-alone:active, .btn-alone.focus, .btn-alone:focus, .btn-alone.active.focus, .btn-alone.active:focus, .btn-alone.active:hover, .btn-alone:active.focus, .btn-alone:active:focus, .btn-alone:active:hover, .btn-alone:hover {
  color: #fff;
  background-color: #99ccff;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-alone:not(:disabled):not(.disabled).active, .btn-alone:not(:disabled):not(.disabled):active {
  background-color: #99ccff;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-alone:not(:disabled):not(.disabled).active:focus, .btn-alone:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* <<< btn override >>> */
.btn {
  white-space: normal;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 0;
}

/* <<< btn-primary >>> */
.btn-primary {
  color: #fff;
  background-color: #6699cc;
  border-color: white;
}

.btn-fullwidth {
  width: 100%;
  text-align: left;
}


.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover {
  color: #fff;
  background-color: #99ccff;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #99ccff;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* <<< btn-teams >>> */
btn-teams {
  color: #fff;
  background-color: transparent;
  border-color: none;
}

.btn-teams.active, .btn-teams:active, .btn-teams.focus, .btn-teams:focus, .btn-teams.active.focus, .btn-teams.active:focus, .btn-teams.active:hover, .btn-teams:active.focus, .btn-teams:active:focus, .btn-teams:active:hover, .btn-teams:hover {
  color: #fff;
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-teams:not(:disabled):not(.disabled).active, .btn-teams:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-teams:not(:disabled):not(.disabled).active:focus, .btn-teams:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Aggiungi questo blocco per applicare il padding solo su dispositivi mobili */
@media (max-width: 768px) {
  btn-teams {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* <<< btn-rosas >>> */

btn-rosas {
  color: #fff;
  background-color: transparent;
  border-color: none;
}

.btn-rosas.active, .btn-rosas:active, .btn-rosas.focus, .btn-rosas:focus, .btn-rosas.active.focus, .btn-rosas.active:focus, .btn-rosas.active:hover, .btn-rosas:active.focus, .btn-rosas:active:focus, .btn-rosas:active:hover, .btn-rosas:hover {
  color: #fff;
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-rosas:not(:disabled):not(.disabled).active, .btn-rosas:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-rosas:not(:disabled):not(.disabled).active:focus, .btn-rosas:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* <<< form-control 1 >>> */
.form-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  height: 24px;
  background-color: transparent;
  border: 1;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  padding-left: 1px;
  padding-right: 1px;
}

.form-control::-webkit-input-placeholder { color: #82a9d5; }
.form-control:-moz-placeholder { color: #82a9d5; }
.form-control::-moz-placeholder { color: #82a9d5; }
.form-control:-ms-input-placeholder { color: #82a9d5; }

.form-control:focus {
  border-bottom: 1px solid #356ba2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}

textarea.form-control {
  min-height: 150px;
  padding: 10px 10px 10px 10px;
}

/* <<< form-control 2 >>> */
.form-control2 {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  height: 24px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #82a9d5;
  padding-left: 1px;
  padding-right: 1px;
}

.form-control2::-webkit-input-placeholder { color: #82a9d5; }
.form-control2:-moz-placeholder { color: #82a9d5; }
.form-control2::-moz-placeholder { color: #82a9d5; }
.form-control2:-ms-input-placeholder { color: #82a9d5; }

.form-control2:focus {
  border-bottom: 1px solid #356ba2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #82a9d5;
  color: #fff;
}

textarea.form-control2 {
  min-height: 150px;
  padding: 10px 10px 10px 10px;
}

/* <<< form-control 3 >>> */
.form-control3 {
  width: 40%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;  /* Assicuriamoci che sia un elemento di tipo blocco */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  height: 30px;
  background-color: transparent;
  border: 1px solid #ddd;  /* Aggiunta la parola 'solid' per la proprietà border */
  font-size: 12px;
  color: #82a9d5;
  padding-left: 5px;
  padding-right: 5px;
}


.form-control3::-webkit-input-placeholder { color: #82a9d5; }
.form-control3:-moz-placeholder { color: #82a9d5; }
.form-control3::-moz-placeholder { color: #82a9d5; }
.form-control3:-ms-input-placeholder { color: #82a9d5; }

.form-control3:focus {
  border-bottom: 1px solid #356ba2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #82a9d5;
  color: #fff;
}

textarea.form-control3 {
  min-height: 150px;
  padding: 10px 10px 10px 10px;
}


/* <<< form-control 4 >>> */
.form-control4 {
  border-radius: 0;
  height: 40px;
  background-color: transparent;
  border: 0px solid #ddd;
  font-size: 12px;
  color: #82a9d5;
}

.form-control4 > input {
  border: 1px solid #ddd;
  padding-left: 5px;
  height: 30px;
}

.form-control4::-webkit-input-placeholder { color: #82a9d5; }
.form-control4:-moz-placeholder { color: #82a9d5; }
.form-control4::-moz-placeholder { color: #82a9d5; }
.form-control4:-ms-input-placeholder { color: #82a9d5; }

.form-control4:focus {
  border-bottom: 1px solid #356ba2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #82a9d5;
  color: #fff;
}


textarea.form-control4 {
  min-height: 150px;
  padding: 10px 10px 10px 10px;
}





/* <<< Global >>> */
.container { max-width: 1150px; }
.container-2 { max-width: 1250px; }
.container-3 { 
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

/* <<< outer >>> */
#outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  #outer { display: block; }
}




/* <<< Header >>> */
.header {
  width: 100%;
  height: 100%;
  background-color: #356ba2;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}




.header.open { right: 0; }
.design { color: #fff; }

.design a {
  color: #fff;
  text-decoration: none;
}

.design a:hover { color: #99ccff; }

/* <<< Mobile Menu button >>> */
.navbar-button {
  width: 40px;
  height: 40px;  
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  z-index: 9;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #fff;
  border-radius: 0;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}




/*@media (max-width: 991px) {
  .navbar-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
CANCELLATO PER RENDERE SEMPRE VISIBILE IL MENU HAMBURGHER
*/ 


.navbar-button:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

.navbar-button .menu_icon {
  margin: 0;
  padding-top: 1px;
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.navbar-button .menu_icon .icon-bar {
  display: flex;
  position: absolute;
  opacity: 1;
  width: 22px;
  height: 1px;
  background-color: #6699cc;
  margin: 0;
  left: 9px;
}

.navbar-button .menu_icon .icon-bar:nth-child(1) {
  top: 10px;
  -webkit-transform: none;
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: none;
  /* CSS3 */
}

.navbar-button .menu_icon .icon-bar:nth-child(2) {
  top: 20px;
  opacity: 1;
}

.navbar-button .menu_icon .icon-bar:nth-child(3) {
  top: 30px;
  -webkit-transform: none;
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: none;
  /* CSS3 */
}


.navbar-button.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(145deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(140deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-button.collapsed .icon-bar:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-145deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(-140deg);
  /* CSS3 */
}

/* <<< Navigation >>> */
.navbar {
  padding: 0;
  margin-bottom: 0;
}

.navbar .navbar-collapse {
  display: flex;
  height: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
	margin-left: 10px;  /* Aggiunto margine a sinistra */
    padding-left: 10px;
    padding-right: 10px;
  }
}



.navbar .navbar-nav { position: relative; }

@media (max-height: 580px) {
  .navbar .navbar-nav { padding-top: 30px; }
}

.navbar .navbar-collapse::before {
  content: '';
  position: absolute;
  width: 0px;
  background-color: #fff;
  height: 100%;
  top: 0;
}

.navbar .navbar-nav > .nav-item {
  font-weight: 500;
  font-size: 14px;
  background-image: url(../img/menu-item-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 66px;
  margin-bottom: 38px;
}

@media (max-width: 1366px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 16px;
    padding-left: 53px;
  }
}

.navbar .navbar-nav > .nav-item .icn {
  padding-right: 20px;
  display: inline-block;
}

@media (max-width: 1366px) {
  .navbar .navbar-nav > .nav-item .icn { padding-right: 10px; }
}

.navbar .navbar-nav > .nav-item:last-child { margin-bottom: 0; }

.navbar .navbar-nav > .nav-item:hover > a.nav-link,
.navbar .navbar-nav > .nav-item.active > a.nav-link,
.navbar .navbar-nav > .nav-item.current-menu-ancestor > a.dropdown-toggle {
  background-color: transparent;
  outline: 0;
  color: #99ccff;
}

.navbar .navbar-nav > .nav-item > a.nav-link {
  color: #fff;
  padding: 0;
}

.navbar .navbar-nav > .nav-item > a.nav-link.current { color: #99ccff; }

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item > a.nav-link.dropdown-toggle::after { display: none; }
}

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item > a.nav-link {
    padding: 10px;
    color: #fff;
  }
}



.navbar .navbar-nav > .nav-item ul.dropdown-menu {
  padding: 0;
  width: auto;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item {
  font-size: 16px;
  font-weight: 300;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item {
  border-bottom: 0;
  color: #fff;
  padding: 5px;
}

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item {
    padding-left: 20px;
  }
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item.dropdown-toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item.dropdown-toggle::after {
  height: 2px !important;
  background-color: cyan;
  opacity: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  margin-left: 10px;
  display: block;
}

@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item > a.dropdown-item.dropdown-toggle::after {
    display: none;
  }
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item:hover > a,
.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item.active > a,
.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item.current-menu-ancestor > a.dropdown-toggle {
  font-weight: 500;
  color: #fff;
  background-color: lightblue;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item:hover > a.dropdown-toggle::after {
  opacity: 1;
}

.navbar .navbar-nav > .nav-item ul.dropdown-menu .nav-item ul.dropdown-menu {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .caret::before {
    margin-left: 10px;
    font-size: 26px;
    content: '\f107';
    font-family: "fontawesome";
    vertical-align: middle;
  }
  .navbar .navbar-nav .caret.caret-open::before {
    content: '\f106';
  }
}

@media only screen and (min-width: 768px) {
  /**:: First Dropdown ::**/
  .navbar .navbar-collapse ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul li:hover > ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
    background-color: dodgerblue;
  }
  /**:: Second Dropdown ::**/
  .navbar .navbar-collapse ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul li:hover > ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    background-color: aqua;
  }
  /**:: Third Dropdown ::**/
  .navbar .navbar-collapse ul ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul ul li:hover ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: bisque;
  }
  /**:: Fourth Dropdown ::**/
  .navbar .navbar-collapse ul ul ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul ul ul li:hover ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: fuchsia;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 5px;
    margin-bottom: 0;
  }

  .navbar .navbar-collapse { padding-left: 0; }
  .navbar .navbar-collapse::before { height: 0; }

  .navbar .navbar-nav > .nav-item {
    min-height: 45px;
    margin-bottom: 10px;
    background-size: contain;
  }

  .navbar .navbar-nav > .nav-item { padding-left: 30px; }
  .nav-link .fa-2x { font-size: 1.2em; }  
}

/* <<< content-box >>> */
#content-box {
  overflow: hidden;
  width: calc(74% + 1px);
}

@media (max-width: 991px) {
  #content-box { width: 100%; }
}



.section {
  display: flex;
  align-items: center;
}

/* <<< Banner side >>> */
.banner-section {
  position: relative;
  text-align: center;
  background-color: #99ccff;
  padding-top: 121px;
  align-items: flex-start;
}

.bg-blue-transparent { background-color: rgb(102 153 204 / 0.8); }

.banner-section .logo-fa {  
  color: #fff;
  max-width: 400px;
  margin-left: 5px;
  padding-top: 43px;
  padding-bottom: 35px;
  font-size: 32px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .banner-section .logo-fa { margin: 0 auto 30px; }
}

@media (max-width: 767px) {
  .banner-section .logo-fa {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.banner-section .logo-fa span {
  font-size: 38px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .banner-section .logo-fa span {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.banner-section .simple {
  color: #fff;
  display: inline-block;
  margin: auto;
  margin-left: 97px;
  padding: 33px 68px 34px 68px;
}

@media (max-width: 991px) {
  .banner-section .simple { margin-left: 0; }
}

@media (max-width: 767px) {
  .banner-section .simple { padding: 16px 34px 17px 34px; }
}

.banner-section .simple p {
  margin-bottom: 0;
  font-size: 22px;
}

@media (max-width: 991px) {
  .banner-section .simple p { font-size: 20px; }
}

@media (max-width: 575px) {
  .banner-section .simple p { font-size: 14px; }
}




/* <<< Residuo >>> */
.residuo {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px; /* Aggiunto padding a sinistra */
  background-color: #cedcee;
  margin-bottom: 2px;
}

.residuo h2 {
  padding-top: 10px;
  color: #9b111e;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

.residuo h2.hr {
    position: relative; /* Permette di posizionare gli pseudo-elementi rispetto a questo elemento */
    padding-bottom: 10px; /* Spazio tra il testo e la barra */
}

.residuo h2.hr::after {
    content: ""; /* Necessario per gli pseudo-elementi */
    position: absolute; 
    left: 10px; 
    right: 10px; 
    bottom: 0; /* Posiziona il bordo alla base dell'elemento */
    width: 60%; /* Larghezza al 60% */
    border-bottom: 1px solid rgba(61, 99, 143, 0.6); /* Colore con trasparenza del 70% */
}

.residuo h3 {
  color: #9b111e;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

.residuo a {
  color: #6699cc;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.residuo a:hover {
  color: #5d6b79;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.residuo a:focus {
  color: #6699cc;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: -0.5px;
}


.residuo p {
  color: #323538;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.residuo p2 {
  color: #3d638f;
  line-height: 26px;
  margin-bottom: 0;
}

/* <<< Titolo >>> */
.titolo {
  padding-left: 10px!important; /* Aggiunto padding a sinistra */
  background-color: #ffffff;
  position: relative;  /* Aggiunto per posizionare in modo assoluto l'h3 all'interno */
  height: 40px;  /* Imposta l'altezza a 40px */
}

.titolo h1 {
  color: #1d2329;
  font-size: 22px;
  letter-spacing: -1px;
  text-align: center; /* Centra il testo orizzontalmente */
}

.titolo h2 {
  color: #1d2329;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: -1px;
  text-align: center; /* Centra il testo orizzontalmente */
  margin-top: 20px;
}

.titolo h3 {
    color: #1d2329;
    font-size: 14px;
    letter-spacing: -1px;
    position: absolute;  /* Aggiunto per posizionare l'h3 al fondo del contenitore */
    bottom: 0;  /* Aggiunto per allineare l'h3 al fondo */
}


.titolo p {
  color: #171d23;
  line-height: 14px;
  margin-bottom: 0;
}

.titolo a {
  color: #6699cc;
  text-decoration: none;
}

.titolo a:hover {
  color: #99ccff;
  text-decoration: none;
}

.titolo a:focus {
  outline: 0;
  color: #99ccff;
}


/* <<< Tabella >>> */
.tabella {
  padding-left: 10px!important; /* Aggiunto padding a sinistra */
  background-color: #ffffff;
  position: relative;  /* Aggiunto per posizionare in modo assoluto l'h3 all'interno */
}

.tabella tr {
  height: 50px; 
}

.tabella h1 {
  color: #1d2329;
  font-size: 22px;
  letter-spacing: -1px;
  text-align: center; /* Centra il testo orizzontalmente */
  font-weight: bold; 
}

.tabella h2 {
  color: #1d2329;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: -1px;
  text-align: center; /* Centra il testo orizzontalmente */
  margin-top: 20px;
}

.tabella h3 {
  color: #1d2329;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.tabella p {
  color: #171d23;
  letter-spacing: -1px;
  line-height: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.tabella a {
  color: #6699cc;
  text-decoration: none;
}

.tabella a:hover {
  color: #99ccff;
  text-decoration: none;
}

.tabella a:focus {
  outline: 0;
  color: #99ccff;
}








/* <<< Work Side >>> */
.work-section {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  background-color: #cedcee;
}

.tm-work-item-inner {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .work-section .item {
    margin-bottom: 10px;
  }
}

.work-section .item.one { margin-top: 10px; }

@media (max-width: 767px) {
  .work-section .item.one { margin-top: 0;}
}

.work-section .item.two { margin-top: 161px; }

@media (max-width: 767px) {
  .work-section .item.two { margin-top: 0; }
}

.work-section .item .icn {
  width: 119px;
  height: 119px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .work-section .item .icn { margin: 0 auto 20px; }
}

.work-section .item h3 {
  color: #6699cc;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

.work-section .item p {
  color: #323538;
  line-height: 26px;
  margin-bottom: 0;
}

.work-section .title {
  margin-top: 5px;
  margin-left: 1px;
  border-bottom: 1px solid #fff;
}

.work-section .title h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 12px;
}

/* <<< Gallery section >>> */
.gallery-slider figure {
	position: relative;
	float: left;
  overflow: hidden;
  margin: 0;
  max-width: 200px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.gallery-slider figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.gallery-slider figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-slider figure figcaption::before,
.gallery-slider figure figcaption::after {
	pointer-events: none;
}

.gallery-slider figure figcaption,
.gallery-slider figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gallery-slider figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gallery-slider figure h2 {
	word-spacing: -0.15em;
  font-weight: 300;
  font-size: 28px;
}

.gallery-slider figure h2 span {
	font-weight: 800;
}

.gallery-slider figure h2,
.gallery-slider figure p {
	margin: 0;
}

.gallery-slider figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.gallery-section {
  background-color: #99ccff;
}

.gallery-section .title {
  padding-right: 13px;
  margin-bottom: 80px;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	display: flex;
  align-items: center;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}


figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media (max-width: 767px) {
  .gallery-section .title { margin-bottom: 40px; }
}

.gallery-section .title h2 { color: #006699; }
.gallery-section .slick-list { margin-bottom: 40px; }

.gallery-section .item {
  text-align: center;
  margin: 5px;
}

.gallery-section .slick-dots {
  position: unset;
  bottom: 0;
}

.gallery-section .slick-dots li {
  background-color: #6699cc;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 10px;
}

.gallery-section .slick-dots li.slick-active,
.gallery-section .slick-dots li:hover {
  background-color: #006699;
}

.gallery-section .slick-dots li button { display: none; }

.contact-section {
  background-color: #6699cc;
  flex-direction: column;
  justify-content: center;
}

.contact-section .title { margin-bottom: 50px; }

.contact-section .title h3 {
  color: #fff;
  font-size: 34px;
}

.contact-section .contact-form .form-group { margin-bottom: 24px; }
.tm-contact-item-inner { max-width: 360px; }
.tm-contact-item-inner-2 { max-width: 330px; }

.tm-contact-item-inner,
.tm-contact-item-inner-2 {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .contact-section .contact-details { margin-bottom: 30px; }
}

.contact-section .contact-details p {
  color: #fff;
  line-height: 31px;
  margin-bottom: 38px;
}

.contact-section .contact-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-section .contact-details ul li {
  color: #fff;
  margin-bottom: 4px;
}

.contact-section .contact-details ul li .icn {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  text-align: center;
}

.contact-section .contact-details ul li .lbl {
  display: inline-block;
  max-width: 55px;
  width: 100%;
}

.contact-section .contact-details ul li a {
  color: #fff;
  text-decoration: none;
}

.contact-section .contact-details ul li a:hover { color: #99ccff; }
.contact-section .map { text-align: center; }

.map-outer{
  position:relative;
  height:400px;
  width:100%;
}

.gmap-canvas {
  overflow:hidden;
  background:none!important;
  height:400px;
  width:100%;
}

/* <<< footer >>> */
.footer {
  position: relative;
  background-color: #6699cc;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  margin-top: 30px;
  /* <<< Dummy Side >>> */
}

@media (min-height: 600px){  
  .contact-section { position: relative; }

  .footer {
    position: absolute;
    bottom: 0;
    left: 60px;
  }
}

@media (max-width: 1300px) {
  .contact-section {
    height: auto;
    min-height: 100vh;
    padding-top: 50px;
  }

  .contact-form,
  .contact-details {
    width: 50%;
  }

  .map { width: 100%; }
}

.container {
  padding-left: 50px;
  padding-right: 50px;
}
.container-2 { max-width: 1250px; }

@media (max-width: 1800px) {
  .footer { left: 15px; }
  .container-2 { max-width: 1150px; }
}

@media (max-width: 1733px) {
  .footer {
    left: 0;
    padding-top: 30px;
  }
}

.parallax-window { background: transparent; }

@media (max-width: 991px) {
  .section {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-section { padding-top: 0; }
  .contact-section { padding-bottom: 0; }
}

@media (max-width: 620px) {
  .contact-form, .contact-details { width: 100%; }

  .contact-details { margin-bottom: 50px!important; }
}

.form-check-label {
    color: #fff;
    margin-left: 0px !important;
    border: 0px solid #000; /* Questa linea aggiunge una cornice di 2 pixel di spessore di colore nero */
}


.form-check {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px !important;
}

.margin-left {
    margin-left: 1px;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* vh = viewport height. Questo fa sì che il contenitore occupi l'intera altezza della viewport */
}

#countdown {
    text-align: center;
}
