/* ==========
Hero
========== */
section.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
nav.navbar + section.hero {
  min-height: calc(100vh - 80px) !important;
}
section.hero::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7019607843) 66%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
section.hero .caption {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.hero .caption h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
}
section.hero .caption p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  margin-bottom: 0;
}
section.hero .caption .description {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}
section.hero .breadcrumbs {
  font-size: 14px;
  bottom: 0;
  left: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  z-index: 1;
  color: #fff;
  font-weight: 300;
}
html[dir=rtl] section.hero .breadcrumbs svg {
  transform: rotate(180deg);
}
section.hero ul {
  padding: 13px 0;
  margin: 0 auto;
}
section.hero ul li {
  list-style-type: none;
  margin: 0 20px;
}
section.hero ul li:first-child {
  margin: 0 20px 0 0;
  padding-left: 15px;
}
section.hero ul li > a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
section.hero ul li > a:hover:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -3px;
  left: 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  /* Hero */
  section.hero .caption h1 {
    font-size: 52px;
  }
  section.hero .breadcrumbs,
  section.hero .caption p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  section.hero .breadcrumbs ul li:first-child {
    padding-left: 0;
  }
}
/* ==========
History
========== */
section.history {
  padding: 60px 0;
}

section.history .nav-item {
  font-size: 20px;
  letter-spacing: 0.48px;
  font-weight: 600;
  font-family: "Futura", sans-serif;
  padding: 0 10px;
  margin: 0 20px;
  background-color: #fff;
  z-index: 1;
}

section.history .nav-item a.nav-link {
  transition: 0.3s ease-in-out;
  color: #ababab;
  padding: 0;
}

section.history .nav-tabs,
section.history .nav-tabs .nav-link,
section.history .nav-tabs .nav-link,
section.history .nav-tabs .nav-item:hover,
section.history .nav-tabs .nav-item:hover,
section.history .nav-item .active {
  border: none;
}

section.history .frame {
  overflow: hidden;
  position: relative;
}
section.history .frame.sly-active > ul {
  justify-content: normal !important;
}
section.history .frame.sly-active .nav-tabs::after {
  display: none;
}
section.history .frame.sly-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(100% - 40px);
  background-color: #A2AFAF;
  margin: 0 20px;
}

section.history .nav-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #A2AFAF;
}

section.history .nav-item a.nav-link.active,
section.history .nav-item a.nav-link:hover {
  color: #085083;
}

section.history .tab-content .tab-pane {
  padding: 40px 0;
}

section.history .tab-content .tab-pane img {
  margin-bottom: 30px;
}

section.history .tab-content .tab-pane p {
  font-size: 14px;
  line-height: 1.44;
  margin: 0;
}

@media screen and (min-width: 576px) {
  section.history .frame {
    overflow: unset;
  }
  section.history .nav-item {
    font-size: 24px;
    margin: 0;
    padding: 0 20px;
  }
  section.history .tab-content .tab-pane {
    padding: 80px 0;
  }
  section.history .tab-content .tab-pane img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.history {
    padding: 110px 0 75px 0;
  }
  section.history .nav-item {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  section.history .tab-content .tab-pane p {
    font-size: 18px;
  }
}
/* ==========
Colors
========== */
section.carousel .caption {
  margin-bottom: 50px;
}

section.carousel .caption h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.carousel .caption p {
  font-size: 18px;
  font-size: 300;
  margin-bottom: 0;
}

section.carousel .carousel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7019607843) 66%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}

section.carousel .carousel .indicators {
  top: 0;
  left: 0;
  height: 66px;
  margin: 0;
  padding: 0;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

section.carousel .carousel .indicators::-webkit-scrollbar {
  display: none;
}

section.carousel .carousel .indicators::after {
  display: none;
}

section.carousel .carousel .indicators ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: unset;
}

section.carousel .carousel .indicators ol li {
  opacity: 1;
  text-indent: 0;
  border: none;
  width: unset;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background-color: unset;
  background-clip: unset;
  margin: 0 20px;
  line-height: 60px;
  height: 60px;
  border-bottom: 4px solid transparent;
}

section.carousel .carousel .indicators ol li.active {
  border-bottom: 4px solid #fff;
}

