/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Parisienne&family=Montserrat: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.10.3/font/bootstrap-icons.css");
/* Base colors */
/* Transitions */
/* 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: 70px;
  margin: 15px 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.3);
  -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-hidden .logo-wrapper {
      top: -40px; }
  header .navbar {
    background-color: #e1ecee;
    /*padding:0 30px;*/
    padding: 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); }
  header .navbar-brand {
    padding: 0;
    margin: 0; }

/* Top Navbar */
.navbar.top-navbar .nav-item {
  padding: 0; }
  .navbar.top-navbar .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;
    color: #8b8284;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    font-size: 14px;
    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.top-navbar .nav-item .nav-link.active {
      color: #91bac1 !important;
      font-weight: 700;
      text-decoration: none !important; }
    .navbar.top-navbar .nav-item .nav-link:hover, .navbar.top-navbar .nav-item .nav-link:focus {
      color: #91bac1 !important;
      text-decoration: none !important; }
  .navbar.top-navbar .nav-item:hover {
    color: #91bac1 !important; }
    .navbar.top-navbar .nav-item:hover .nav-link {
      color: #91bac1 !important; }
  .navbar.top-navbar .nav-item.bg-primary {
    color: #fff !important;
    -webkit-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -moz-border-radius: 25px !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.top-navbar .nav-item.bg-primary .nav-link {
      color: #fff !important;
      -webkit-border-radius: 15px !important;
      -ms-border-radius: 15px !important;
      border-radius: 15px !important;
      -moz-border-radius: 15px !important; }
    .navbar.top-navbar .nav-item.bg-primary:hover {
      background: #e1ecee !important; }
  .navbar.top-navbar .nav-item.icon .nav-link {
    color: #91bac1;
    transform: scale(1.4);
    padding-right: 8px;
    padding-left: 8px; }
    .navbar.top-navbar .nav-item.icon .nav-link:hover {
      color: #e1ecee; }
  .navbar.top-navbar .nav-item.phone .nav-link {
    transform: scale3d(1.2, 1.2, 1);
    color: #91bac1; }

/* Mobile Nav */
.widget_search #s {
  width: 50% !important;
  float: left; }

.widget_search #searchsubmit {
  width: 40% !important;
  float: left;
  margin-left: 15px;
  background: #91bac1 !important; }

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  header .navbar .logo {
    height: 70px; }

  /* Top Navbar */
  .navbar.top-navbar .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 13px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  header .navbar {
    padding: 0 15px; }

  .menu-item .nav-link {
    text-align: center;
    margin: 0 !important;
    border-bottom: 1px solid #e1ecee;
    display: block;
    font-size: 18px !important;
    padding: 16px 0 !important;
    text-transform: Uppercase; }
  .menu-item.bg-primary {
    -webkit-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important; }
    .menu-item.bg-primary .nav-link {
      -webkit-border-radius: 25px !important;
      -ms-border-radius: 25px !important;
      border-radius: 25px !important;
      -moz-border-radius: 25px !important;
      color: #fff;
      font-weight: 700; } }
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  header .navbar {
    padding: 0 15px; }
    header .navbar .logo {
      height: 60px;
      margin: 5px 0; } }
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  /* Navbar toggler */
  .navbar-toggler {
    font-size: 2.5em !important; }

  header .navbar {
    padding: 0; }
    header .navbar .logo {
      height: 45px; }
  header .navbar.shrink .logo {
    height: 30px !important;
    margin: 10px 0; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) {
  /* Navbar toggler */
  .navbar-toggler {
    font-size: 2em !important; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
@media (min-width: 993px) {
  .has-mega-menu {
    position: static; }

  .has-mega-menu .dropdown-menu {
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 0px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    padding: 15px 30px;
    top: 74px; }

  /*.shrink .has-mega-menu .dropdown-menu {
  	top:52px;
  }*/
  .has-mega-menu .dropdown-menu .dropdown-item {
    width: 20%;
    padding: 15px !important;
    float: left;
    min-height: 1px;
    clear: none !important;
    text-align: center;
    color: #36612a; }

  .has-mega-menu .dropdown-menu .dropdown-item.active {
    background: transparent !important; } }
@media (min-width: 1201px) {
  .has-mega-menu .dropdown-menu {
    padding: 15px 100px;
    top: 90px; }

  /*.shrink .has-mega-menu .dropdown-menu {
  	top:63px;
  }*/ }
@media (min-width: 1400px) {
  .has-mega-menu .dropdown-menu {
    padding: 15px 200px; } }
.dropdown-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .dropdown-item img {
    display: none !important; } }
/* Scss Document */
.hero {
  height: 100vh;
  /* Mouse scroll icon */ }
  .hero .scroll-downs-wrapper {
    position: absolute;
    text-align: center;
    bottom: 150px;
    left: 0;
    right: 0;
    z-index: 99; }
  .hero .scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px; }
  .hero .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #e1ecee;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box; }
  .hero .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* 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 */
/* Scss Document */
body {
  font-weight: 300; }

p, li {
  line-height: 1.5em; }

p.lead {
  line-height: 1.5em; }

b, strong {
  font-weight: 800; }

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

.secondary-font {
  font-family: "Parisienne", cursive;
  letter-spacing: 0 !important; }

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #91bac1;
  line-height: 1.15em;
  letter-spacing: -0.04em; }

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #91bac1;
  line-height: 1.15em;
  letter-spacing: -0.03em; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #91bac1;
  line-height: 1.15em;
  letter-spacing: -0.02em; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #91bac1;
  line-height: 1.15em;
  letter-spacing: -0.01em; }

h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #91bac1;
  line-height: 1.15em; }

h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #91bac1;
  line-height: 1.15em; }

