/*--------- BARRIOTHEME > CUSTOM CSS  ---------*/

@font-face {
  font-family: "Cosi Times Light Condensed";
  src: url("../fonts/CosiTimes-LightCondensed.eot");
  src: url("../fonts/CosiTimes-LightCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/CosiTimes-LightCondensed.woff2") format("woff2"), url("../fonts/CosiTimes-LightCondensed.woff") format("woff"), url("../fonts/CosiTimes-LightCondensed.svg#CosiTimes-LightCondensed") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
  unicode-range: U+0020-00F7;
}

@font-face {
  font-family: "Cosi Times Light";
  src: url("../fonts/CosiTimes-Light.eot");
  src: url("../fonts/CosiTimes-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CosiTimes-Light.woff2") format("woff2"), url("../fonts/CosiTimes-Light.woff") format("woff"), url("../fonts/CosiTimes-Light.svg#CosiTimes-Light") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
  unicode-range: U+0020-00F7;
}

@font-face {
  font-family: "Cosi Times Bold";
  src: url("../fonts/CosiTimes-Bold.eot");
  src: url("../fonts/CosiTimes-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CosiTimes-Bold.woff2") format("woff2"), url("../fonts/CosiTimes-Bold.woff") format("woff"), url("../fonts/CosiTimes-Bold.svg#CosiTimes-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
  unicode-range: U+0020-00F7;
}

@font-face {
  font-family: "Cosi Times Roman";
  src: url("../fonts/CosiTimes-Roman.eot");
  src: url("../fonts/CosiTimes-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/CosiTimes-Roman.woff2") format("woff2"), url("../fonts/CosiTimes-Roman.woff") format("woff"), url("../fonts/CosiTimes-Roman.svg#CosiTimes-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
  unicode-range: U+0020-00F7;
}

/******************** OPEN GENERALI ********************/

.payoff {
  font-family: "Philosopher", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 500;
}

.sectionPayoff,
.sectionNivesNeve,
.sectionSteps,
.sectionGallery,
.sectionTips,
.sectionFooter {
  margin: 0;
}

.wrapper {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1400px;
  margin: 0 auto;
}

.button,
.button:focus,
.button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 10px;
  background-color: #123370;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  background-color: #fff;
  color: #143b83;
  text-decoration: none;
}

.button::before,
.button:visited::before,
.button:focus::before {
  margin: 0;
  padding: 0;
  content: "";
  -webkit-mask: url(/img/download.svg) no-repeat 50% 50%;
  mask: url(/img/download.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.button:hover::before {
  background-color: #143b83;
}

/******************** OPEN HEADER ********************/

header {
  background: #efefef;
}

header figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.37) 55.87%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.fullScreen {
  height: 100vh;
  background: transparent;
}

.fullScreen .hImage {
  height: 100vh;
}

.fullScreen .title,
.fullWidth .title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

.intro {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #143b83;
  z-index: 2;
}

.languages {
  position: absolute;
  top: 50px;
  right: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #143b83;
  z-index: 2;
}

.languages a,
.languages a:visited,
.languages a:focus {
  color: #143b83;
  text-decoration: none;
  opacity: 50%;
  transition: all 0.3s ease-in-out;
}

.languages a:hover,
.languages a.active {
  opacity: 100%;
}

.logo,
.logo:visited,
.logo:focus,
.logo:hover {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 118px;
  padding: 0px;
  margin: 0px;
  border: none;
  background: url(../img/logo-nives.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  text-indent: -9000px;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
}

header .payoff {
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #143b83;
  width: 100%;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.halfSnowflake1 {
  position: absolute;
  bottom: 0;
  width: 350px;
  height: auto;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.hImage {
  height: 500px;
}

.hImage figure {
  width: 100%;
  height: 100%;
}

.coming {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #143b83;
  color: #fff;
  z-index: 2;
}

/******************** OPEN PAYOFF ********************/

.sectionPayoff {
  background-color: white;
}

.sectionPayoff .payoff {
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #143b83;
  padding: 100px 0px;
}

/******************** OPEN NIVES NEVE ********************/

.sectionNivesNeve {
  background-color: #143b83;
}

.sectionNivesNeve .payoff {
  font-size: 5rem;
  line-height: 6rem;
  color: #ffffff;
  padding: 0px 0px 100px 0px;
}

.halfSnowflake2 {
  margin: 0;
  padding: 0;
  width: 350px;
  height: auto;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.logoNeve {
  padding: 250px 0px 100px 0px;
  width: 326px;
  height: auto;
  z-index: 1;
}

/******************** OPEN STEPS ********************/

.sectionSteps {
  background-color: #143b83;
  padding-bottom: 150px;
}

.sectionSteps img {
  max-height: calc(100vh - 100px);
}

.position-sticky {
  padding: 50px 0 0;
  top: 0;
}

.snowflake {
  position: absolute;
  background: #fff;
  z-index: -1;
  left: 50%;
  bottom: -130px;
  width: 300px;
  height: 300px;
  transform: translate(-50%, 0%);
  -webkit-mask: url(/img/fiocco.svg) no-repeat 50% 50%;
  mask: url(/img/fiocco.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.stickySx {
  margin-top: 650px;
}

.sectionSteps .payoff {
  font-size: 3.3rem;
  line-height: 4.2rem;
  color: #ffffff;
}

.scheme {
  margin-top: 40px;
  padding: 40px 0px;
}

.scheme::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  top: 0;
  left: 15px;
  background-color: #fff;
}

.scheme::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  bottom: 0;
  left: 15px;
  background-color: #fff;
}

.schemeIcon1 {
  width: 40px;
  height: auto;
}

.schemeIcon2 {
  width: 20px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.titleStepsB1 {
  font-family: "Philosopher", sans-serif;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 3.8rem;
  padding: 15px 0px 0px 0px;
}

.textStepsB1 {
  font-family: "Philosopher", sans-serif;
  text-transform: none;
  font-size: 1.9rem;
  line-height: 2.7rem;
  color: #728ab5;
  margin-bottom: 0;
}

.stepsB3 {
  padding-top: 700px;
}

.titleStepsB3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #728ab5;
  padding-bottom: 20px;
}

.titleStepsB3:first-of-type {
  margin-top: 700px;
}

.textStepsB3 {
  font-family: "Philosopher", sans-serif;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #ffffff;
  padding-bottom: 40px;
}

/******************** OPEN GALLERY ********************/

.sectionGallery {
  background-color: #123370;
  padding: 30px;
}

.boxImage {
  width: 100%;
  height: auto;
}

/******************** OPEN TIPS ********************/

.sectionTips {
  background-color: white;
  padding: 80px 0px;
}

.sectionTips .payoff {
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #143b83;
  padding-bottom: 80px;
}

.lineTips::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 15;
  -webkit-mask: url(/img/fiocco+pr.svg) repeat-x;
  mask: url(/img/fiocco+pr.svg) repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 200px;
  height: 40px;
  background-color: #143b83;
}

.lineTips::after {
  content: "";
  position: absolute;
  left: calc(250px - 15px);
  width: calc(100% - 250px);
  height: 1px;
  background-color: #143b83;
}

.titleTips {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #143b83;
  padding: 80px 0px 20px 0px;
}

.textTips {
  font-family: "Philosopher", sans-serif;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #143b83;
}

.sectionTips .button {
  background-color: #fff;
  color: #143b83;
  border: 1px solid #143b83;
}

.sectionTips .button:hover {
  background-color: #143b83;
  color: #fff;
}

.sectionTips .button::before {
  background-color: #143b83;
}

.sectionTips .button:hover::before {
  background-color: #fff;
}

/******************** OPEN FOOTER ********************/

.sectionFooter {
  background-color: #143b83;
}

.lineFooter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #fff;
}

.logoFooter {
  width: 200px;
  height: auto;
  padding: 50px 0px;
}

.logoTouring {
  width: 100px;
  height: auto;
}

.titleFooter {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #728ab5;
  padding: 50px 0px 20px 0px;
}

.textFooter {
  font-family: "Philosopher", sans-serif;
  text-transform: none;
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #fff;
  padding-bottom: 50px;
}

.aFooter,
.aFooter:visited,
.aFooter:focus {
  color: white;
  text-decoration: none;
}

.aFooter:hover {
  color: white;
  text-decoration: none;
}

.microTextFooter {
  font-family: "Philosopher", sans-serif;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ffffff;
  padding: 50px 0px;
}

.logoHellobarrio {
  padding: 50px 0px;
  width: 80px;
  height: auto;
}