section.carousel .carousel-item {
  height: 75vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.carousel .carousel-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
html[dir=rtl] section.carousel .carousel-caption {
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}

section.carousel .carousel-caption {
  width: 100%;
}

section.carousel .carousel-caption h3 {
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

section.carousel .carousel-caption p {
  font-weight: 300;
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
}

section.carousel .carousel-caption a {
  margin-top: 70px;
  width: 175px;
  padding: 10px 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
}
section.carousel .carousel-caption a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

section.carousel .carousel .controls {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 110px;
}

section.carousel .carousel-control-prev,
section.carousel .carousel-control-next {
  position: relative;
  height: 110px;
  width: 70px;
  background-color: transparent;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: url(../img/arrow-left.svg);
}

.carousel-control-next-icon {
  transform: rotate(180deg);
}

section.carousel .carousel-control-prev {
  left: 0;
}

section.carousel .carousel-control-next {
  right: 0;
}

@media screen and (min-width: 576px) {
  section.carousel .carousel .indicators {
    overflow: hidden;
    height: 91px;
  }
  section.carousel .carousel .indicators ol li {
    font-size: 18px;
    margin: 0;
    height: 85px;
    line-height: 85px;
    border-bottom: 6px solid transparent;
  }
  section.carousel .carousel .indicators ol li.active {
    border-bottom: 6px solid #fff;
  }
  section.carousel .carousel-control-prev,
  section.carousel .carousel-control-next {
    background-color: rgba(255, 255, 255, 0.25);
  }
  section.carousel .carousel .indicators::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 100%;
    bottom: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    display: block;
  }
  section.carousel .carousel-caption h3 {
    padding: 15px 20px;
    font-size: 52px;
    font-weight: 900;
  }
  section.carousel .carousel-caption p {
    font-size: 20px;
    max-width: 500px;
  }
  section.carousel .carousel-caption a {
    margin-top: 40px;
    width: 270px;
  }
}
/* ==========
Fascia Youtube
========== */
.youtube-band {
  color: #252525;
  margin: 80px 0;
}
@media (max-width: 991px) {
  .youtube-band {
    margin: 50px 0;
  }
}
.youtube-band h2 {
  font-size: 32px;
}
.youtube-band .items {
  margin-top: 50px;
}
.youtube-band .items > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.youtube-band .items iframe {
  width: 100%;
  height: 250px;
}
.youtube-band .items h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .youtube-band .items {
    margin-top: 30px;
  }
  .youtube-band .items h3 {
    font-size: 22px;
    font-weight: normal;
  }
}

/* ==========
Fascia Documenti
========== */
.documents-band {
  color: #252525;
  margin: 80px 0;
}
@media (max-width: 991px) {
  .documents-band {
    margin: 50px 0;
  }
}
.documents-band h2 {
  font-size: 32px;
}
.documents-band .items {
  margin-top: 50px;
}
.documents-band .items > div {
  display: flex;
  margin-bottom: 20px;
}
.documents-band .items .file-card {
  background: #EFEFEF;
  color: #000;
  padding: 20px;
  display: block;
  text-decoration: none;
  width: 100%;
}
.documents-band .items .file-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #085083;
}
.documents-band .items .file-card .type {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
}
.documents-band .items .file-card .preview {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
.documents-band .items .file-card .preview img {
  width: 100%;
  height: auto;
}
.documents-band .items .file-card:hover {
  background: #fff;
  border: 1px solid #085083;
}
@media (max-width: 991px) {
  .documents-band .items {
    margin-top: 30px;
  }
  .documents-band .items h3 {
    font-size: 22px;
    font-weight: normal;
  }
}

/* BLOCCO TESTO */
.text-block {
  font-size: 18px;
  line-height: 26px;
  color: #464646;
  max-width: 675px;
  margin: 40px auto;
}

.no-hero h1 {
  font-size: 52px;
  color: #085083;
}

/* ==========
Fascia Contatti
========== */
section.contacts {
  background-position-x: left;
  background-position-y: bottom;
  background-size: 60vw;
  background-repeat: no-repeat;
  padding: 70px;
  color: #252525;
}
section.contacts h1 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
}
section.contacts .address {
  max-width: 390px;
  font-size: 18px;
}
section.contacts .address p {
  margin-bottom: 80px;
}
section.contacts .address p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.contacts {
    padding: 50px;
  }
  section.contacts h1 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  section.contacts .address {
    font-size: 16px;
  }
  section.contacts .address p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  section.contacts {
    background: none;
    padding: 20px;
  }
  section.contacts h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  section.contacts .address p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  section.contacts {
    background-size: contain;
  }
}

.slider-wrapper {
  margin: 80px 0 40px 0;
}
.slider-wrapper > h2 {
  font-size: 60px;
  letter-spacing: -1.2px;
  color: #252525;
  opacity: 0.05;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider-wrapper > h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .slider-wrapper > h2 {
    font-size: 35px;
  }
}

.external-form-band {
  background: #DADFDF;
  padding: 60px 0;
  color: #2C2C2C;
}
.external-form-band .title {
  text-align: center;
  color: #252525;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 0 40px;
}/*# sourceMappingURL=page.css.map */