/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* 300 - 400 - 500 - 700 */
/* Base colors */
/* Transitions */
/* SCSS Includes */
/* Scss Document */
/* Btn */
.btn {
  font-family: "Ubuntu", serif;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-width: 2px;
  padding: 5px 25px;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  text-transform: uppercase;
  font-weight: 500 !important; }

.btn-sm {
  padding: 3px 18px; }

.btn-default, .btn-default:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f3540; }

.btn-primary, .btn-primary:focus {
  background-color: #0f3540;
  border: none;
  color: #fff; }

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

.btn-secondary, .btn-secondary:focus {
  background-color: #e7b22c;
  border-color: #e7b22c;
  color: #0f3540; }

.btn-secondary:hover {
  background-color: #eaba43;
  border-color: #e8b535;
  color: #0f3540;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.btn-light, .btn-light:focus {
  background-color: #dbe0e6;
  border-color: #dbe0e6;
  color: #0f3540; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f3540; }

.btn-outline-light {
  border-color: #dbe0e6;
  color: #dbe0e6; }

.btn-outline-light:hover, .btn-outline-light:focus {
  background: #dbe0e6;
  color: #0f3540; }

.btn-outline-primary {
  border-color: #0f3540;
  color: #0f3540; }

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #0f3540;
  color: #fff;
  border-color: #0f3540; }

/* Scss Document */
.wpcf7 form.sent .wpcf7-response-output {
  background: #78BE00;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #FFEA83;
  border: none;
  padding: 20px;
  color: #47596c;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px; }

/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  bottom: 100px;
  right: -50px;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }
  #top-link-wrapper a {
    display: block;
    color: #dbe0e6;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    background: #0a242b;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -webkit-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important; }
    #top-link-wrapper a:hover {
      background: #0d2c36;
      color: #fff; }
  #top-link-wrapper.visible {
    right: 20px; }

/* Footer */
.logo-footer {
  width: 100%;
  height: auto;
  max-width: 160px; }

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #195769; }
    .widget_nav_menu ul li a {
      color: #dbe0e6;
      font-weight: 400;
      font-size: 0.85em;
      text-transform: uppercase; }
      .widget_nav_menu ul li a:hover {
        color: #e7b22c; }
    .widget_nav_menu ul li.current_page_item a {
      color: #e7b22c; }

@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; }

  .footer-5-widget-title {
    height: 0 !important;
    margin: 0 !important; } }
/* Scss Document */
/* Navbar toggler */
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0 !important;
  outline: none !important;
  font-size: 3em !important;
  outline: 0 !important;
  box-shadow: none; }
  .navbar-toggler:focus {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none; }

/* Logo */
.logo {
  height: 100px;
  margin: 0;
  width: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .logo:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }

/* Navbar */
header {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  header.is-visible {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, black 100%); }
  header .navbar-brand {
    padding: 0;
    margin: 0; }

/* Top Navbar */
.navbar .nav-item {
  padding: 0; }
  .navbar .nav-item .nav-link {
    font-family: "Ubuntu", serif;
    color: #fff;
    padding: 25px 20px;
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    .navbar .nav-item .nav-link.active {
      color: #e7b22c !important;
      text-decoration: none !important; }
    .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus {
      color: #e7b22c !important;
      text-decoration: none !important; }
  .navbar .nav-item:hover {
    color: #e7b22c !important; }
    .navbar .nav-item:hover .nav-link {
      color: #e7b22c !important; }
  .navbar .nav-item.bg-primary {
    padding: 0 0 0 20px;
    color: #fff !important;
    background: transparent !important;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    .navbar .nav-item.bg-primary .nav-link {
      background: #0f3540 !important;
      padding: 8px 20px 5px;
      color: #fff !important; }
    .navbar .nav-item.bg-primary:hover {
      background: transparent !important; }
      .navbar .nav-item.bg-primary:hover .nav-link {
        background: #e7b22c !important; }
  .navbar .nav-item.bg-secondary {
    padding: 0 0 0 20px;
    color: #fff !important;
    background: transparent !important;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    .navbar .nav-item.bg-secondary .nav-link {
      background: #e7b22c !important;
      padding: 8px 20px;
      color: #0f3540 !important;
      font-weight: 300; }
    .navbar .nav-item.bg-secondary:hover {
      background: transparent !important; }
      .navbar .nav-item.bg-secondary:hover .nav-link {
        background: #eaba43 !important; }

.dropdown-toggle::after {
  content: none; }

/* Dropdown */
.dropdown-menu, .dropdown-menu.show {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 0;
  left: 0;
  /* corrisponde al padding */
  z-index: 1000 !important; }

.dropdown-item {
  background: light-color;
  color: #47596c;
  font-family: "Ubuntu", serif;
  font-weight: 400;
  padding: 10px 25px;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  position: relative; }
  .dropdown-item:hover, .dropdown-item:focus {
    background: #ccd3dc; }

/* Dropdown on hover open */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  .navbar .nav-item {
    padding: 0; }
    .navbar .nav-item .nav-link {
      padding: 25px 15px;
      font-size: 16px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: 3.5em !important; }

  .nav-link {
    margin: 0 !important;
    border-bottom: 1px solid #bdc6d1;
    display: block;
    font-size: 18px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 14px 0 !important; } }
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #0f3540;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

/* Swiper */
.home-swiper .swiper-slide {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .home-swiper .swiper-slide .gradient-filter {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: none; }

.swiper-pagination-bullet {
  background: rgba(15, 53, 64, 0.4) !important;
  opacity: 1 !important;
  height: 8px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #0f3540 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; }

.swiper-button-next {
  cursor: pointer;
  color: #dbe0e6 !important;
  right: 30px !important;
  font-size: 0.8em !important; }

.swiper-button-prev {
  cursor: pointer;
  color: #dbe0e6 !important;
  left: 30px !important;
  font-size: 0.8em !important; }

.slide-content {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .slide-content h1 {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content p {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content a {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content.animate-in {
    opacity: 1; }
    .slide-content.animate-in h1 {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in p {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in a {
      right: 0;
      opacity: 1; }

@media (max-width: 768px) {
  .home-swiper .swiper-slide .gradient-filter {
    background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 50%); } }
/* Scss Document */
.table-dark {
  --bs-table-bg: $default-color;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #dbe0e6;
  border-color: 1px solid rgba(219, 224, 230, 0.1); }

/* Scss Document */
body {
  font-weight: 400 !important;
  font-size: 1em;
  line-height: 1.3em; }

p, li {
  line-height: 1.45em;
  font-weight: 400 !important; }

.lead {
  font-size: 1.3em;
  line-height: 1.45em;
  font-weight: 400 !important; }

b, strong {
  font-weight: 700; }

.primary-font {
  font-family: "Ubuntu", serif; }

.secondary-font {
  font-family: "Ubuntu", serif; }

h1, .h1 {
  font-family: "Ubuntu", serif;
  font-weight: 800;
  color: #0f3540;
  line-height: 1.15em;
  letter-spacing: 0.001em; }

h2, .h2 {
  font-family: "Ubuntu", serif;
  font-weight: 800;
  color: #0f3540;
  line-height: 1.15em;
  letter-spacing: 0.001em; }

h3, .h3 {
  font-family: "Ubuntu", serif;
  font-weight: 800;
  color: #0f3540;
  line-height: 1.15em;
  letter-spacing: 0.001em; }

h4, .h4 {
  font-family: "Ubuntu", serif;
  font-weight: 800;
  color: #0f3540;
  line-height: 1.15em;
  letter-spacing: 0.001em; }

h5, .h5 {
  font-family: "Ubuntu", serif;
  font-weight: 800;
  color: #0f3540;
  line-height: 1.15em;
  letter-spacing: 0.001em; }

h6, .h6 {
  font-family: "Ubuntu", serif;
  font-weight: 800;
  color: #0f3540;
  line-height: 1.15em;
  letter-spacing: 0.001em; }

h1 span.display-5, h1.display-5, .display-5,
h1 span.display-4, h1.display-4, .display-4,
h1 span.display-3, h1.display-3, .display-3,
h1 span.display-2, h1.display-2, .display-2,
h1 span.display-1, h1.display-1, .display-1 {
  line-height: 1em !important;
  font-weight: 600; }

.text-decoration-underline {
  text-decoration-color: #0f3540 !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 0.16em !important;
  text-decoration-style: solid !important;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.8em; }

.x-small, .extra-small {
  font-size: 0.7em; }

a {
  color: #0f3540;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

a:hover, a:focus {
  color: #e7b22c;
  text-decoration: none; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none !important; }

/* FW */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing {
  letter-spacing: 0.1em; }

/* COLORS */
.color-white {
  color: #fff !important; }

.color-light {
  color: #dbe0e6 !important; }

.color-light-alt {
  color: #bdc6d1 !important; }

.color-dark {
  color: #000 !important; }

.color-default {
  color: #47596c !important; }

.color-primary {
  color: #0f3540 !important; }

.color-secondary {
  color: #e7b22c !important; }

a.color-white {
  color: #fff; }

a.color-white:hover, a.color-white:focus {
  color: #e7b22c !important; }

a.color-light {
  color: #dbe0e6; }

a.color-light:hover, a.color-light:focus {
  color: #e7b22c !important; }

a.color-default {
  color: #47596c; }

a.color-default:hover, a.color-default:focus {
  color: #0f3540 !important; }

a.color-primary {
  color: #0f3540; }

a.color-primary:hover, a.color-primary:facus {
  color: #e7b22c !important; }

a.color-secondary {
  color: #e7b22c; }

a.color-secondary:hover, a.color-secondary:focus {
  color: #0f3540 !important; }

a.text-white {
  color: #fff; }

a.text-white:hover, a.text-white:focus {
  color: #e7b22c !important; }

a.text-light {
  color: #dbe0e6; }

a.text-light:hover, a.text-light:focus {
  color: #e7b22c !important; }

a.text-default {
  color: #47596c; }

a.text-default:hover, a.text-default:focus {
  color: #0f3540 !important; }

a.text-primary {
  color: #0f3540; }

a.text-primary:hover, a.text-primary:facus {
  color: #e7b22c !important; }

a.text-secondary {
  color: #e7b22c; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #0f3540 !important; }

@media (max-width: 1200px) {
  html {
    font-size: 0.95em; } }
@media (max-width: 992px) {
  html {
    font-size: 0.9em; } }
@media (max-width: 768px) {
  html {
    font-size: 0.85em; } }
@media (max-width: 576px) {
  html {
    font-size: 0.8em; } }
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #47596c;
  font-weight: 300;
  font-style: normal;
  font-family: "Ubuntu", serif;
  overflow-x: hidden;
  overflow-y: auto; }

/* LIMITO CONTAINER FLUID */
.container-limit {
  max-width: 1800px !important; }

.header-spacer {
  height: 120px; }

::selection {
  color: #dbe0e6;
  background: #0f3540; }

.bg-primary ::selection {
  color: #fff;
  background: #144655; }

.filter {
  background: rgba(0, 0, 0, 0.8); }

.filter-primary {
  background: rgba(15, 53, 64, 0.8); }

.rounded {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.rounded-sm {
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.rounded-lg {
  -webkit-border-radius: 60px !important;
  -ms-border-radius: 60px !important;
  border-radius: 60px !important;
  -moz-border-radius: 60px !important; }

.rounded-lg-top {
  -webkit-border-top-left-radius: 60px !important;
  -ms-border-top-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
  -moz-border-top-left-radius: 60px !important;
  -webkit-border-top-right-radius: 60px !important;
  -ms-border-top-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
  -moz-border-top-right-radius: 60px !important; }

.rounded-lg-bottom {
  -webkit-border-bottom-left-radius: 60px !important;
  -ms-border-bottom-left-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
  -moz-border-bottom-left-radius: 60px !important;
  -webkit-border-bottom-right-radius: 60px !important;
  -ms-border-bottom-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
  -moz-border-bottom-right-radius: 60px !important; }

.gradient-filter {
  background: #000;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 570%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%); }

.slider-filter {
  background: url("../images/slider-filter.png") center center no-repeat;
  background-size: cover; }

/* Pagination */
.page-numbers {
  padding: 5px 12px !important;
  border: 2px solid #e7b22c !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  color: #e7b22c;
  font-size: 0.8em;
  font-weight: 600; }
  .page-numbers.current {
    background: #0f3540;
    color: #dbe0e6 !important;
    border: 1px solid #e7b22c; }
  .page-numbers:hover {
    background: #e7b22c;
    border: 1px solid #e7b22c;
    color: #fff; }

/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Bg */
.bg-white {
  background-color: #fff !important; }

.bg-light {
  background-color: #dbe0e6 !important; }

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

.bg-light-alt {
  background-color: #bdc6d1 !important; }

.bg-default {
  background-color: #47596c !important; }

.bg-primary {
  background-color: #0f3540 !important; }

.bg-secondary {
  background-color: #e7b22c !important; }

/* news-item */
.news-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #0f3540;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure figcaption {
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 20px;
  right: 20px;
  margin-top: -20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

.news-item figure img {
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* percorsi-item */
.percorsi-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #0f3540;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.percorsi-item figure figcaption {
  text-align: center;
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px;
  color: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.percorsi-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1; }

.percorsi-item figure img {
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.percorsi-item figure:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* Img tonda */
.circle {
  -webkit-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important; }

/* Opacity */
.o-50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5; }

/* Transition */
.transition {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; }

.pull-top {
  position: relative;
  top: -48px; }

/* Maps */
#map {
  width: 100%;
  height: 400px; }

@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; } }
