/* Fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/ubuntu/Ubuntu-Regular.eot?") format("eot"),
    url("../fonts/ubuntu/Ubuntu-Regular.woff") format("woff"),
    url("../fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype"),
    url("../fonts/ubuntu/Ubuntu-Regular.svg#Ubuntu") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu Bold";
    src: url("../fonts/ubuntu-bold/Ubuntu-Bold.eot?") format("eot"),
    url("../fonts/ubuntu-bold/Ubuntu-Bold.woff") format("woff"),
    url("../fonts/ubuntu-bold/Ubuntu-Bold.ttf") format("truetype"),
    url("../fonts/ubuntu-bold/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu Medium";
    src: url("../fonts/ubuntu-medium/Ubuntu-Medium.eot?") format("eot"),
    url("../fonts/ubuntu-medium/Ubuntu-Medium.woff") format("woff"),
    url("../fonts/ubuntu-medium/Ubuntu-Medium.ttf") format("truetype"),
    url("../fonts/ubuntu-medium/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu Light";
    src: url("../fonts/ubuntu-light/Ubuntu-Light.eot?") format("eot"),
    url("../fonts/ubuntu-light/Ubuntu-Light.woff") format("woff"),
    url("../fonts/ubuntu-light/Ubuntu-Light.ttf") format("truetype"),
    url("../fonts/ubuntu-light/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

html, body {
    font: 13px/1.5 Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #333;
    max-width: 100%;
}

pre,
code {
    font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
    list-style: none;
}

ul {
    list-style: none;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/

.button {
    height: 51px;
    background: #fff;
    line-height: 51px;
    padding: 0 60px;
    color: #745E30;
    border-radius: 26px;
    font-family: "Ubuntu Bold";
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;

    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;

    display: inline-block;

    white-space: nowrap;
}

.button:hover {
    background-color: #cccccc;
}

.button-block {
    display: block;
    margin-top: 45px;
    float: left;
}

.button-block-center {
    display: block;
    margin-top: 45px;
    float: left;
    position: relative;
    left: 50%;

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.button-block-right {
    display: block;
    float: right;
    margin-top: 45px;
}

.button-fotos {
    width: 95px;
    height: 120px;
    background: url("../img/bg_scroll.png") no-repeat scroll 0 0 transparent;
    overflow: hidden;
    padding: 0;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.button-fotos {
    background-color: transparent !important;
}

.button-fotos::after {
    bottom: -15px;
    color: #fff;
    content: "Ver imágenes";
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.icon-album {
    background: url("../img/ic_album.2.gif") no-repeat scroll 0 0 transparent;
    height: 55px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 79px;
}

/* Loader
----------------------------------------------------------------------------------------------------*/

#site-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
}

#loaderCanvas {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -200px;
    z-index: 2;
}

.loader-bg {
    position: absolute;
    z-index: 1;
    background: #866D37;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;

    /*-moz-transform: skew(-13deg);*/
    /*-webkit-transform: skew(-13deg);*/
    /*-ms-transform: skew(-13deg);*/
    /*-o-transform: skew(-13deg);*/
    /*transform: skew(-13deg);*/
}

#site-loader-pct {
    color: #fff;
    font-family: "Ubuntu bold", arial;
    font-size: 12px;
    height: 0;
    left: 50%;
    line-height: 50px;
    margin-left: -100px;
    margin-top: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;

}

#site-loader-pct:before {
    content: "Cargando...";
    display: block;
    font-family: ubuntu;
    font-size: 12px;
    line-height: 16px;
}

/*#site-loader-pct:after {*/
/*content: "%";*/
/*}*/

.loader-message-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: 60px;
    z-index: 100;
    overflow: hidden;
}

.loader-message {
    font-size: 17px;
    font-weight: bold;
    font-family: "Ubuntu Bold", Arial, sans-serif;
    color: #fff;

    position: relative;
    padding-left: 40px;

    width: auto;

    left: -100%;

    -moz-transition: left .5s ease-in-out 1s;
    -webkit-transition: left .5s ease-in-out 1s;
    -o-transition: left .5s ease-in-out 1s;
    -ms-transition: left .5s ease-in-out 1s;
    transition: left .5s ease-in-out 1s;
}

.show .loader-message {
    left: 0;
}

.loader-title-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 60px;
    z-index: 100;
    overflow: hidden;

    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loader-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    font-family: "Ubuntu Bold", Arial, sans-serif;
    color: #fff;
    line-height: 1em;
    text-align: right;
    display: block;

    position: relative;
    padding-right: 40px;

    width: auto;

    right: -100%;

    -moz-transition: right .5s ease-in-out .5s;
    -webkit-transition: right .5s ease-in-out .5s;
    -o-transition: right .5s ease-in-out .5s;
    -ms-transition: right .5s ease-in-out .5s;
    transition: right .5s ease-in-out .5s;
}

.show .loader-title {
    right: 0;
}

/* Fixed objects
----------------------------------------------------------------------------------------------------*/

#fixed-top {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 5002;
}

#logo {
    position: absolute;
    left: 40px;
    top: 0;
    width: 95px;
    height: 95px;
}

#logo > img {
    width: 95px;
    height: 95px;
}

#featured-estancia-modelo {
    background: url("../img/estancia-modelo.png") no-repeat scroll 0 0 transparent;
    width: 63px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 165px;
    cursor: pointer;
}

#ic-menu {
    background: url("../img/ic_menu.png") no-repeat scroll 0 0 transparent;
    width: 26px;
    height: 23px;
    z-index: 5004;
    position: absolute;
    right: 50px;
    top: 43px;
    cursor: pointer;
}

#menu {
    text-align: right;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 5003;
    display: none;
}

#menu.show {
    display: block;
}

html.csstransitions.csstransforms #menu {
    display: block;

    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

    -moz-transition: -moz-transform .5s ease-in-out .5s;
    -webkit-transition: -webkit-transform .5s ease-in-out .5s;
    -o-transition: -o-transform .5s ease-in-out .5s;
    -ms-transition: -ms-transform .5s ease-in-out .5s;
    transition: transform .5s ease-in-out .5s;
}