h1 span.display-5, h1.display-5, .display-5 {
  line-height: 1.15 !important;
  font-weight: 800;
  letter-spacing: -0.04em; }

h1 span.display-4, h1.display-4, .display-4 {
  line-height: 1.15 !important;
  font-weight: 800;
  letter-spacing: -0.04em; }

h1 span.display-3, h1.display-3, .display-3 {
  line-height: 1.15 !important;
  font-weight: 800;
  letter-spacing: -0.04em; }

h1 span.display-2, h1.display-2, .display-2 {
  line-height: 1.15 !important;
  font-weight: 800;
  letter-spacing: -0.04em; }

h1 span.display-1, h1.display-1, .display-1 {
  line-height: 1.15 !important;
  font-weight: 800;
  letter-spacing: -0.04em; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.9em; }

.x-small {
  font-size: 0.75em; }

a {
  color: #91bac1;
  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: #77aab2;
  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; }

.small {
  font-size: 0.9em; }

.extra-small {
  font-size: 0.75em; }

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

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

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

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

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

.color-default {
  color: #8b8284 !important; }

.color-primary {
  color: #91bac1 !important; }

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

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

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

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

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

a.color-default {
  color: #8b8284; }

a.color-default:hover, a.color-default:focus {
  color: #91bac1 !important; }

a.color-primary {
  color: #91bac1; }

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

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

a.color-secondary:hover, a.color-secondary:focus {
  color: #91bac1 !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; }

  .titolo-corso-offerte {
    transform: rotate(180deg);
    transform-origin: center center;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center center;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -o-transform: rotate(180deg);
    -o-transform-origin: center center;
    white-space: nowrap;
    writing-mode: tb-rl; } }
/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  background: transparent;
  bottom: 20px;
  right: 20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  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);
  border-radius: 50%;
  border: 1px solid #8b8284; }
  #top-link-wrapper a {
    display: block;
    color: #8b8284;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    -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: 50%; }
    #top-link-wrapper a:hover {
      background: #91bac1;
      color: #8b8284;
      padding-top: 3px; }
  #top-link-wrapper.visible {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

footer p {
  font-weight: 400; }

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 1px 0; }
    .widget_nav_menu ul li a {
      color: #e1ecee;
      font-weight: 400;
      font-size: 0.9em; }
      .widget_nav_menu ul li a:hover {
        color: #fff; }
    .widget_nav_menu ul li.current_page_item a {
      font-weight: 700; }

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 0;
  clear: both;
  display: inline-block;
  position: relative;
  top: -2px; }

.wpml-ls-legacy-list-horizontal > ul {
  display: inline-block; }

.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  line-height: 1;
  color: #e1ecee; }
  .wpml-ls-legacy-list-horizontal a:hover {
    color: #fff; }

footer .wpml-ls-current-language a {
  font-weight: bold; }

@media (max-width: 768px) {
  /* Top Link Wrapper */
  #top-link-wrapper a {
    padding-top: 8px; }
    #top-link-wrapper a:hover {
      padding-top: 6px; } }
/* Scss Document */
/* Btn */
.btn {
  -webkit-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-width: 2px;
  padding: 8px 24px;
  font-weight: 600;
  -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-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  font-size: 0.9em; }

.btn-sm {
  padding: 5px 18px;
  font-size: 0.7em; }

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

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #91bac1; }

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

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

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

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

.btn-light, .btn-light:focus {
  background-color: #e1ecee;
  border-color: #e1ecee;
  color: #91bac1; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #91bac1; }

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

.btn-outline-light:hover, .btn-outline-light:focus {
  background: #e1ecee;
  color: #91bac1; }

.btn-outline-primary {
  border-color: #91bac1;
  color: #91bac1; }

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

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff; } }
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff; } }
.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: #91bac1;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

