/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* da 100 a 900 */
/* Base colors */
/* Transitions */
/* SCSS Includes */
/* Scss Document */
/* Btn */
.btn { font-family: "Barlow", sans-serif; -webkit-border-radius: 20px !important; -ms-border-radius: 20px !important; border-radius: 20px !important; -moz-border-radius: 20px !important; border-width: 2px; padding: 8px 24px; font-size: 16px; -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: 400 !important; }

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

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

.btn-default:hover { background-color: #fff; border-color: #fff; color: #1d4355; }

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

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

.btn-secondary, .btn-secondary:focus { background-color: #41c1ba; border-color: #41c1ba; color: #fff; }

.btn-secondary:hover { background-color: #235268; border-color: #235268; color: #fff; }

.btn-light, .btn-light:focus { background-color: #eeeeee; border-color: #eeeeee; color: #1d4355; }

.btn-light:hover { background-color: #fff; border-color: #fff; color: #1d4355; }

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

.btn-outline-light:hover, .btn-outline-light:focus { background: #eeeeee; color: #1d4355; }

.btn-outline-primary { border-color: #1d4355; color: #1d4355; }

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

/* 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: #1d4355; 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: #eeeeee; text-align: center; width: 40px; height: 40px; padding-top: 10px; background: #1d4355; -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); }
#top-link-wrapper a:hover { background: #235268; color: #fff; }
#top-link-wrapper.visible { right: 0px; }

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

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

@media (max-width: 768px) { .logo-footer { width: 100%; height: auto; max-width: 140px; }
  /* Top Link Wrapper */
  #top-link-wrapper a { padding-top: 8px; }
  #top-link-wrapper a:hover { padding-top: 6px; } }
/* 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 { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); -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 .navbar-brand { padding: 0; margin: 0; }

/* Top Navbar */
.navbar .nav-item { padding: 0; }
.navbar .nav-item .nav-link { font-family: "Barlow", sans-serif; color: #1d4355; padding: 8px 16px; margin: 0; position: relative; font-size: 16px; font-weight: 400; 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: #1d4355 !important; text-decoration: none !important; font-weight: 700; }
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus { color: #41c1ba !important; text-decoration: none !important; }
.navbar .nav-item:hover { color: #41c1ba !important; }
.navbar .nav-item:hover .nav-link { color: #41c1ba !important; }
.navbar .nav-item.bg-secondary { padding: 0 0 0 10px; 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); -webkit-border-radius: 20px !important; -ms-border-radius: 20px !important; border-radius: 20px !important; -moz-border-radius: 20px !important; }
.navbar .nav-item.bg-secondary .nav-link { background: #41c1ba !important; color: #fff !important; -webkit-border-radius: 20px !important; -ms-border-radius: 20px !important; border-radius: 20px !important; -moz-border-radius: 20px !important; padding: 8px 20px; }
.navbar .nav-item.bg-secondary:hover { background: transparent !important; }
.navbar .nav-item.bg-secondary:hover .nav-link { background: #1d4355 !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: #1d4355; font-family: "Barlow", sans-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: #e1e1e1; }

/* 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) { .logo { height: 90px; }
  .navbar .nav-item { padding: 0; }
  .navbar .nav-item .nav-link { padding: 25px 15px; font-size: 13px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { .logo { height: 80px; }
  .navbar-toggler { font-size: 3.5em !important; }
  .nav-link { margin: 0 !important; border-bottom: 1px solid #d5d5d5; display: block; font-size: 14px !important; font-weight: 600 !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) */
@media (max-width: 768px) { .logo { height: 70px; } }
/* 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: #1d4355; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 1px; }

/* Swiper */
.swiper-pagination-bullet { background: rgba(29, 67, 85, 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: #41c1ba !important; border-radius: 4px !important; -moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; }

.swiper.timelineSwiper .swiper-slide { padding: 0 25px; }

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

.swiper-button-prev { cursor: pointer; color: #eeeeee !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; }

/* 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: #eeeeee; border-color: 1px solid rgba(238, 238, 238, 0.1); }

/* Scss Document */
body { font-weight: 400 !important; font-size: 1.1em; line-height: 1.4em; font-weight: 300 !important; }

p, li { font-size: 1.1em; line-height: 1.4em; font-weight: 300 !important; }

.lead { font-size: 1.4em; line-height: 1.4em; font-weight: 300 !important; }

b, strong { font-weight: 600; }

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

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

h1, .h1 { font-family: "Barlow", sans-serif; font-weight: 600; color: #1d4355; line-height: 1em; }

h2, .h2 { font-family: "Barlow", sans-serif; font-weight: 600; color: #1d4355; line-height: 1em; }

h3, .h3 { font-family: "Barlow", sans-serif; font-weight: 600; color: #1d4355; line-height: 1em; }

h4, .h4 { font-family: "Barlow", sans-serif; font-weight: 600; color: #1d4355; line-height: 1em; }

h5, .h5 { font-family: "Barlow", sans-serif; font-weight: 600; color: #1d4355; line-height: 1em; }

h6, .h6 { font-family: "Barlow", sans-serif; font-weight: 600; color: #1d4355; line-height: 1em; }

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: #1d4355 !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: 1em; }

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

a { color: #1d4355; 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: #41c1ba; 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: #eeeeee !important; }

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

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

.color-default { color: #1d4355 !important; }

.color-primary { color: #1d4355 !important; }

.color-secondary { color: #41c1ba !important; }

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

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

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

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

a.color-default { color: #1d4355; }

a.color-default:hover, a.color-default:focus { color: #1d4355 !important; }

a.color-primary { color: #1d4355; }

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

a.color-secondary { color: #41c1ba; }

a.color-secondary:hover, a.color-secondary:focus { color: #1d4355 !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: #1d4355; font-weight: 300; font-style: normal; font-family: "Barlow", sans-serif; overflow-x: hidden; overflow-y: auto; }

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

::selection { color: #eeeeee; background: #235268; }

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

.filter { background: rgba(29, 67, 85, 0.8); }

.filter-primary { background: rgba(29, 67, 85, 0.8); }

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

.rounded-md { -webkit-border-radius: 45px !important; -ms-border-radius: 45px !important; border-radius: 45px !important; -moz-border-radius: 45px !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: #1d4355; background: -moz-linear-gradient(90deg, rgba(29, 67, 85, 0.7) 0%, rgba(29, 67, 85, 0.5) 50%, rgba(29, 67, 85, 0) 100%); background: -webkit-linear-gradient(90deg, rgba(29, 67, 85, 0.7) 0%, rgba(29, 67, 85, 0.5) 570%, rgba(29, 67, 85, 0) 100%); background: linear-gradient(90deg, rgba(29, 67, 85, 0.7) 0%, rgba(29, 67, 85, 0.5) 50%, rgba(29, 67, 85, 0) 100%); }

/* Pagination */
.page-numbers { padding: 5px 12px !important; border: 2px solid #41c1ba !important; -webkit-border-radius: 5px !important; -ms-border-radius: 5px !important; border-radius: 5px !important; -moz-border-radius: 5px !important; color: #41c1ba; font-size: 0.8em; font-weight: 600; }
.page-numbers.current { background: #1d4355; color: #eeeeee !important; border: 1px solid #41c1ba; }
.page-numbers:hover { background: #41c1ba; border: 1px solid #41c1ba; 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: #eeeeee !important; }

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

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

.bg-default { background-color: #1d4355 !important; }

.bg-primary { background-color: #1d4355 !important; }

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

/* news-item */
.news-item figure { overflow: hidden; position: relative; margin: 0; background: #1d4355; -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; }

/* servizi-item */
.servizi-item figure { overflow: hidden; position: relative; margin: 0; background: #1d4355; -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); }

.servizi-item figure figcaption { text-align: center; font-size: 1.8em; position: absolute; top: 60%; left: 50%; margin-top: -20px; margin-left: -15px; 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); }

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

.servizi-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); }

.servizi-item figure:hover { -webkit-border-radius: 30px !important; -ms-border-radius: 30px !important; border-radius: 30px !important; -moz-border-radius: 30px !important; }

.servizi-item figure:hover img { -webkit-border-radius: 30px !important; -ms-border-radius: 30px !important; border-radius: 30px !important; -moz-border-radius: 30px !important; -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 { 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: 800px; }

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