/* line 10, ../scss/style.scss */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

/* line 20, ../scss/style.scss */
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 28, ../scss/style.scss */
.skrollable {
  /*
  * First-level skrollables are positioned relative to window
  */
  position: fixed;
  /*
  * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
  */
  z-index: 100;
}

/* line 40, ../scss/style.scss */
.skrollr-mobile .skrollable {
  /*
  May cause issues on Android default browser (see #331 on GitHub).
  */
  /*position:absolute;*/
}

/* line 47, ../scss/style.scss */
.skrollable .skrollable {
  /*
  * Second-level skrollables are positioned relative their parent skrollable
  */
  position: absolute;
}

/* line 54, ../scss/style.scss */
.skrollable .skrollable .skrollable {
  /*
  * Third-level (and below) skrollables are positioned static
  */
  position: static;
}

/* line 62, ../scss/style.scss */
html, body {
  line-height: 1;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
}

/* line 67, ../scss/style.scss */
.slide {
  width: 100%;
  height: 80%;
}

/* line 71, ../scss/style.scss */
.box {
  width: 500px;
  max-width: 40%;
  background: #fff;
  padding: 0 1em;
  box-sizing: padding-box;
  top: 10%;
  border-radius: 10px;
  border: 5px solid #ccc;
  line-height: 1.4em;
  box-sizing: border-box;
  right: 2%;
}

/* line 86, ../scss/style.scss */
.page {
font-size: 0.7em;
line-height: normal;
  height: 0;
  opacity: 0.0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 92, ../scss/style.scss */
.page.active {
  height: auto;
  opacity: 1.0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 97, ../scss/style.scss */
.pageMenu {
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0;
}
/* line 101, ../scss/style.scss */
.pageMenu li {
  list-style: none;
  display: inline;
}
/* line 104, ../scss/style.scss */
.pageMenu li a {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #ccc;
  overflow: hidden;
  text-indent: 0px;
  margin: 0 0.2em;
}
/* line 113, ../scss/style.scss */
.pageMenu li a:hover, .pageMenu li a:active, .pageMenu li a.active {
  background: #c00;
}

/* line 125, ../scss/style.scss */
#pon {
  position: fixed;
  top: 00px;
  right: 0px;
  width: 150px;
  z-index: 1000;
}

/* line 134, ../scss/style.scss */
#didatec {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10000;
  width: 150px;
}

/* line 144, ../scss/style.scss */
#linkedin .box {
  border-color: #007bb6;
}

/* line 145, ../scss/style.scss */
#facebook .box {
  border-color: #3b5998;
}

/* line 146, ../scss/style.scss */
#youtube .box {
  border-color: #bb0000;
}

/* line 147, ../scss/style.scss */
#twitter .box {
  border-color: #2daae1;
}

/* line 148, ../scss/style.scss */
#pinterest .box {
  border-color: #cb2003;
}

/* line 149, ../scss/style.scss */
#instagram .box {
  border-color: #517fa4;
}

/* line 150, ../scss/style.scss */
#google .box {
  border-color: #dd4b39;
}
#penultima .box {
  border-color: #f2f83b;
}


/* line 152, ../scss/style.scss */
#menu {
  height: 20%;
  bottom: 0%;
  width: 100%;
  left: 0%;
  text-align: center;
  padding: 0;
  margin: 0 0 2% 0;
}

/* line 161, ../scss/style.scss */
#menu li {
  display: inline-block;
  position: relative;
  width: 5%;
  height: 0%;
  box-sizing: content-box;
  padding-bottom: 5%;
  margin: 1% 0.5% 0% 0.5%;
  position: relative;
}

/* line 174, ../scss/style.scss */
#menu li a {
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../i/social_white.png);
  background-color: #ccc;
  border-radius: 100%;
}

/* line 188, ../scss/style.scss */
#m_linkedin a {
  background-position: 0% 0%;
}

/* line 192, ../scss/style.scss */
#m_facebook a {
  background-position: 11% 0%;
}

/* line 196, ../scss/style.scss */
#m_youtube a {
  background-position: 22% 0%;
}

/* line 200, ../scss/style.scss */
#m_twitter a {
  background-position: 33% 0%;
}

/* line 204, ../scss/style.scss */
#m_pinterest a {
  background-position: 44% 0%;
}

/* line 208, ../scss/style.scss */
#m_instagram a {
  background-position: 55% 0%;
}

/* line 213, ../scss/style.scss */
#m_google a {
  background-position: 66% 0%;
}

/* line 218, ../scss/style.scss */
#menu #m_intro a,
#menu #m_intro2 a,
#menu #m_intro3 a,
#menu #m_penultima a,
#menu #m_ultima a {
  background-image: url(../i/social_white2.png);
}

/* line 225, ../scss/style.scss */
#m_intro a {
  background-position: 0% 0%;
}

/* line 228, ../scss/style.scss */
#m_intro2 a {
  background-position: 11% 0%;
}

/* line 231, ../scss/style.scss */
#m_intro3 a {
  background-position: 22% 0%;
}

/* line 234, ../scss/style.scss */
#m_penultima a {
  background-position: 33% 0%;
}

