@charset "UTF-8";
#fullBackgroundImage {
    max-height: 400px;
    overflow: hidden;
}
#fullBackgroundImage img {
    width: 100%;
}
@font-face {
    font-family: "Trajan Pro";
    src: url(../fonts/TrajanPro-Regular.eot);
    src: url(../fonts/TrajanPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/TrajanPro-Regular.woff) format("woff"), url(../fonts/TrajanPro-Regular.ttf) format("truetype"), url('../fonts/TrajanPro-Regular.svg#Trajan Pro') format("svg");
}
@font-face {
    font-family: "Century Gothic";
    src: url(../fonts/CenturyGothic-Regular.eot);
    src: url(../fonts/CenturyGothic-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/CenturyGothic-Regular.woff) format("woff"), url(../fonts/CenturyGothic-Regular.ttf) format("truetype"), url('../fonts/CenturyGothic-Regular.svg#Century Gothic') format("svg");
}
@font-face {
    font-family: Optima;
    src: url(../fonts/OptimaMedium.eot);
    src: url(../fonts/OptimaMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/OptimaMedium.woff) format("woff"), url(../fonts/OptimaMedium.ttf) format("truetype"), url(../fonts/OptimaMedium.svg#Optima) format("svg");
}
@font-face {
    font-family: "Myriad Pro";
    src: url(../fonts/MyriadPro-Regular.eot);
    src: url(../fonts/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Regular.woff) format("woff"), url(../fonts/MyriadPro-Regular.ttf) format("truetype"), url('../fonts/MyriadPro-Regular.svg#Myriad Pro') format("svg");
}
.noMargin {
    margin: 0!important;
}
.noPadding {
    padding: 0!important;
}
#content {
    background-color: #E9E7E7;
    overflow: visible;
    position: relative;
}
#content:before {
    content: "";
    z-index: 50;
    top: -3px;
    height: 10px;
    position: absolute;
    width: 100%;
    opacity: .4;
    background-image: url(../images/shadowbg2.png);
    background-repeat: no-repeat;
    background-position: center;
}
#outerContainer {
    font-family: Optima!important
}
div.lv_window .lv_spinner_wrapper+canvas {
    display: none!important;
}
.fixMargins:before {
    content: '';
    display: table;
    clear: both;
    margin-top: -1px;
    height: 0;
}
#contacto {
    background-image: url(../images/bicibg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.contactoText {
    color: #fff;
    margin-top: 60px;
    font-size: 40px;
}
#formularioContactoContainer {
    background-color: #000;
    background: rgba(0, 0, 0, .5);
    position: relative;
    min-height: 600px;
    z-index: 2;
}
#formularioContacto {
    z-index: 3;
    padding: 35px;
    position: absolute;
    top: 0;
}
#formularioContacto label {
    color: #fff;
    margin-bottom: 0;
}
#formularioContacto .inputRow {
    margin-bottom: 7px;
}
#formularioContacto .inputRow label {
    font-weight: 300;
    font-size: .8em;
}
#formularioContacto .inputRow input,
#formularioContacto .inputRow textarea {
    border: none;
    height: 30px;
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 8px;
    color: #000;
}
#formularioContacto .inputRow textarea {
    height: 200px;
}
@charset "UTF-8";
#departamentosRowContainer {
    background-color: #E9E7E7;
    background-image: url(../images/cloudbgleft.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 1px!important;
}
#departamentosRowContainer:before {
    content: "";
    top: -3px;
    height: 10px;
    position: absolute;
    width: 100%;
    opacity: .4;
    background-image: url(../images/shadowbg2.png);
    background-repeat: no-repeat;
    background-position: center;
}
#departamentosRow {
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.departamentosRowText {
    float: left;
}
.departamentosRowText p {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #3e3d3d;
    padding: 6px 10px;
    margin-bottom: 0!important;
    font-size: 1.1em;
}
.departamentosRowText:nth-child(2) {
    border-left: 1px solid grey;
}
.square {
    color: #dc901a;
}
@media all and (max-width: 586px) {
    #departamentosRow {
        margin-left: 20px;
    }
    .departamentosRowText p {
        letter-spacing: 5px;
        font-size: .8em;
    }
}
@charset "UTF-8";
.disenioItem {
    position: relative;
    overflow: hidden;
}
.disenioItem img {
    transition: all 1s ease-out;
    opacity: .5;
    max-height: 400px;
    width: 100%!important;
}
.disenioItem img:hover {
    opacity: 1;
}
.disenioItem:hover>.disenioTitulo {
    bottom: -10px;
}
.disenioItem .disenioTitulo {
    bottom: -50px;
    position: absolute;
    min-height: 25px;
    width: 100%;
    text-align: center;
}
.disenioTitulo {
    transition: all 1s ease-in;
    color: #fff;
    background-color: #000;
}
#siteFooter,
#siteFooter p a:active,
#siteFooter p a:link {
    color: #c4c4c4;
}
#siteFooterContainer {
    background-color: #3e3d3d;
}
#siteFooter {
    padding-bottom: 20px;
}
#siteFooter p a:hover {
    color: #dc901a;
    text-decoration: none;
}
.leftInfo {
    margin-left: 50px;
    margin-top: 50px;
    line-height: .3;
}
.leftInfo i {
    padding: 0 5px;
}
.rightInfo {
    margin-right: 50px;
    margin-top: 10px;
}
.sponsorContainer {
    display: inline-block;
}
.sponsorContainer img {
    display: block;
}
.sponsorContainer:first-child {
    margin-right: 40px;
}
@media all and (max-width: 586px) {
    .leftInfo,
    .rightInfo {
        margin-left: 20px;

    }
    .rightInfo {
        float: left!important;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 768px) {
    #siteFooterContainer {
        min-height: 350px;
    }
    .leftInfo{
        line-height:1.3;
    }
}
header#siteHeader {
    background-color: #E9E7E7;
    background-image: url(../images/cloudbgright.png);
    background-position: right;
    background-repeat: no-repeat;
}
#siteTitle {
    margin-top: 30px;
    margin-left: 50px;
}
.siteTitleText {
    float: left;
    line-height: 1;
}
.siteTitleText a {
    font-size: 1.7em;
    font-family: "Trajan Pro";
    text-transform: uppercase;
    color: #3e3d3d;
}
.siteTitleText a:hover {
    text-decoration: none;
}
.siteTitleText:first-child {
    padding-right: 7px;
}
.siteTitleText:first-child a {
    float: right;
    clear: both;
}
.siteTitleText:nth-child(2) {
    border-left: 2px solid #3e3d3d;
    padding-left: 7px;
}
.siteTitleText:nth-child(2) a {
    font-size: 4em;
}
@media all and (max-width: 980px) {
    #siteHeader {
        background-size: cover;
    }
}
@charset "UTF-8";
nav#mainNavigationContainer {
    padding-bottom: 10px;
    margin-right: 50px;
}
ul.mainNavigation {
    list-style: none;
}
ul.mainNavigation li {
    display: inline;
    position: relative;
}
ul.mainNavigation li:not(:first-child) {
    border-left: 1px solid grey;
}
ul.mainNavigation li a {
    padding: 5px 20px;
    text-transform: uppercase;
    color: #6e6e6e;
    transition: all 1s;
    font-weight: 700;
}
ul.mainNavigation li a:hover {
    text-decoration: none;
    color: #dc901a;
}
ul.mainNavigation li .active {
    color: orange;
}
ul.mainNavigation li:hover>ul.subNavigation {
    display: block;
}
ul.subNavigation {
    display: none;
    z-index: 9999;
    width: 100%;
    position: absolute;
    background-color: #E9E7E7;
    padding: 0;
    left: 0;
    transition: all 1.5s ease-out 1s;
    top: 17px
}
ul.subNavigation li {
    display: block;
    text-align: center;
    padding: 8px 5px;
    border-left: none!important;
}
ul.subNavigation li:not(:first-child) {
    border-top: 1px solid grey;
}
@media all and (max-width: 960px) {
    #mainNavigationContainer {
        margin-top: 30px;
    }
}
@media all and (max-width: 586px) {
    ul.mainNavigation {
        padding-left: 0;
        font-size: .85em;
    }

    ul.mainNavigation li a{
        padding:5px 10px;
    }
}
@charset "UTF-8";
#plantaListFloors li,
.plantasText {
    font-family: Optima
}
#plantaListFloors li,
.plantaButton {
    text-transform: uppercase;
    font-weight: 700;
}
#plantasOuterContainer {
    /*background-image: url(../images/plantasbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    min-height: 400px;
}
#plantasInnerContainer {
    margin-top: 150px;
    z-index: 2;
}
@media all and (max-width: 996px) {
    #plantasInnerContainer {
        margin-top: 60px;
    }
}
.plantaItem {
    float: left;
    color: #fff;
    width: 120px;
    transition: all .8s ease-in;
}
.plantaItem .plantaText {
    padding: 30px 20px 20px 30px;
    text-align: center;
    line-height: 1;
}
.plantaItem .plantaText .plantaType {
    margin-bottom: 0;
}
.plantaItem:hover {
    background-color: #dc901a;
    opacity: 1;
    color: #fff;
    cursor: pointer;
}
.plantaItem a {
    display: none;
}
.plantaType {
    margin-bottom: 3px!important;
    font-size: 3.1em!important;
}
.plantaType .plantaTypeSub {
    font-size: 18px!important;
}
.plantaInfo {
    font-size: .7em;
}
.plantaItemBorder {
    border-left: 2px solid #fff;
}
.plantasText {
    color: #000;
    margin-top: 120px;
    font-size: 42px;
    text-align: center;
}
#plantaListItemsContainer {
    background-image: url(../images/plantas_base.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 300px;
}
#plantaListItems {
    list-style: none;
    margin-top: 85px;
}
#plantaListItems li {
    display: inline-block;
    color: black;
}
#plantaListItems li:hover {
    cursor: pointer;
    color:orange;
}
#plantaListItems li:nth-child(2) {
    margin-left: 7%;
}
#plantaListItems li:nth-child(3) {
    margin-left: 9%;
}
#plantaListItems li:nth-child(4),
#plantaListItems li:nth-child(6) {
    margin-left: 5%;
}
#plantaListItems li:nth-child(5) {
    margin-left: 6%;
}
@media all and (min-width: 1160px) {
    #plantaListItems li:nth-child(2) {
        margin-left: 7%;
    }
    #plantaListItems li:nth-child(3),
    #plantaListItems li:nth-child(6) {
        margin-left: 8%;
    }
    #plantaListItems li:nth-child(4) {
        margin-left: 4%;
    }
    #plantaListItems li:nth-child(5) {
        margin-left: 6%;
    }
}
@media all and (min-width: 1300px) {
    #plantaListItems li:nth-child(2),
    #plantaListItems li:nth-child(3) {
        margin-left: 8%;
    }
    #plantaListItems li:nth-child(4) {
        margin-left: 6%;
    }
    #plantaListItems li:nth-child(5) {
        margin-left: 7%;
    }
    #plantaListItems li:nth-child(6) {
        margin-left: 9%;
    }
}
@media all and (max-width: 1170px) {
    #plantaListItems li:nth-child(2),
    #plantaListItems li:nth-child(4),
    #plantaListItems li:nth-child(6) {
        margin-left: 6%;
    }
    #plantaListItems li:nth-child(3) {
        margin-left: 5%;
    }
    #plantaListItems li:nth-child(5) {
        margin-left: 7%;
    }
}
#plantaListFloors {
    list-style: none;
    padding-left: 20px;
}
#plantaListFloors li:not(:first-child) {
    margin-top: 30px;
}
#plantaListFloors li:hover {
    cursor: pointer;
    color: #dc901a;
}
#plantaListFloors li .square {
    margin-right: 5px;
}
#plantaListFloors li.active {
    color: #dc901a;
}
#slideshow {
    max-height: 400px!important;
}
.home {
    font-family: Optima;
    font-size: 42px;
    padding-left: calc(50% - 300px);
    padding-top: 100px;
    position: absolute;
    text-align: center;
    z-index: 100;
    color: #fff;
}

@media all and (max-width:480px){
    .home{
        font-size: 32px;
        padding-top:20px;
    }
}
.ubicacionInfoParagraph,
.ubicacionInfoTitle {
    font-family: Optima
}
#mapa img {
    width: 100%;
}
#mapa .imageExpandable:hover {
    cursor: zoom-in;
}
#ubicacionInfoTextContainer {
    width: 80%;
}
#ubicacionInfoTextContainer .ubicacionInfoParagraph {
    margin-top: 20px;
}
#ubicacionInfo {
    margin-left: 50px;
    margin-top: 50px;
    color: #868585;
}
.ubicacionInfoTitle {
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.2em;
}
.ubicacionInfoParagraph {
    text-align: justify;
    font-size: 1em;
}
#ubicacionInfoImages {
    margin-top: 30px;
}
.ubicacionInfoImage {
    float: left;
}
.ubicacionInfoImage img {
    padding: 5px;
    width: 80px;
    height: 80px;
}
.ubicacionInfoImage:not(:first-child) {
    border-left: 1px solid grey;
}
.ubicacionInfoImage:hover {
    cursor: pointer;
}

.linkTour{
    padding-right:70px;

}
.linkTour a{
    color: #6e6e6e;
}
.linkTour i {
    padding: 5px;
    /*font-weight: 100;*/
}
.linkTour i.square{
    border-radius: 0;
}