html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border-top: 1px solid #ccc;
    border: 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    margin: 0;
    vertical-align: middle;
}
legend {
    display: none;
}
img {
    border: none;
    display: block;
}
@font-face {
    font-family: 'AsapRegular';
    src: url('../Fonts/Asap-Regular-webfont.eot');
    src: url('../Fonts/Asap-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/Asap-Regular-webfont.html') format('woff'), url('../Fonts/Asap-Regular-webfont.ttf') format('truetype'), url('../Fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AsapBold';
    src: url('../Fonts/Asap-Bold-webfont.eot');
    src: url('../Fonts/Asap-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/Asap-Bold-webfont.html') format('woff'), url('../Fonts/Asap-Bold-webfont.ttf') format('truetype'), url('../Fonts/Asap-Bold-webfont.svg#AsapBold') format('svg');
    font-weight: bold;
    font-style: bold;
}
html {
    height: 100%;
}
body {
    background: #12b5d2;
    color: #808080;
    font: 62.5%/17px Arial, Verdana, sans-serif;
    height: 100%;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url("../Images/bg.body.1.jpg");
    background-attachment: fixed;
}
.no-js body {
    /*background: #999;*/
}
body,
select,
input,
textarea {
    color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
h1 {
    color: #000;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 2.2em;
    font-weight: normal;
    margin: 10px 0;
/*    text-transform: uppercase;*/
}
li h1 {
    font-size: 1.8em;
}
h2 {
    color: #808080;
    font: 1.4em/1.2em 'Asap', Arial, Helvetica, sans-serif;
    margin: 0 0 8px;
    padding-top: 10px;
    text-transform: uppercase;
}
li h2 {
    font-size: 1.3em;
}
p,
li,
dt,
dd {
    font-size: 1.2em;
    line-height: 1.286;
}
p {
    font-size: 1.3em;
    line-height: 1.8em;
    margin: 0 0 20px;
}
li p,
td p,
li li {
    font-size: 1em;
}
ul,
ol {
    margin: 0 0 20px;
    padding: 0 0 0 24px;
}
ul ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li {
    margin: 0 0 5px;
}
dl {
    margin: 0 0 20px;
    padding: 0;
}
dt,
dd {
    margin: 0;
    padding: 0;
}
a,
a:active {
    color: #808080;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
h1.bordered {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
h1.lowercase {
    text-transform: none;
}
h1.narrow {
    padding: 0 90px;
}
h1.narrower {
    padding: 0 120px;
}
h2.darker {
    color: #333;
}
p.smaller,
.content-panel-step p.smaller:last-child {
    color: #A6A6A6;
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 30px;
}
.concept-desc {
    float: right;
    line-height: 1.4em;
    position: absolute;
    text-align: left;
    top: 435px;
    right: -5px;
    width: 160px;
    z-index: 50;
}
.list-centered {
    padding: 15px 0 0;
}
.list-centered li {
    list-style: none;
}
.no-bullet {
    text-align: center;
}
.no-bullet li {
    list-style-type: none;
}
.no-bullet a {
    text-decoration: underline;
}
.hidden {
    display: none;
}
.end-of-row {
    margin-right: 0!important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.figure-right {
    float: right;
    margin: 0 0 20px 20px;
}
.figure-left {
    float: left;
    margin: 0 20px 20px 0;
}
.space-left {
    margin-left: 10px;
}
.space-left-double {
    margin-left: 50px;
}
.space-right {
    margin-right: 10px;
}
.space-right-double {
    margin-right: 50px;
}
#aspnetForm {
    height: 100%;
}
.container {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1000px;
}
.footer {
    bottom: 20px;
    color: #fff;
    font-family: 'AsapRegular', Arial, Helvetica, sans-serif;
    left: 20px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: fixed;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    z-index: 1;
    width: 100%;
}
.footer-nav {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}
.footer-nav li {
    display: inline;
    font-size: 1.1em;
    margin: 0;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.footer-nav-right {
    float: right;
    margin: 0 50px 0 0;
}
.nav {
    display: block;
    height: 482px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 212px;
    width: 502px;
    z-index: 15;
}
.no-js .nav {
    margin-bottom: 100px;
    top: 7px;
}
.nav li {
    background: transparent url(../Images/nav.hexagon.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
    height: 189px;
    list-style: none;
    margin: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
    top: 0;
    width: 164px;
}
.no-js .nav li {
    display: block;
}
.nav a {
    color: #fff;
    display: block;
   font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.4em;
    height: 60px;
    margin: 50px 0 0;
    padding: 30px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.nav .nav-item-multiview {
    background: transparent url(../Images/nav.hexagon.multiview.png) no-repeat 0 0;
    height: 188px;
    left: 170px;
    opacity: 1;
    overflow: hidden;
    text-indent: -9999px;
    top: 146px;
    width: 164px;
}
.nav .nav-item-multiview2 {
    background: transparent url(../Images/nav.hexagon.multiview.png) no-repeat 0 0;
    height: 188px;
    left: 170px;
    opacity: 1;
    overflow: hidden;
    text-indent: -9999px;
    top: 439px;
    width: 164px;
}
.nav .nav-item-what {
    left: 84px;
    opacity: .6;
    top: 0;
}
.nav .nav-item-what a {
    height: 70px;
    padding: 20px 50px 0;
}
.nav .nav-item-case-studies {
    left: 255px;
    opacity: .6;
}
.nav .nav-item-case-studies a {
    height: 70px;
    padding: 0px 50px 0;
}
.nav .nav-item-insights {
    left: 340px;
    top: 146px;
    opacity: .6;
}
.nav .nav-item-client-login {
    left: 0;
    top: 146px;
    opacity: .6;
}
.nav .nav-item-client-login a {
    cursor: default;
}
.nav .nav-item-contact {
    left: 254px;
    top: 293px;
    opacity: .6;
}
.nav .nav-item-contact2 {
    left: 0px;
    top: 441px;
    opacity: .6;
}
.nav .nav-item-contact3 {
    left: 338px;
    top: 441px;
    opacity: .6;
}
.nav .nav-item-contact4 {
    left: 86px;
    opacity: 0.6;
    top: 588px;
}
.nav .nav-item-contact5 {
     left: 255px;
    opacity: 0.6;
    top: 588px;
}
.nav .nav-item-protecting {
    left: 84px;
    top: 293px;
    opacity: .6;
}
.nav .nav-item-protecting a {
    cursor: default;
    padding-top: 20px;
}
.nav .nav-item-client-login a {
    margin-top: 0;
    padding: 80px 0 40px;
}
.nav-top {
    display: block;
    left: 50px;
    position: fixed;
    /*top: -140px;*/
    z-index: 25;
     top: -34px;
}
.bt-close {
    display: block;
    height: 43px;
    left: 67px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 37px;
    -o-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.bt-close:hover {
    opacity: .8;
}
.bt-close-bottom {
    margin: 0 auto;
    left: 0;
}
.nav-subsection {
    position: fixed;
    left: 1117px;
    opacity: 0;
    top: 262px;
}
.nav-subsection li {
    display: block;
    height: 42px;
    list-style: none;
    width: 37px;
}
.nav-subsection .previous {
    background-position: -37px -46px;
}
.nav-subsection .next {
    background-position: 0 -46px;
    margin-top: 282px;
}
.ie7 .nav-subsection .next {
    margin-top: 274px;
}
.nav-subsection a {
    display: block;
    height: 42px;
    opacity: 1;
    overflow: hidden;
    text-indent: -9999px;
    width: 37px;
    -o-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.nav-subsection a:hover {
    opacity: .5;
}
.icon {
    background: transparent url(../Images/sprite.icons.png) no-repeat 0 0;
}
.section-number {
    background: transparent url(../Images/sprite.numbers.png) no-repeat center 0;
    padding-top: 65px;
}
.section-number-two {
    background-position: center -100px;
}
.section-number-three {
    background-position: center -200px;
}
.icon-contact {
    background: transparent url(../Images/sprite.icons.png) no-repeat center -800px;
    padding-top: 58px;
}
.subsection-icon {
    background: transparent url(../Images/sprite.icons.png) no-repeat center -100px;
    margin-top: 40px;
    padding-top: 70px;
}
.subsection-icon-granularity {
    padding-top: 65px;
}
.subsection-icon-burden {
    background-position: center -200px;
}
.subsection-icon-remote {
    background-position: center -300px;
    padding-top: 75px;
}
.subsection-icon-bulb {
    background-position: center -400px;
    padding-top: 65px;
}
.subsection-icon-segments {
    background-position: center -500px;
    padding-top: 80px;
}
.subsection-icon-populations {
    background-position: center -600px;
    padding-top: 65px;
}
.subsection-icon-sample {
    background-position: center -700px;
    padding-top: 40px;
}
.subsection-icon-scalability {
    background-position: center -927px;
    padding-top: 65px;
}
.subsection-icon-accuracy {
    background-position: center -1030px;
    padding-top: 75px;
}
.subsection-icon-behaviour {
    background-position: center -1155px;
    padding-top: 70px;
}
.subsection-icon-optimisation {
    background-position: center -1290px;
    padding-top: 70px;
}
.section {
    top: 100px;
/*    display: none;*/
    left: 108px;
/*    opacity: 0;*/
    padding-bottom: 250px;
    position: absolute;
    z-index: 20;
}
.no-js .section {
    display: block;
    opacity: 1;
    padding-bottom: 100px;
    position: static;
}


.content-panel2 {
    background: transparent url("../Images/bg.contentPanel.top.png") no-repeat scroll center top / 503px auto;
    padding-top: 145px;
    width: 499px;
}
.content-panel-right2 {
    margin-left: 121px;
}
.content-panel-left2 {
    margin: -130px 0 0 -140px;
}
.content-panel-left2+.content-panel-right2 {
    margin-top: -127px;
}
.content-panel-wrapper2 {
    background: transparent url("../Images/bg.contentPanel.bottom.png") no-repeat scroll 0 bottom / 504px auto;
    padding-bottom: 145px;
}
.content-panel3 {
    margin-left: -1% !important;
}

#panel-recursosfinancieros{
    margin-left: 200px;
}
.content-panel {
     background: transparent url("../Images/bg.contentPanel.top.png") no-repeat scroll center top / 818px auto;
    padding-top: 236px;
    width: 800px;
}
.content-panel3 {
     background: transparent url("../Images/bg.contentPanel.top.png") no-repeat scroll center top / 1051px auto;
    padding-top: 302px;
    width: 1051px;
}
.content-panel-right {
    margin-left: 131px;
}
.content-panel-left {
    margin: -144px 0 0 -137px;
}
.content-panel-left+.content-panel-right {
    margin-top: -144px;
}
.content-panel-wrapper {
   background: transparent url("../Images/bg.contentPanel.bottom.png") no-repeat scroll 0 bottom / 803px auto;
    padding-bottom: 232px;
}
.content-panel-wrapper3 {
   background: transparent url("../Images/bg.contentPanel.bottom.png") no-repeat scroll 0 bottom / 1052px auto;
    padding-bottom: 303px;
}
.content-panel-moved-up {
    background: #fff;
    border: 1px solid #fff;
    padding: 0 59px;
}
.content-panel-step {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.content-panel-step-relative {
    position: relative;
}
.content-panel-step-moved-up {
    margin-top: -33px;
}
.ie7 .content-panel-step-moved-up {
    position: relative;
}
.content-panel-step-moved-upper {
    background: transparent;
    margin-top: -70px;
}
.ie7 .content-panel-step-moved-upper {
    position: relative;
}
.content-panel-step-min-300 {
    min-height: 300px;
}
.content-panel-step-min-310 {
    min-height: 310px;
}
.content-panel-fixed-height {
    background-color: #fff;
    height: 310px;
    padding-bottom: 4px;
}
.content-panel-top-padding {
    height: 270px;
    padding-top: 40px;
}
.content-panel-step+.content-panel-step {
/*    border-top: 1px solid #ccc;*/
    margin-top: 0px;
    padding-top: 1px;
}
.content-panel-step>* {
    opacity: 1;
}
.no-js .content-panel-step>* {
    opacity: 1;
}
.padding-sides {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-sides-more {
    padding-left: 50px;
    padding-right: 50px;
}
.content-panel-step p:last-child {
    margin: 0;
    padding: 0;
}
.content-panel--multiview-delivers {
    font-size: 1.6em;
}
.debug {
    display: block;
    opacity: 1;
    top: 0;
}
.figure {
    margin: 30px auto 25px;
}
.figure-insight {
    margin-top: 0;
}
.insight-deco--travel {
    margin-bottom: 15px;
}
.multi-figures {
    margin: 0 auto;
}
.multi-figures:first-child() {
    margin-top: 30px;
}
.casino-wrapper {
    background: #fff url(../Images/bg.roulette.png) no-repeat center 0;
    display: block;
    height: 86px;
    margin: 0 auto 30px;
    padding: 20px 0 0;
    width: 92px;
}
.casino-wrapper-item {
    background: transparent url(../Images/bg.casino.png) no-repeat center 0;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 90px;
}
.casino-wrapper-muliple {
    border-bottom: 1px solid #c6c8ca;
    border-top: 1px solid #c6c8ca;
    height: 71px;
    margin: 0 auto;
    padding: 0;
    width: 335px;
}
.casino-wrapper-muliple li {
    background: #fff url(../Images/sprite.roulette.small.1.png) no-repeat center 0;
    border-right: 1px solid #c6c8ca;
    float: left;
    height: 71px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 66px;
}
.casino-wrapper-muliple li:nth-child(2) {
    background-image: url(../Images/sprite.roulette.small.2.png);
}
.casino-wrapper-muliple li:nth-child(3) {
    background-image: url(../Images/sprite.roulette.small.3.png);
}
.casino-wrapper-muliple li:nth-child(4) {
    background-image: url(../Images/sprite.roulette.small.4.png);
}
.casino-wrapper-muliple li:nth-child(5) {
    background-image: url(../Images/sprite.roulette.small.5.png);
}
.casino-wrapper-muliple li:last-child {
    border-right: none;
}
#video {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 0;
}
#panel-protecting h1 {
    margin-bottom: 40px;
}
#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}
#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
}
#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}
#supersized a {
    width: 100%;
    height: 100%;
    display: block;
}
#supersized li.prevslide {
    z-index: -20;
}
#supersized li.activeslide {
    z-index: -10;
}
#supersized li.image-loading {
    width: 100%;
    height: 100%;
}
#supersized li.image-loading img {
    visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
    display: inline;
}