html.csstransitions.csstransforms #menu.show {

    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -moz-transition: -moz-transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

html.csstransitions.csstransforms .menu-slider {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);

    -moz-transition: -moz-transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

html.csstransitions.csstransforms #menu.show .menu-slider {

    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -moz-transition: -moz-transform .5s ease-in-out .5s;
    -webkit-transition: -webkit-transform .5s ease-in-out .5s;
    -o-transition: -o-transform .5s ease-in-out .5s;
    -ms-transition: -ms-transform .5s ease-in-out .5s;
    transition: transform .5s ease-in-out .5s;
}

.menu-bg {
    background: #B18F49;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.menu-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    right: 50px;
    overflow: hidden;
    height: 400px;
}

.menu-slider {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
}

.menu-item {
    font-size: 12px;
    color: #EAE2D1;
    text-decoration: none;
    padding: 0;
    display: block;
    margin-bottom: 8px;

    text-transform: uppercase;

    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.menu-item:hover {
    color: #fff;
}

.menu-item.active {
    color: #fff;
    font-weight: bold;
}

/* Normal bullets */
.bullets {
    position: absolute;
    right: 25px;
    top: 50%;
    height: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5000;
}

.bullets > li {
    display: block;
    width: 19px;
    height: 19px;
    border: 2px solid transparent;
    margin: 0 0 2px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    position: relative;

    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;

    cursor: pointer;
}

.bullets > li > span {
    width: 13px;
    height: 13px;
    background: #fff;
    display: block;
    top: 3px;
    left: 3px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    -moz-transition: opacity .5s ease-in-out, -moz-opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, -ms-filter .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.bullets > li.active {
    border-color: #fff;
}

.bullets > li.active > span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bullets-shaddow {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    bottom: 0;
    z-index: 150;
    background: url("../img/layout/bullets_bg.png") repeat-y scroll 0 top transparent;
    width: 480px;
}

.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 140;
    background: #000;
    display: none;
}

/* Bullets style timeline vertical */

.bullets-timeline {
    right: 35px;
}

.bullets-timeline:before {
    content: "";
    position: absolute;
    width: 1px;
    height: auto;
    top: 10px;
    bottom: -1000px;
    left: 50%;
    background: #ccc;
}

.bullets-timeline > li {
    display: block;
    width: 7px;
    height: 7px;
    border: none;
    margin: 0 0 8px;
    background: #ccc;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    position: relative;

    left: 4px;

}

.bullets-timeline > li.bullet-invisible {
    display: none;
}

.bullets-timeline > li.bullet-invisible + li {
    margin-top: 0;
}

.bullets-timeline > li > span {
    width: 9px;
    height: 9px;
    background: transparent;
    display: block;
    top: -2px;
    left: -2px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    border: 1px solid transparent;

    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
}

.bullets-timeline > li.active {
    background: #fff;
}

.bullets-timeline > li.active > span {
    border-color: #fff;
    color: #fff;
}

.bullets-timeline > li.bullet-title {
    display: block;
    width: 13px;
    height: 13px;
    border: none;
    margin: 22px 0 22px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    position: relative;

    left: 1px;
}

.bullets-timeline > li.bullet-title > span {
    width: 19px;
    height: 19px;
    background: transparent;
    border: 2px solid transparent;
    display: block;
    top: -5px;
    left: -5px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
}

.bullets-timeline > li.bullet-title.active {
    background: #fff;
}

.bullets-timeline > li.bullet-title.active > span {
    background: transparent;
    border-color: #fff;
}

.bullet-title > .bullet-title-text {
    color: #ccc;
    position: absolute;
    left: auto;
    right: 30px;
    width: auto;
    top: 50%;
    font-family: Arial;
    font-weight: normal;
    line-height: 16px;
    font-size: 14px;
    text-align: right;

    white-space: nowrap;

    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bullets-timeline > li.bullet-title.active > .bullet-title-text {
    color: #fff;
}

/* Bullets style timeline horizontal */

.bullets-timeline-bottom {
    right: auto;
    bottom: 100px;
    top: auto;
    height: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5000;

    white-space: nowrap;
}

.bullets-timeline-bottom::before {
    content: "";
    background: #8f8f8f;
    display: block;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    right: -5000px;
}

.bullets-timeline-bottom > li {
    display: block;
    width: 7px;
    height: 7px;
    border: none;
    margin: 0;
    background: #8F8F8F;

    display: inline-block;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    position: relative;

    left: 0;
    top: -3px;

    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.bullets-timeline-bottom > li.active {
    background: #fff;
}

.bullets-timeline-bottom > li + li {
    margin-left: 120px;
}

.bullets-timeline-bottom > li + li.bullet-half-space {
    margin-left: 60px;
}

.bullets-timeline-bottom > li + li.bullet-small-space {
    margin-left: 25px;
}

.bullets-timeline-bottom > li.bullet-invisible {
    display: none;
}

.bullets-timeline-bottom > li.bullet-invisible + li {
    margin-left: 0;
}

.bullets-timeline-bottom > li > span {
    width: 9px;
    height: 9px;
    background: transparent;
    display: block;
    top: -2px;
    left: -2px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    border: 1px solid transparent;

    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
}

.bullets-timeline-bottom > li.active > span {
    border-color: #fff;
}

.bullets-timeline-bottom > li.bullet-title {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: none;
    margin: 0;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    position: relative;
    left: 0;
    top: 0;
}

.bullets-timeline-bottom > li + li.bullet-title {
    margin-left: 120px;
}

.bullets-timeline-bottom > li.bullet-half-space + li.bullet-title {
    margin-left: 60px;
}

.bullets-timeline-bottom > li.bullet-small-space + li.bullet-title {
    margin-left: 30px;
}

.bullets-timeline-bottom > li.bullet-invisible + li.bullet-title {
    margin-left: 0;
}

.bullets-timeline-bottom > li.bullet-title > span {
    width: 19px;
    height: 19px;
    background: transparent;
    border: 2px solid transparent;
    display: block;
    top: -5px;
    left: -5px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -moz-transition: border-color .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out;
    -ms-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
}

.bullets-timeline-bottom > li.bullet-title.active {
    background: #fff;
}

.bullets-timeline-bottom > li.bullet-title.active > span {
    background: transparent;
    border-color: #fff;
}

.bullets-timeline-bottom .bullet-title > .bullet-title-text {
    color: #8F8F8F;
    position: absolute;
    left: 50%;
    right: auto;
    width: auto;
    top: 40px;
    font-family: Arial;
    font-weight: normal;
    line-height: 17px;
    font-size: 15px;
    text-align: center;

    white-space: nowrap;

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bullets-timeline-bottom .bullet-title.active > .bullet-title-text {
    color: #fff;
}

.bullets-timeline-bottom .bullet-title > .bullet-year {
    color: #8F8F8F;
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: auto;
    top: auto;
    font-family: "Ubuntu", Arial;
    font-weight: normal;
    line-height: 17px;
    font-size: 15px;
    text-align: right;
    letter-spacing: -0.01em;

    white-space: nowrap;

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    display: none;
}

.bullets-timeline-bottom .bullet-title.active > .bullet-year {
    color: #fff;
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
}

/* History pictures */

.history-pictures {
    width: 566px;
    height: 444px;
    position: absolute;
    left: 50%;
    top: 35%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    overflow: visible;
    display: none;

    z-index: 280;
}

.history-pictures > div > img {
    position: absolute;
    top: 0;
    left: 0;

    -moz-transition: opacity 1s ease-in-out, -moz-opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out, -ms-filter 1s ease-in-out;
    transition: opacity 1s ease-in-out;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.history-pictures > div > .normal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.history-pictures > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 566px;
    height: 444px;

    display: none;

    -moz-transition: -moz-transform 1s ease-in-out, opacity 1s ease-in-out, -moz-opacity 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out, opacity 1s ease-in-out, -ms-filter 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.history-pictures > .before-prev {
    display: block;
    z-index: 3;

    -moz-transform: scale(1.5, 1.5) translate3d(1000px, 0, 0);
    -webkit-transform: scale(1.5, 1.5) translate3d(1000px, 0, 0);
    -ms-transform: scale(1.5, 1.5) translate3d(1000px, 0, 0);
    -o-transform: scale(1.5, 1.5) translate3d(1000px, 0, 0);
    transform: scale(1.5, 1.5) translate3d(1000px, 0, 0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;

}

.history-pictures > .prev {
    display: block;
    z-index: 3;

    -moz-transform: scale(1.184, 1.184) translate3d(700px, 0, 0);
    -webkit-transform: scale(1.184, 1.184) translate3d(700px, 0, 0);
    -ms-transform: scale(1.184, 1.184) translate3d(700px, 0, 0);
    -o-transform: scale(1.184, 1.184) translate3d(700px, 0, 0);
    transform: scale(1.184, 1.184) translate3d(700px, 0, 0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.history-pictures > .active {
    display: block;
    z-index: 2;

    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
}

.history-pictures > .active > .normal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.history-pictures > .active > .effect {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.history-pictures > .next {
    display: block;
    z-index: 1;

    -moz-transform: scale(0.541, 0.541) translate3d(-1100px, 100px, 0);
    -webkit-transform: scale(0.541, 0.541) translate3d(-1100px, 100px, 0);
    -ms-transform: scale(0.541, 0.541) translate3d(-1100px, 100px, 0);
    -o-transform: scale(0.541, 0.541) translate3d(-1100px, 100px, 0);
    transform: scale(0.541, 0.541) translate3d(-1100px, 100px, 0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.history-pictures > .after-next {
    display: block;
    z-index: 1;

    -moz-transform: scale(0.341, 0.341) translate3d(-2000px, 100px, 0);
    -webkit-transform: scale(0.341, 0.341) translate3d(-1800px, 100px, 0);
    -ms-transform: scale(0.341, 0.341) translate3d(-2000px, 100px, 0);
    -o-transform: scale(0.341, 0.341) translate3d(-2000px, 100px, 0);
    transform: scale(0.341, 0.341) translate3d(-2000px, 100px, 0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* Stage
----------------------------------------------------------------------------------------------------*/

#stage,
.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.scene-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: none;

    z-index: 1;
}

.scenes {
    display: none;
}

.object {
    z-index: 1;
    position: absolute;

    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    zoom: 1;
}

.shared-objects {
    position: absolute;
    top: 185px;
    left: 50%;
    width: 2px;
    overflow: visible;

    z-index: 150;
    top: 185px;
    bottom: 0;
    height: auto;
}

/* Scroll help */

.scroll-help {
    width: 95px;
    height: 95px;
    background: url("../img/bg_scroll.png") no-repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 5001;

    bottom: 100px;
    left: 50%;
    margin-left: -47px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -moz-transition: opacity .5s ease-in-out, -moz-opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, -ms-filter .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.scroll-help > img {
    margin-top: 22px;
}

.scene-0 .scroll-help {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -moz-transition: opacity .5s ease-in-out 2.5s, -moz-opacity .5s ease-in-out 2.5s;
    -webkit-transition: opacity .5s ease-in-out 2.5s;
    -o-transition: opacity .5s ease-in-out 2.5s;
    -ms-transition: opacity .5s ease-in-out 2.5s, -ms-filter .5s ease-in-out 2.5s;
    transition: opacity .5s ease-in-out 2.5s;
}

/* Slide */

.scene-slide {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -540px;
    z-index: 149;
    height: 1080px;
    overflow: visible;
}

.scene-slide-bg-mask {
    background: #333;
    position: absolute;
    width: 1920px;
    height: 1080px;
    overflow: hidden;

    padding-right: 235px;

    z-index: 1;

    top: 0;
    left: 50%;

    transform: skew(-12.275deg, 0deg) translateX(-50%);
    -webkit-transform: skew(-12.275deg, 0deg) translateX(-50%);
    -moz-transform: skew(-12.275deg, 0deg) translateX(-50%);
    -o-transform: skew(-12.275deg, 0deg) translateX(-50%);
    -ms-transform: skew(-12.275deg, 0deg) translateX(-50%);
}

.scene-slide-bg-mask > img {
    position: absolute;
    top: 0;
    left: -116px;

    transform: skew(12.275deg, 0deg);
    -webkit-transform: skew(12.275deg, 0deg);
    -moz-transform: skew(12.275deg, 0deg);
    -o-transform: skew(12.275deg, 0deg);
    -ms-transform: skew(12.275deg, 0deg);

    -moz-transition: -moz-transform 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.animate-up .scene-slide-bg-mask > img {
    -moz-transform: skew(12.275deg, 0deg) translateY(-100px);
    -webkit-transform: skew(12.275deg, 0deg) translateY(-100px);
    -ms-transform: skew(12.275deg, 0deg) translateY(-100px);
    -o-transform: skew(12.275deg, 0deg) translateY(-100px);
    transform: skew(12.275deg, 0deg) translateY(-100px);
}

.front-objects {
    z-index: 200;
}

.scene-object {
    z-index: 2;
    position: absolute;

    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

/* Title */

.scene-title {
    color: #fff;
    font-family: "Ubuntu Bold";
    font-size: 80px;
    font-weight: normal;
    line-height: 0.96em;
}

/* Slide transition */
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.padding-top {
    padding-top: 45px;
}

.padding-left {
    padding-left: 45px;
}

.padding-right {
    padding-right: 45px;
}

.margin-top {
    margin-top: 45px;
}

.margin-left {
    margin-left: 45px;
}

.margin-right {
    margin-right: 45px;
}

.transition-slide {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: -10px;
    padding-top: 10px;
}

.transition-wrapper {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

/* Description */

.scene-description {
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
}

.scene-description-big {
    font-family: "Ubuntu", Arial;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

/* Title marker */

.scene-title-marker {
    position: absolute;
    top: 0;
    width: 3px;
    background: #fff;
    left: 0;
    height: 0;
}

/* TESTE ANIMATION */

.animated-object {
    position: absolute;
    opacity: 0;
    -moz-animation: polvo 10s linear 0s infinite normal; /* Firefox */
    -webkit-animation: polvo 10s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: polvo 10s linear 0s infinite normal; /* Opera */
    animation: polvo 10s linear 0s infinite normal; /* CSS 3 */
}

.animated-object:nth-child(2) {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.animated-cloud {
    position: absolute;
    opacity: 0;
    -moz-animation: cloud 20s linear 0s infinite normal; /* Firefox */
    -webkit-animation: cloud 20s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: cloud 20s linear 0s infinite normal; /* Opera */
    animation: cloud 20s linear 0s infinite normal; /* CSS 3 */
}

.animated-cloud:nth-child(2) {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    animation-delay: 10s;
}

.animated-sun {
    position: absolute;
    -moz-animation: sun 20s linear 0s infinite alternate; /* Firefox */
    -webkit-animation: sun 20s linear 0s infinite alternate; /* Safari and Chrome */
    -o-animation: sun 20s linear 0s infinite alternate; /* Opera */
    animation: sun 20s linear 0s infinite alternate; /* CSS 3 */
}

.animated-sun:nth-child(2) {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    animation-delay: 10s;
}

.animated-object-small {
    position: absolute;
    opacity: 0;
    -moz-animation: polvo-small 10s linear 0s infinite normal; /* Firefox */
    -webkit-animation: polvo-small 10s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: polvo-small 10s linear 0s infinite normal; /* Opera */
    animation: polvo-small 10s linear 0s infinite normal; /* CSS 3 */
}

.animated-object-small:nth-child(2) {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.blur-object {
    position: absolute;
    opacity: .5;
    -moz-animation: blur 2s linear 0s infinite normal; /* Firefox */
    -webkit-animation: blur 2s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: blur 2s linear 0s infinite normal; /* Opera */
    animation: blur 2s linear 0s infinite normal; /* CSS 3 */
}

.efeito-plataforma {
    position: absolute;
    -moz-animation: efeito-plataforma .5s linear 0s infinite normal; /* Firefox */
    -webkit-animation: efeito-plataforma .5s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: efeito-plataforma .5s linear 0s infinite normal; /* Opera */
    animation: efeito-plataforma .5s linear 0s infinite normal; /* CSS 3 */
}

.efeito-plataforma-media {
    position: absolute;
    -moz-animation: efeito-plataforma-media .5s linear 0s infinite normal; /* Firefox */
    -webkit-animation: efeito-plataforma-media .5s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: efeito-plataforma-media .5s linear 0s infinite normal; /* Opera */
    animation: efeito-plataforma-media .5s linear 0s infinite normal; /* CSS 3 */
}

.efeito-plataforma-pequena {
    position: absolute;
    -moz-animation: efeito-plataforma-pequena .5s linear 0s infinite normal; /* Firefox */
    -webkit-animation: efeito-plataforma-pequena .5s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: efeito-plataforma-pequena .5s linear 0s infinite normal; /* Opera */
    animation: efeito-plataforma-pequena .5s linear 0s infinite normal; /* CSS 3 */
}

.efeito-plataforma-media:nth-child(2),
.efeito-plataforma-pequena:nth-child(2),
.efeito-plataforma:nth-child(2) {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.efeito-caindo {
    position: absolute;
    -moz-animation: efeito-caindo 1s linear 0s infinite normal; /* Firefox */
    -webkit-animation: efeito-caindo 1s linear 0s infinite normal; /* Safari and Chrome */
    -o-animation: efeito-caindo 1s linear 0s infinite normal; /* Opera */
    animation: efeito-caindo 1s linear 0s infinite normal; /* CSS 3 */

}

.efeito-caindo:nth-child(2) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.luz-vela {
    position: absolute;
    opacity: 0;
    z-index: 1;
    -moz-animation: luz-vela 2s linear 0s infinite alternate; /* Firefox */
    -webkit-animation: luz-vela 2s linear 0s infinite alternate; /* Safari and Chrome */
    -o-animation: luz-vela 2s linear 0s infinite alternate; /* Opera */
    animation: luz-vela 2s linear 0s infinite alternate; /* CSS 3 */
}

.disable-animations .animated-object,
.disable-animations .luz-vela,
.disable-animations .blur-object {
    -moz-animation: none !important; /* Firefox */
    -webkit-animation: none !important; /* Safari and Chrome */
    -o-animation: none !important; /* Opera */
    animation: none !important; /* CSS 3 */
}

/* Animations keyframes */

@-webkit-keyframes polvo {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(200px, 0, 0);
        opacity: 0;
    }

}

@-moz-keyframes polvo {

    0% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate3d(200px, 0, 0);
        opacity: 0;
    }

}

@-o-keyframes polvo {

    0% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -o-transform: translate3d(200px, 0, 0);
        opacity: 0;
    }

}

@keyframes polvo {

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translate3d(200px, 0, 0);
        opacity: 0;
    }

}

/* Cloud */

@-webkit-keyframes cloud {

    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(300px, 0, 0);
        opacity: 0;
    }

}

@-moz-keyframes cloud {

    0% {
        -moz-transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate3d(300px, 0, 0);
        opacity: 0;
    }

}

@-o-keyframes cloud {

    0% {
        -o-transform: translate3d(-100, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -o-transform: translate3d(300px, 0, 0);
        opacity: 0;
    }

}

@keyframes cloud {

    0% {
        transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translate3d(300px, 0, 0);
        opacity: 0;
    }

}

/* Sun */

@-moz-keyframes sun {

    0% {
        -moz-transform: rotate(-8deg);
        -moz-transform-origin: 10% 10%;
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(8deg);
        -moz-transform-origin: 10% 10%;
        opacity: 1;
    }

}

/* Dust small */

@-webkit-keyframes polvo-small {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(50px, 0, 0);
        opacity: 0;
    }

}

@-moz-keyframes polvo-small {

    0% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate3d(50px, 0, 0);
        opacity: 0;
    }

}

@-o-keyframes polvo-small {

    0% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -o-transform: translate3d(50px, 0, 0);
        opacity: 0;
    }

}

@keyframes polvo-small {

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform: translate3d(50px, 0, 0);
        opacity: 0;
    }

}

/* Luz da vela */

@-webkit-keyframes luz-vela {

    0% {
        -webkit-transform: scale(1, 1);
        opacity: .8;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 1;
    }

}

@-moz-keyframes luz-vela {

    0% {
        -moz-transform: scale(1, 1);
        opacity: .8;
    }

    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 1;
    }

}

@-o-keyframes luz-vela {

    0% {
        -o-transform: scale(1, 1);
        opacity: .8;
    }

    100% {
        -o-transform: scale(1.2, 1.2);
        opacity: 1;
    }

}

@keyframes luz-vela {

    0% {
        transform: scale(1, 1);
        opacity: .8;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

}

/* Efeito plataforma*/

@-webkit-keyframes efeito-plataforma {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        -webkit-transform: translate3d(0, 75px, 0);
        opacity: 0;
    }

}

@-moz-keyframes efeito-plataforma {

    0% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        -moz-transform: translate3d(0, 75px, 0);
        opacity: 0;
    }

}

@-o-keyframes efeito-plataforma {

    0% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        -o-transform: translate3d(0, 75px, 0);
        opacity: 0;
    }

}

@keyframes efeito-plataforma {

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        transform: translate3d(0, 75px, 0);
        opacity: 0;
    }

}

/* Efeito plataforma media */

@-webkit-keyframes efeito-plataforma-media {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 0;
    }

}

@-moz-keyframes efeito-plataforma-media {

    0% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        -moz-transform: translate3d(0, 25px, 0);
        opacity: 0;
    }

}

@-o-keyframes efeito-plataforma-media {

    0% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        -o-transform: translate3d(0, 25px, 0);
        opacity: 0;
    }

}

@keyframes efeito-plataforma-media {

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        transform: translate3d(0, 25px, 0);
        opacity: 0;
    }

}

/* Efeito plataforma pequena */

@-webkit-keyframes efeito-plataforma-pequena {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        -webkit-transform: translate3d(0, 18px, 0);
        opacity: 0;
    }

}

@-moz-keyframes efeito-plataforma-pequena {

    0% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        -moz-transform: translate3d(0, 18px, 0);
        opacity: 0;
    }

}

@-o-keyframes efeito-plataforma-pequena {

    0% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        -o-transform: translate3d(0, 18px, 0);
        opacity: 0;
    }

}

@keyframes efeito-plataforma-pequena {

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    40% {
        opacity: .8;
    }

    100% {
        transform: translate3d(0, 18px, 0);
        opacity: 0;
    }

}

/* Efeito caindo */

@-webkit-keyframes efeito-caindo {

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: .8;
    }

    80% {
        opacity: .8;
    }

    100% {
        -webkit-transform: translate3d(10px, 64px, 0);
        opacity: 0;
    }

}