/* line 237, ../scss/style.scss */
#m_ultima a {
  background-position: 44% 0%;
}

/* line 242, ../scss/style.scss */
.fullscreen {
  width: 100%;
  height: 80%;
}

/* line 248, ../scss/style.scss */
#bg {
  background: url(../i/bg.png) repeat-x 0px 0px;
  background-size: cover;
}

/* line 253, ../scss/style.scss */
#clouds {
  background: url(../i/clouds.png) repeat-x 0px 0px;
  background-size: cover;
}

/* line 257, ../scss/style.scss */
#l3 {
  background: url(../i/l3.png) repeat-x 0px 0px;
  background-size: cover;
}

/* line 261, ../scss/style.scss */
#l2 {
  background: url(../i/l2.png) repeat-x 0px 0px;
  background-size: cover;
}

/* line 265, ../scss/style.scss */
#l1 {
  background: url(../i/l1.png) repeat-x 0px 0px;
  background-size: cover;
}

/* line 269, ../scss/style.scss */
.building {
  position: absolute;
  bottom: 5%;
  height: 80%;
  max-height: 600px;
}

/* line 276, ../scss/style.scss */
#facebook .building,
#google .building {
  height: 95%;
  max-height: 800px;
}

/* line 282, ../scss/style.scss */
#intro,
#intro2,
#intro3 {
  height: 75%;
}
/* line 286, ../scss/style.scss */
#intro h1,
#intro2 h1,
#intro3 h1 {
  font-size: 2em;
  margin-top: 3em;
  left: 1%;
}
/* line 292, ../scss/style.scss */
#intro .box,
#intro2 .box,
#intro3 .box {
  margin-top: 2em;
  width: 100%;
  max-width: 500px;
}
/* line 300, ../scss/style.scss */
#intro .col,
#intro2 .col,
#intro3 .col {
  width: 48%;
  float: left;
  margin-left: 0%;
}
/* line 305, ../scss/style.scss */
#intro .col + .col,
#intro2 .col + .col,
#intro3 .col + .col {
  margin-left: 2%;
}
/* line 308, ../scss/style.scss */
#intro img,
#intro2 img,
#intro3 img {
  width: 25%;
  max-width: 250px;
}

/* line 316, ../scss/style.scss */
#intro2 h1 {
  margin-top: 0.7em;
  top: 0%;
  left: 1%;
  width: 30%;
}

/* line 325, ../scss/style.scss */
#intro3 h1 {
  font-size: 3em;
  margin-top: 0.7em;
  top: 0%;
  left: auto;
  right: 20%;
}

/* line 336, ../scss/style.scss */
#intro .box {
  max-width: 60%;
  margin-top: 3.5em;
}

/* line 340, ../scss/style.scss */
#intro2 .box {
  max-width: 60%;
  margin-top: 4em;
}

/* line 345, ../scss/style.scss */
#intro h1, #intro2 h1 {
  margin-top: 1em;
}

/* line 348, ../scss/style.scss */
.asterisco {
  font-size: 0.6em;
  position: absolute;
  right: 5%;
  top: 95%;
}

/* line 354, ../scss/style.scss */
#caffe {
  position: absolute;
  bottom: 0%;
  left: 40%;
  background-image: url(../i/caffe.png);
  width: 90px;
  height: 104px;
  background-size: cover;
  opacity: 0.3;
}

/* line 366, ../scss/style.scss */
.icons {
  left: 2%;
  width: 96%;
  height: 100%;
  position: absolute;
}

/* line 372, ../scss/style.scss */
.i_linkedin,
.i_facebook,
.i_youtube,
.i_pinterest {
  top: 20%;
  position: absolute;
}

/* line 380, ../scss/style.scss */
.i_twitter,
.i_instagram,
.i_google {
  position: absolute;
  top: 50%;
}

/* line 389, ../scss/style.scss */
.i_linkedin {
  left: 0%;
}

/* line 389, ../scss/style.scss */
.i_facebook {
  left: 25%;
}

/* line 389, ../scss/style.scss */
.i_youtube {
  left: 50%;
}

/* line 389, ../scss/style.scss */
.i_pinterest {
  left: 75%;
}

/* line 397, ../scss/style.scss */
.i_twitter {
  left: 12.5%;
}

/* line 397, ../scss/style.scss */
.i_instagram {
  left: 37.5%;
}

/* line 397, ../scss/style.scss */
.i_google {
  left: 62.5%;
}

/* line 402, ../scss/style.scss */
#omino {
  background-image: url(../i/omino.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
  z-index: 100000;
  bottom: 23%;
  left: 25%;
}

@media only screen and (max-device-width: 1280px), only screen and (max-width: 1280px) {
  /* line 420, ../scss/style.scss */
  #intro h1,
  #intro2 h1,
  #intro3 h1 {
    font-size: 2.5em;
    margin-top: 1em;
  }
}
@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  /* line 434, ../scss/style.scss */
  #intro h1,
  #intro2 h1,
  #intro3 h1 {
    font-size: 2em;
    width: 100%;
    left: 1%;
    right: 1%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .box {
      font-size: 0.7em;
  }
}
