html, body {
  height: 100%;     -webkit-font-smoothing: antialiased; font-size:100%; 
}
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
font-size: 1.4rem;
}

.container { text-align: center;}

.block-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block-container > .block {
  margin: 0 auto;
  text-align: center;
  max-width: 75%;
}
.block-container > .block > h1 {
  font-size: 100px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 10px;
}
.block-container > .block > h3 {
  color: #fff;
  margin: 0;
  font-size: 50px;
}

/* GRADIENT DE LA CAPCELERA */

.capcelera {top:0 !important; position:absolute !important; z-index: -1; width:100%; height:160px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b70e76+0,db92bd+100&0.81+0,0+100 */
background: -moz-linear-gradient(top,  rgba(183,14,118,0.81) 0%, rgba(219,146,189,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(183,14,118,0.81) 0%,rgba(219,146,189,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(183,14,118,0.81) 0%,rgba(219,146,189,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb70e76', endColorstr='#00db92bd',GradientType=0 ); /* IE6-9 */ }

/* BOTONS DESCARREGA */

.slide-text-info { margin-top: 60px; }
.apple {
    width: 214px;
    height: 66px;
    display: inline-block;
    background: url(/ca/udlapp/download-btns.png) no-repeat 0px 0px;
    margin-right: 1em;}

.play-btn {
    width: 214px;
    height: 66px;
    display: inline-block;
    background: url(/ca/udlapp/download-btns.png) no-repeat -237px 0px; }

/* A partir d'ara es lafegit per inside element */

header > h1 {
  font-size: 72px;
  line-height: 1.5;
  color: #2c3e50;
  font-weight: 100;
  border-bottom: 2px solid #ddd;}

header > h1 > span > a {
  font-size: 20%;
  color: #2c3e50;
  text-decoration: none;
  margin-left: 10px;}

h2 {color: #9f0066; font-size:40px;}

section {
  height: 400px;
  margin: 60px 0;
  background-color: #2c3e50;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section > .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section > .text > h1 {
  font-size: 42px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 10px;
}
section > .text > h3 {
  color: #fff;
  margin: 0;}

#main {  text-align: center;}
#more {  margin: 20px auto 48px;}

#telefon { width: 387px; min-height:700px; display:inline-block; float: left;  
background-image: url("/ca/udlapp/mobil.png");  
background-repeat: no-repeat;     
background-position: top center;}

/* A partir d'ara es lafegit per arrow i parallax */

.masthead {
    position: relative;
    min-width: 720px;}

.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    opacity: 1;
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol li {
    position: relative;
    margin-bottom: 30px;
    font-size: 100%;
    color: #414141;
    letter-spacing: -0.02em;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 60px; text-align:left !important;
}
ol li:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    background-color: #9f0066;
}
ol li:nth-child(1):after {
    content: '1';
}
ol li:nth-child(2):after {
    content: '2';
}
ol li:nth-child(3):after {
    content: '3';
}
ol li:nth-child(4):after {
    content: '4';
}