@-moz-keyframes efeito-caindo {

    0% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: .8;
    }

    80% {
        opacity: .8;
    }

    100% {
        -moz-transform: translate3d(10px, 64px, 0);
        opacity: 0;
    }

}

@-o-keyframes efeito-caindo {

    0% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: .8;
    }

    80% {
        opacity: .8;
    }

    100% {
        -o-transform: translate3d(10px, 64px, 0);
        opacity: 0;
    }

}

@keyframes efeito-caindo {

    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    30% {
        opacity: .8;
    }

    80% {
        opacity: .8;
    }

    100% {
        transform: translate3d(10px, 64px, 0);
        opacity: 0;
    }

}

/* Historia curiosidades */

#historia-curiosidades {
    background: url("../img/objetos/agricultura/paraguay/curiosidades.3.png") no-repeat scroll top center transparent;
    width: 939px;
    height: 608px;
    display: block;
    position: relative;
}

/* Contacto */
.contacto-form {
    width: 614px;
    color: #fff;
}

.contacto-form p {
    font-family: Arial;
    font-size: 17px;
    line-height: 22px;
    white-space: nowrap;
    margin-bottom: 50px;
}

.contacto-form .text {
    width: 441px;
    height: 51px;
    line-height: 51px;
    padding: 0;
    text-indent: 30px;
    color: #997A3F;
    font-family: Arial;
    font-size: 17px;

    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;

    border: none;
    background: #fff;
    margin-bottom: 14px;

    display: block;
    float: right;

    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.contacto-form .text:focus,
.contacto-form .text:active {
    background: #eee;
}

.contacto-form .text.error {
    border: 1px solid red;
}

.contacto-form label.error {
    display: none !important;
}

.contacto-form .form-telefono {
    float: right;
    width: 213px;
    margin-right: 14px;
}

.contacto-form .form-email {
    float: right;
    width: 213px;
}

.contacto-form .form-mensaje {
    width: 441px;
    padding: 30px;
    height: 140px;
    line-height: 1em;
    text-indent: 0;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contacto-submit {
    border: none;
    background: #997B3F;
    color: #fff;
    cursor: pointer;
}

.contacto-submit:hover {
    background: #7D6533;
}

#contacto-info {
    width: 690px;
}

#info-telefono {
    color: #26FFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 10px;
}