/* 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: #8b8284;
  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; }

/* Swiper */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 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: white !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; }

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

.swiper-button-prev {
  cursor: pointer;
  color: #e1ecee !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: #e1ecee;
  border-color: 1px solid rgba(225, 236, 238, 0.1); }

html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #8b8284;
  font-weight: 300;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  overflow-y: auto; }

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

/* single */
.single-page-img-wrapper {
  position: relative;
  top: 60px; }

.pull-left {
  position: relative;
  left: -50px;
  z-index: 2; }

.pull-right {
  position: relative;
  right: -50px;
  z-index: 2; }

.transition-fade {
  -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);
  opacity: 1;
  position: relative; }

html.is-animating .transition-fade {
  opacity: 0; }

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

/* list group */
.list-group.list-group-flush {
  border-top: 1px solid #e1ecee;
  border-bottom: 1px solid #e1ecee; }
  .list-group.list-group-flush .list-group-item {
    padding: 15px 10px;
    color: #8b8284;
    border-color: #e1ecee; }
    .list-group.list-group-flush .list-group-item.active {
      background: none;
      color: #91bac1;
      font-weight: 700; }
    .list-group.list-group-flush .list-group-item:hover, .list-group.list-group-flush .list-group-item:focus {
      background: #e1ecee; }

::selection {
  color: #e1ecee;
  background: #91bac1; }

.filter {
  background: rgba(145, 186, 193, 0.3); }

.filter-primary {
  background: rgba(145, 186, 193, 0.3); }

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

.gradient-filter {
  background: #91bac1;
  background: -moz-linear-gradient(90deg, #91bac1 0%, rgba(145, 186, 193, 0.6) 50%, rgba(145, 186, 193, 0.1) 100%);
  background: -webkit-linear-gradient(90deg, #91bac1 0%, rgba(145, 186, 193, 0.6) 50%, rgba(145, 186, 193, 0.1) 100%);
  background: linear-gradient(90deg, #91bac1 0%, rgba(145, 186, 193, 0.6) 50%, rgba(145, 186, 193, 0.1) 100%);
  position: relative;
  -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);
  z-index: 2;
  padding: 0; }

/* Line */
.line {
  width: 80px;
  height: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px; }

/* Box */
.box-overlay {
  -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); }
  .box-overlay .read-more {
    display: inline-block;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    -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); }
  .box-overlay:hover {
    background: rgba(225, 236, 238, 0.7); }
    .box-overlay:hover .read-more {
      width: 120px; }

.box-link figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -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); }
.box-link:hover figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

/* Breadcrumbs */
.bg-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #e1ecee; }
.bg-primary .breadcrumb-item.active {
  color: #fff; }

.bg-light .breadcrumb-item + .breadcrumb-item::before {
  color: #8b8284; }
.bg-light .breadcrumb-item.active {
  color: primary-color; }

/* Badges */
.badge {
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  padding: 4px 15px;
  font-size: 0.65em;
  font-weight: 600;
  color: #e1ecee; }
  .badge.bg-primary:hover {
    color: #fff;
    background: #e1ecee !important; }

/* Pagination */
.page-numbers {
  padding: 6px 15px !important;
  border: 1px solid #8b8284 !important;
  -webkit-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  color: #8b8284; }
  .page-numbers.current {
    background: #91bac1;
    color: #e1ecee !important;
    border: 1px solid #91bac1; }
  .page-numbers:hover {
    background: #e1ecee;
    border: 1px solid #e1ecee;
    color: #fff; }

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

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

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

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

.bg-default {
  background-color: #8b8284 !important; }

.bg-primary {
  background-color: #91bac1 !important; }

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

.bg-primary-80 {
  background: rgba(145, 186, 193, 0.8); }

.bg-header {
  background: #e1ecee url(../images/bg-pages.jpg) no-repeat left center;
  background-size: contain; }

.bg-icon {
  background: url(../images/bg-icon.svg) no-repeat left center fixed;
  background-size: contain; }

.bg-icon-light {
  background: url(../images/bg-icon-light.svg) no-repeat left center fixed;
  background-size: contain; }

.bg-news-home {
  background: url(../images/bg-news-home.svg) no-repeat center top scroll;
  background-size: cover; }

/* icon hero home */
.icon-hero-home {
  width: 100px;
  height: auto; }

/* item staff */
.item-staff .team-portrait {
  max-width: 280px;
  position: relative;
  top: 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);
  transform: scale(1); }
.item-staff:hover .team-portrait {
  top: -10px;
  transform: scale(1.03); }

.single-team-portrait {
  max-width: 320px; }

/* Parallax */
.parallax-element {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

/* figure */
figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #91bac1; }

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

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

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

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 {
  border-radius: 50% !important; }

/* text-container */
.text-container {
  max-width: 636px;
  display: inline-block; }

/* 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; }

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

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

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

/* Sidebar */
.card {
  border-radius: 0 !important;
  margin-top: -2px; }

.card-header, .card-header:first-child {
  border-radius: 0 !important;
  padding: 10px 15px; }

.card-body {
  padding: 10px 15px; }

.card .btn-sm {
  padding: 0 3px 3px !important;
  font-size: 21px !important;
  line-height: 16px !important;
  cursor: pointer; }

.collapse .p {
  display: inline-block; }

.collapse .m {
  display: none; }

.toggle-btn {
  float: right;
  display: block;
  transform: rotate(0);
  -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; }

.toggle-btn:not(.collapsed) {
  transform: rotate(45deg); }

/* Contact Form */
.wpcf7-list-item {
  margin: 0; }

@media (max-width: 1200px) {
  /* text-container */
  .text-container {
    max-width: 546px;
    display: inline-block; }

  .pull-left {
    left: -30px; }

  .pull-right {
    right: -30px; }

  .icon-hero-home {
    width: 90px; } }
@media (max-width: 992px) {
  /* text-container */
  .text-container {
    max-width: 456px;
    display: inline-block; }

  .icon-hero-home {
    width: 80px; } }
@media (max-width: 768px) {
  .single-page-img-wrapper {
    position: relative;
    top: -20px; }

  .bg-icon {
    background: url(../images/bg-icon.svg) no-repeat left center scroll; }

  .bg-icon-light {
    background: url(../images/bg-icon-light.svg) no-repeat left center scroll; }

  .text-container {
    max-width: none !important;
    display: inline-block; }

  .parallax-element {
    background-attachment: scroll !important; }

  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; }

  .pull-left {
    top: -15px;
    left: 0 !important;
    width: 90%;
    margin: 0 auto; }

  .pull-right {
    top: -15px;
    right: 0 !important;
    width: 90%;
    margin: 0 auto; }

  .icon-hero-home {
    width: 60px; } }