#info-email {
    color: #26FFFF;
    font-family: Arial;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 20px;
}

#info-direccion {
    color: #fff;
    font-family: Arial;
    font-size: 19px;
    line-height: 1em;
    margin-bottom: 40px;
}

#info-ver-mapa {
    color: #fff;
    text-decoration: underline;
    font-family: Arial;
    font-size: 16px;
}

#info-ver-mapa:before {
    content: "";
    background: url("../img/ic_contacto.png") no-repeat scroll 0 0;
    width: 46px;
    height: 46px;
    margin-right: 20px;
    display: block;
    float: left;
    position: relative;
    top: -8px;
}

#subtitle-marker {
    height: 53px;
    width: 3px;
    background: #fff;
    display: block;
}

#info-visita {
    width: 620px;
    display: block;
    color: #fff;
}

#info-visita > h2 {
    color: #fff;
    font-family: "Ubuntu Bold";
    font-size: 50px;
    font-weight: normal;
    line-height: 0.96em;
    white-space: nowrap;
    margin-bottom: 25px;
}

#info-visita > p {
    font-family: Arial;
    color: #fff;
    font-size: 19px;
    margin-bottom: 25px;
    line-height: 1.1em;
}

#info-visita > p.bold {
    font-weight: bold;
}

/* Responsive adjusts */

@media screen and (max-width: 1499px) {

    .scroll-help {
        bottom: 60px;
    }

    .show-1499 {
        display: block;
    }

    .hide-1499 {
        display: none;
    }

    #logo {
        left: 30px;
    }

    /* Title */
    .scene-title {
        color: #fff;
        font-family: "Ubuntu Bold";
        font-size: 60px;
        font-weight: normal;
        line-height: 0.96em;
    }

    .scene-description {
        font-size: 12px;
        line-height: 17px;
    }

    .button {
        font-size: 12px;
        line-height: 48px;
        height: 48px;
    }

    .button-fotos {
        width: 95px;
        height: 95px;
        overflow: hidden;
        padding: 0;

        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    /* Slide transition */
    .text-right {
        text-align: right;
    }

    .padding-top {
        padding-top: 35px;
    }

    .padding-left {
        padding-left: 35px;
    }

    .padding-right {
        padding-right: 35px;
    }

    .margin-top {
        margin-top: 35px;
    }

    .margin-left {
        margin-left: 35px;
    }

    .margin-right {
        margin-right: 35px;
    }

    /* Bullets timeline */
    .bullets-timeline {
        margin-top: 20px;
    }

    .bullets-timeline > li {
        margin-bottom: 12px;
    }

    .bullets-timeline > li.bullet-title {
        margin: 15px 0;
    }

    .bullets-timeline > li.bullet-title > span {
        left: -5px;
        top: -5px;
        width: 19px;
        height: 19px;
    }

    .bullet-title > .bullet-title-text {
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
        line-height: 15px;
        right: 30px;
        text-align: right;
    }

    /* Description */
    .scene-description-big {
        font-family: "Ubuntu", Arial;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2em;
    }

    /* Bullets style timeline horizontal */
    .bullets-timeline-bottom {
        bottom: 80px;
    }

    .bullets-timeline-bottom > li + li {
        margin-left: 80px;
    }

    .bullets-timeline-bottom > li + li.bullet-half-space {
        margin-left: 40px;
    }

    .bullets-timeline-bottom > li.bullet-invisible + li {
        margin-left: 0;
    }

    .bullets-timeline-bottom > li + li.bullet-title {
        margin-left: 80px;
    }

    .bullets-timeline-bottom > li.bullet-half-space + li.bullet-title {
        margin-left: 40px;
    }

    .bullets-timeline-bottom > li.bullet-invisible + li.bullet-title {
        margin-left: 0;
    }

    .bullets-timeline-bottom > li.bullet-title > span {
        width: 23px;
        height: 23px;
        background: transparent;
        border: 2px solid transparent;
        display: block;
        top: -7px;
        left: -7px;
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;

        -moz-transition: border-color .5s ease-in-out;
        -webkit-transition: border-color .5s ease-in-out;
        -o-transition: border-color .5s ease-in-out;
        -ms-transition: border-color .5s ease-in-out;
        transition: border-color .5s ease-in-out;
    }

    .bullets-timeline-bottom .bullet-title > .bullet-title-text {
        top: 30px;
        line-height: 15px;
        font-size: 13px;
    }

    .bullets-timeline-bottom .bullet-title > .bullet-year {
        bottom: 40px;
        line-height: 15px;
        font-size: 13px;
        display: none;
    }

    .bullets-timeline-bottom .bullet-title.active > .bullet-year {
        line-height: 20px;
        font-size: 20px;
    }

    /* Historia curiosidades */
    #historia-curiosidades {
        background: url("../img/objetos/agricultura/paraguay/curiosidades_small.3.png") no-repeat scroll top center transparent;
    }

    /* Contacto */
    .contacto-form {
        width: 600px;
    }

    .contacto-form p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 50px;
    }

    .contacto-form .text {
        width: 430px;
        height: 48px;
        line-height: 48px;
        text-indent: 25px;
        font-size: 14px;

        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;

        margin-bottom: 14px;

    }

    .contacto-form .form-telefono {
        width: 208px;
    }

    .contacto-form .form-email {
        width: 208px;
    }

    .contacto-form .form-mensaje {
        width: 430px;
        padding: 25px;
        height: 140px;
        line-height: 1em;
        text-indent: 0;
        margin-bottom: 30px;
    }

    /* Contact info */
    #contacto-info {
        width: 450px;
    }

    #info-telefono {
        font-size: 30px;
        margin-bottom: 5px;
    }

    #info-email {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #info-direccion {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #info-ver-mapa {
        font-size: 12px;
    }

    #info-ver-mapa:before {
        background-size: cover;
        width: 40px;
        height: 40px;
        top: -6px;
        margin-right: 15px;
    }

    #subtitle-marker {
        height: 40px;
    }

    #info-visita {
        width: 450px;
    }

    #info-visita br {
        display: none;
    }

    #info-visita > h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #info-visita > p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 940px) {
    #historia-curiosidades {
        background: url("../img/objetos/agricultura/paraguay/curiosidades_small.3.png") no-repeat scroll top center transparent;
    }

    .scroll-help {
        bottom: 60px;
    }

}

@media screen and (max-height: 750px) {
    .bullets-timeline > li {
        margin-bottom: 8px;
    }

    .bullets-timeline > li.bullet-title {
        margin: 12px 0;
    }
}

@media screen and (max-width: 1119px) {

    /* Bullets style timeline horizontal */
    .bullets-timeline-bottom {
        bottom: 60px;
    }

    .bullets-timeline-bottom > li {
        top: -1px
    }

    .bullets-timeline-bottom > li + li {
        margin-left: 30px;
    }

    .bullets-timeline-bottom > li + li.bullet-half-space {
        margin-left: 30px;
    }

    .bullets-timeline-bottom > li.bullet-invisible + li {
        margin-left: 0;
    }

    .bullets-timeline-bottom > li.bullet-title {
        width: 11px;
        height: 11px;
    }

    .bullets-timeline-bottom > li + li.bullet-title {
        margin-left: 60px;
    }

    .bullets-timeline-bottom > li.bullet-half-space + li.bullet-title {
        margin-left: 30px;
    }

    .bullets-timeline-bottom > li.bullet-invisible + li.bullet-title {
        margin-left: 0;
    }

    .bullets-timeline-bottom > li.bullet-title > span {
        width: 19px;
        height: 19px;
        top: -6px;
        left: -6px;
    }

    .bullets-timeline-bottom .bullet-title > .bullet-title-text {
        display: none;
    }

    .bullets-timeline-bottom .bullet-title > .bullet-year {
        bottom: 30px;
        line-height: 14px;
        font-size: 12px;
    }

    .bullets-timeline-bottom .bullet-title.active > .bullet-year {
        line-height: 18px;
        font-size: 18px;
    }

}

/* Animação para os objectos */

.transition-object {
    overflow: hidden;
}

.transition-object > * {
    visibility: hidden;
}

/* Elastislide Style */
.es-carousel-wrapper {
    height: 45px;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.es-carousel {
    height: 100%;
    display: block;
    padding: 0 10px;
    overflow: hidden;
}

.es-carousel ul {
    display: none;
    width: 100%;
    height: 100%;
}

.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 92px !important;

    padding: 5px 0;
    overflow: hidden;

    -moz-transform: skewX(-13deg);
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    transform: skewX(-13deg);

    -moz-transition: padding 50ms linear;
    -webkit-transition: padding 50ms linear;
    -o-transition: padding 50ms linear;
    -ms-transition: padding 50ms linear;
    transition: padding 50ms linear;
}

.es-carousel ul li a {
    display: block;
    border: none !important;

    width: 120%;
    height: 100%;
    left: -10px;
    position: relative;

    overflow: hidden;

    -webkit-touch-callout: none;

    -moz-transform: skewX(13deg);
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    -o-transform: skewX(13deg);
    transform: skewX(13deg);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    -moz-transition: opacity .5s ease-in-out, -moz-opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, -ms-filter .5s ease-in-out;
    transition: opacity .5s ease-in-out;

}

.es-carousel ul li.selected a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.es-carousel ul li.selected {
    padding: 0;
}

.es-carousel ul li a img {
    display: block;
    border: none;
    min-height: 45px;
    width: 100%;
    height: auto;
    position: relative;

    top: 50%;

    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.es-nav span {
    position: absolute;
    top: 50%;
    left: 8px;
    background: transparent url(../img/album/nav_thumbs.png) no-repeat top left;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8;
}

.es-nav span.es-nav-next {
    right: 8px;
    left: auto;
    background-position: top right;
}

.es-nav span:hover {
    opacity: 1.0;
}

/* Album wrapper*/

.rg-image-wrapper {
    position: relative;
    min-height: 20px;
}

.rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
    width: 100%;
    height: 100%;
}

.rg-image img {
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
}

.rg-image-nav a {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    background: url(../img/album/nav.png) no-repeat scroll 0 0 transparent;
    width: 52px;
    height: 102px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.6;
    outline: none;
    z-index: 5;

    -moz-transition: opacity .5s ease-in-out, -moz-opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, -ms-filter .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.rg-image-nav a.rg-image-nav-next {
    right: 0;
    left: auto;
    background-position: 100% 0;
}

.rg-image-nav a:hover {
    opacity: 0.8;
}

.rg-caption {
    text-align: right;
    margin-top: 15px;
    position: relative;
}

.rg-caption p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
}

.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../img/album/ajax-loader.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.7;
}

/* Album de fotos */

.album {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
}

.album-center {
    width: 300px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 2;
}

.album-bg {
    position: absolute;
    z-index: 1;
    background: #866D37;
    width: 0;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.album-close {
    position: absolute;
    right: -70px;
    top: 65px;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: url("../img/album/ic_close.png") no-repeat scroll center top transparent;
    opacity: 0.5;
    cursor: pointer;
    padding-top: 36px;

    -moz-transition: opacity .5s ease-in-out, -moz-opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, -ms-filter .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.album-close:hover {
    opacity: 1;
}

.album .album-title {
    display: none;
}

/* Album menu */

#album-menu {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    z-index: 10;
    display: none;
}

.album-menu-item {
    color: #fff;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.5;

    -moz-transition: opacity .5s ease-in-out, -moz-opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out, -ms-filter .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.album-menu-item.active,
.album-menu-item:hover {
    opacity: 1;
}

/* Menu información agrícola */

#info-agricola {
    position: absolute;
    bottom: 0;
    left: -400px;
    background: url("../img/bg_menu_informacion.png") no-repeat scroll 0 0;
    width: 351px;
    height: 201px;
    z-index: 5000;

    -moz-transition: left .5s ease-in-out;
    -webkit-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    -ms-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
}

.scene-0 #info-agricola {
    left: 0;
    -moz-transition: left .5s ease-in-out 1.5s;
    -webkit-transition: left .5s ease-in-out 1.5s;
    -o-transition: left .5s ease-in-out 1.5s;
    -ms-transition: left .5s ease-in-out 1.5s;
    transition: left .5s ease-in-out 1.5s;
}

#weather-current {
    display: block;
    margin: 70px auto 0;
    width: 200px;
    height: 52px;
}

#current-temp {
    color: #fff;
    float: left;
    font-size: 30px;
    height: 44px;
    line-height: 44px;
    margin-left: 2px;
    margin-top: 2px;
}

#today-min-max {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 21px;
}

.clima-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    background: url("../img/info/clima/small-icons/not_available.png") no-repeat scroll center 2px transparent;
    float: left;
    margin-left: 30px;
}

.clima-icon-chanceflurries {
    background-image: url("../img/info/clima/small-icons/chanceflurries.png");
}

.clima-icon-chancerain {
    background-image: url("../img/info/clima/small-icons/chancerain.png");
}

.clima-icon-chancesleet {
    background-image: url("../img/info/clima/small-icons/chancesleet.png");
}

.clima-icon-chancesnow {
    background-image: url("../img/info/clima/small-icons/chancesnow.png");
}

.clima-icon-chancetstorms {
    background-image: url("../img/info/clima/small-icons/chancetstorms.png");
}

.clima-icon-clear {
    background-image: url("../img/info/clima/small-icons/clear.png");
}

.clima-icon-cloudy {
    background-image: url("../img/info/clima/small-icons/cloudy.png");
}

.clima-icon-dust {
    background-image: url("../img/info/clima/small-icons/dust.png");
}

.clima-icon-flurries {
    background-image: url("../img/info/clima/small-icons/flurries.png");
}

.clima-icon-fog {
    background-image: url("../img/info/clima/small-icons/fog.png");
}

.clima-icon-haze {
    background-image: url("../img/info/clima/small-icons/haze.png");
}

.clima-icon-hazy {
    background-image: url("../img/info/clima/small-icons/hazy.png");
}

.clima-icon-icy {
    background-image: url("../img/info/clima/small-icons/icy.png");
}

.clima-icon-mist {
    background-image: url("../img/info/clima/small-icons/mist.png");
}

.clima-icon-mostlycloudy {
    background-image: url("../img/info/clima/small-icons/mostlycloudy.png");
}

.clima-icon-mostlysunny {
    background-image: url("../img/info/clima/small-icons/mostlysunny.png");
}

.clima-icon-partlycloudy {
    background-image: url("../img/info/clima/small-icons/partlycloudy.png");
}

.clima-icon-partlysunny {
    background-image: url("../img/info/clima/small-icons/partlysunny.png");
}

.clima-icon-rain {
    background-image: url("../img/info/clima/small-icons/rain.png");
}

.clima-icon-sleet {
    background-image: url("../img/info/clima/small-icons/sleet.png");
}

.clima-icon-smoke {
    background-image: url("../img/info/clima/small-icons/smoke.png");
}

.clima-icon-snow {
    background-image: url("../img/info/clima/small-icons/snow.png");
}

.clima-icon-storm {
    background-image: url("../img/info/clima/small-icons/storm.png");
}

.clima-icon-sunny {
    background-image: url("../img/info/clima/small-icons/sunny.png");
}

.clima-icon-tstorms {
    background-image: url("../img/info/clima/small-icons/tstorms.png");
}

#info-menu {
    display: block;
    text-align: center;
    margin-top: 30px;
}

#info-menu .info-menu-item {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

#info-menu .info-menu-item:hover {
    text-decoration: underline;
}

/* Estancia modelo */

#estancia-modelo-info {
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

#estancia-modelo-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#estancia-modelo-info p {
    font-size: 14px;
    margin-bottom: 20px;
}

#estancia-modelo-info p + p,
#estancia-modelo-info p + h2 {
    margin-top: 30px;
}

/* Tree */

#tree {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    z-index: 999;
    font-size: 12px;
    text-decoration: none;
}

#tree:before {
    content: "by ";
}

.menu-tree {
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    display: block;
    text-align: right;
    font-weight: bold;
    position: absolute;
    bottom: 43px;
    right: 50px;
}

.menu-tree:before {
    content: "by ";
    font-weight: normal;
}