@font-face {
    font-family: hoefler; src: url('../fonts/hoefler.ttf');
} 
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
/* Author's custom styles */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }
html,body,.wrapper {
    width: 100%; height: 100%;
    min-width: 1200px;
    overflow: auto;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: #a18950;
    font-weight: normal; font-family: 'hoefler', Times, serif;
    text-transform: uppercase;
}
h2 {
    margin: 10px 0;
}
p,li {
    color: #464541;
    text-align: justify;
    font-size: 0.9em; font-weight: normal; font-family: 'Franklin Gothic',sans-serif;
}
li{
    list-style-image: url('../img/bullet.png');    
}
/*botones*/
.btn {
    min-width: 100px; height: 40px;
    margin: 0 10px; padding: 10px;
    float: left;
    line-height: normal; font-family: 'hoefler', Times, serif; color: #fff;
    background: #a18950;
    border-radius: 5px;
    cursor: pointer;
}
.btn:hover {
    background: #b49855;
}
.btn:active {
    background: #8e7844;
}
/*end of botones*/
.wrapper {
    min-width: 1060px;
    position: relative;
    overflow: hidden;
}
.nav-container {
    width: 100%; height: 60px;
    background: #036ce2;
    position: relative;
    z-index: 5;
}
.main-nav {
    width: 100%; height: 100%;
    text-align: right;
    margin: 0 auto;
}
.main-nav-item {
    display: inline-block;
    height: 100%;
    padding: 20px 10px;
    color: #fff; font-size: 0.9em; font-family: 'hoefler', Times, serif; text-decoration: none; text-shadow: -1px 1px 0 #02366c; text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}
.main-nav-item:hover {
    background: rgba(0,61,118,0.5);
}
.main-nav-item.current{
    background: url(../img/main-nav-item.jpg);
}
.dropdown {
    display: none;
    width: 100%;
    position: absolute; top: 60px; left: 0;
    background: rgba(1,74,143,0.7);
}
.dropdown div {
    width: 100%; height: 100%;
}
.main-nav-item:hover .dropdown {
    display: block;
    position: absolute;
}
.logo {
    width: 170px; height: 60px;
    margin: 0;
    float: left;
    background: url(../img/logo.png); background-size: 100%;
}
.logo-big {
    width: 348px; height: 122px;
    position: absolute; top: 70px; left: 20px;
}
.video-window {
    width: 420px; height: 246px;
    margin: 0; padding: 0;
    position: absolute; top: 90px; right: 100px;
    background: url(../img/video-frame.jpg);
    background-size: 100%;
    z-index: 1;
}
.video-window > video{
    position: absolute; top: 10px; left: 10px;
    width: 400px; height: 226px;
    margin: 0;
}
.play-pause {
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: rgba(255,255,255,0.5);
}
.home-screen {
    width: 100%; height: 100%;
    background: url(../img/bg.jpg); background-size: cover;
}
.bottom {
    width: 100%; height: 55px;
    padding: 10px; margin: 0;
    font-size: 0.75em; font-family: 'Myriad Pro',sans-serif;
    position: absolute; left: 0; bottom: 0;
    background: #fff url(../img/bg-bottom.png);
}
.bottom p {
    font-size: 0.9em;
    float: left;
}
.bottom a,
.bottom a:visited {
    text-decoration: none;
    color: #036ce2;
}
.bottom a:hover {
    text-decoration: underline;
}
.bottom-logo {
    width: 42px; height: 50px;
    margin: -5px;
    float: left;
    background: url(../img/logo-bottom.png);
}
.bottom-text {
    width: 350px;
    float: left;
    margin: 5px 0 5px 20px;
}
.bottom-info {
    width: 410px;
    float: left;
    margin: 0 0 0 20px;
}
.bottom-info p {
    width: 135px;
    height: 100%;
    margin: 5px 0;
}
.bottom-info p:before {
    content: '';
    display: block;   
    width: 20px; height: 15px;
    float: left;
    margin: 7px 10px 7px 0;
    background: url(../img/flags.png);
}
.bottom-info .esp:before {
    background-position: 0 -15px;
}
.bottom-info .usa:before {
    background-position: 0 -30px;
}
.bottom-social {
    width: 50px; height: 100%;
    float: left;
    background: red;
}
.copyright {
    width: 350px; height: 100%;
    margin-right: 20px;
    float: right;
}
.copyright > p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.screen {
    width: 100%;
    position: absolute; top: 60px; left: 0;
    color: #464541; font-family: 'Franklin Gothic',sans-serif;
    overflow: hidden;
    background: url(../img/bg-screen.jpg);
    z-index: 3;
}
.screen-bl {
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.screen-bl.scroll {
    overflow-y: scroll;
}
/*Imagenes de fondo*/
.screen-bl > img {
    width: 100%; height: 100%;
}
.screen-bl.small{
    padding: 20px;
    width: 33.3%;
    /*background: url(../img/concha.png) no-repeat;*/
    background-position: bottom;
}
.concha {
    background:
    /*url(../img/concha.png) no-repeat right bottom,*/
    url(../img/bg-screen.jpg);
}
.screen-bl.small.left {
    background-position: bottom left;
}
.screen-bl.small.right {
    background-position: bottom right;
}
.screen-bl.big{
    width: 66.7%;
}
.contactenos {
    
}
.contactenos input,.contactenos textarea {
    width: 100%; height: 30px;
    margin: 0 0 10px 0; padding: 5px;
    border: 1px solid #a18950;
    border-radius: 3px;
}
.contactenos .btn {
    width: 100px;
    margin-right: 10px;
}
.contactenos .segment {
    width: 45.5%;
    float: left;
}
.contactenos .segment.one {
    margin-right: 5%;
}
.contactenos .textarea {
    height: 100px;
    resize: none;
}
.contactenos label {
    color: #a18950;
    font-family: 'hoefler', Times, serif;
    font-size: 1.2em;
}
/*Galeria*/
.galeria {
    padding: 0;
}
.leftArrow,.rightArrow {
    width: 30px; height: 100%;
    position: absolute; top: 0;
    cursor: pointer;
    z-index: 2;
    background: url(../img/arrow-sprite.png);
}
.leftArrow {
    left: 0;
}
.rightArrow {
    right: 0;
    background-position: -30px 0;
}
.pag-container {
    width: 200%; height: 100%;
    position: relative;
}
.pag-1,.pag-2 {
    width: 50%; height: 100%;
    padding: 0 30px;
    float: left;
}
.model {
    width: 260px; height: 180px;
    margin: 35px 5px 15px 5px;
    float: left;
    border: 1px solid #a18950;
    position: relative;
    background: #036ce2;
    cursor: pointer;
}
.model h3 {
    position: absolute;
    top: -30px;
}
.model .area,
.model-details-area {
    font-size: 0.9em; text-transform: lowercase; font-family: 'Times New Roman',sans-serif;
}
.model-details-area {
    font-size: 1em;
}
.model img {
    width: 100%; height: 100%;
    float: left;
}
.model-casa-info {
    width: 100%; height: 40px;
    padding: 5px 10px;
    position: absolute; bottom: 0;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity 0.5s;
}
.model:hover .model-casa-info {
    opacity: 100;
}
.model-casa-info p {
    width: 100%;
    margin: 0;
    color: #0368d7;
    text-transform: none !important; text-transform: uppercase; font-size: 0.75em; font-family: 'Franklin Gothic',sans-serif;
}
.see-more {
    width: 40px; height: 40px;
    position: absolute; top: 0; right: 0;
    background: url(../img/arrow.png);
}
/*Modelos*/
.casas {
    padding: 20px;
}
.model-container {
    display: none;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    z-index: 6;
    background: url(../img/bg-model.jpg);
    background-size:  100% 100%;
    overflow: scroll;
}
.model-containerCorreo {
    display: block;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    z-index: 6;
    background: url(../img/bg-model.jpg);
    background-size:  100% 100%;
    overflow: scroll;
}
.close {
    width: 50px; height: 50px;
    position: fixed; top: 10px; right: 30px;
    cursor: pointer;
    background: url(../img/btn-close.png);
}
.closeCorreo {
    width: 50px; height: 50px;
    position: fixed; top: 10px; right: 30px;
    cursor: pointer;
    background: url(../img/btn-close.png);
}

.closeCorreoConfir {
    width: 50px; height: 50px;
    position: fixed; top: 10px; right: 30px;
    cursor: pointer;
    background: url(../img/btn-close.png);
}

.closeCorreoDeprt {
    width: 50px; height: 50px;
    position: fixed; top: 10px; right: 30px;
    cursor: pointer;
    background: url(../img/btn-close.png);
}

.model-info-container {
    width: 900px; height: 700px;
    margin: -250px -450px;
    position: absolute; top: 50%; left: 50%;
}
.inner-logo {
    width: 100%; height: 122px;
    float: left;
    background: url(../img/logo-big.png) no-repeat;
}
.model-info {
    display: none;
}

.model-infoCorreo {
    display: block;
}
.model-details {
    width: 420px; height: auto;
    margin-left: 40px;
    float: left;
    font-family: 'Franklin Gothic',sans-serif;
}
.model-details h1,
.model-details h2,
.model-details h3 {
    margin: 0;
    color: #a0884e;
    font-weight: normal; font-family: 'hoefler', Times, serif;
}
.model-details h1 {
    text-shadow: 1px 1px 10px #fff;
}
.model-details h1 {
    font-size: 3em;
}
.model-details-bottom {
    float: left;
}
.mapa-arquitectonico {
    width: 100%; height: auto;
    margin-top: 40px;
    float: left;
    overflow: auto;
}
.mapa-arquitectonico img {
    display: block;
    width: 600px; height: 400px;
    margin: 0 auto;
}
.caracteristicas,
.especificaciones {
    list-style: none;
    color: #202020;
    border-radius: 10px;
}
.caracteristicas {
    width: 300px;
    padding: 15px;
    background: rgb(255,255,255); background: rgba(255,255,255,0.6);
}

.caracteristicasCorreo {
    width: 600px;
    padding: 20px;
	border-radius: 10px;
    background: rgb(255,255,255); background: rgba(255,255,255,0.6);
}

.especificaciones {
    font-size: 0.75em;
    float: left;
    margin: 60px 100px; padding-bottom: 20px; 
    background: rgba(255,255,255,0.6);
}
.especificaciones h3 {
    margin: 15px 0;
    text-align: center;
}
.especificaciones li {
    list-style: none;
}
.especificaciones h3 {
    padding: 0;
    font-family: 'hoefler', Times, serif; font-size: 2.2em; color: #a0884e;
}
.especificaciones li b {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
}
.especificaciones li span {
    display: block;
    width: 500px;
    float: left;
    margin-left: 10px;
}
.caracteristicas h3,
.especificaciones h3 {
    font-weight: 600;
}
.caracteristicas h3 {
    font-size: 1.5em;
    color: #a0884e;
}
.caracteristicas ul {
    padding: 0;
}
.caracteristicas li {
    list-style-position:inside;
}
.model-photos {
    width: 430px; height: 350px;
    float: left;
}
.model-photos.dep {
    width: 450px; height: 500px;
    overflow: hidden;
}
.dep-title {
    margin: 0;
    color: #fff;
    font-weight: normal; font-family: 'hoefler', Times, serif; text-shadow: 1px 1px 5px #003851; font-size: 3em;
}
.cotizar {
    display: block;
    width: 140px; height: 60px;
    position: fixed; bottom: 50px; right: 50px;
    text-indent: -9999em;
    background: url(../img/cotizar-sprite.png);
    transition: bottom 0.5s;
}
.cotizar:hover {
    bottom: 60px;
    background-position: 0 -60px;
}
/*Departamentos*/
.departamentos {
    padding: 20px;
}
/*ubicacion*/
.ubicacion-detalles{
    right: 0;  
    list-style: none;
    padding: 0; margin-top:30px;
}
.ubicacion-detalles h2{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px; font-family: 'Franklin Gothic',sans-serif; font-weight: normal; text-decoration: none; color: #a18950;
}
.ubicacion-detalles li{
    font-size: 12px; font-family: 'Franklin Gothic',sans-serif; font-weight: normal; color: black;
}
.ubi-hide {
    position: absolute; top: 0; right: 0;
    z-index: 2;
}
.google-maps {
    width: 100%; height: 100%;
    position: absolute; top: 0; right: 0;
    z-index: 1;
}
#mapa_ruta {
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
}
.mapa-form {
    width: 100%; height: 100px;
    padding: 10px;
    position: absolute; bottom: 0;left: 0;
    color: #fff;
    background: rgb(3,108,226);
}
.mapa-form-block {
    width: 40%; height: auto;
    margin-right: 10px;
    float: left;
    overflow: auto;
}
.mapa-form label {
    display: block;
    width: 100%; height: auto;
    float: left;
}
.mapa-form input {
    width: 100%; height: 30px;
    border: none;
    float: left;
}
.mapa-form .btn {
    width: 100px; height: 30px;
    border: none;
    margin: 22px 0; padding: 5px;
}
.imagen-ubicacion{
    width: 300px;
    position: absolute; top:40px; left: 300px;
}
.imagen-ubicacion img{
    width: 95%; height: auto;
}
/*Urbanizacion*/
.urbanizacion-detalles{
    width: 50%; height: 100px;
    float: left;
}
/*Gallery*/
.thumbnails {
    width: 100%; height: 150px;
    margin-top: 20px;
    float: left;
}
.thumb-item {
    width: 50px; height: 50px;
    margin: 5px;
    float: left;
    background: #036ce2;
    cursor: pointer;
}
/*End of Gallery*/
.gallery-handler {
    position: relative;
    background: url(../img/gallery/2.jpg);
    background-size: cover;
}
.gallery-handler img {
    position: absolute; top: 0; left: 0;
}
/*Condiminios*/
.cond-model {
    cursor: pointer;
}
.model-details.cond {
    width: 400px;
    float: left;
}
.model-details.cond h1{
    margin-top: 80px;
}
.text-img {
    display: block;
    width: 100px !important; height: 140px !important;
    margin: 0 auto;
}
/*Departamentos*/
.dep-map {
    width: 800px; height: 350px;
    margin: 50px auto 0;
    position: relative;
}
.dep-map-title {
    width: 100%;
    text-transform: none; font-size: 1.4em; text-align: center;
    position: absolute; top: -40px;
}
.dep-map-subtitle {
    width: 100%;
    text-transform: none; font-size: 1.2em; text-align: center;
   position: absolute; bottom: -30px; 
}
.vector-map {
    position: absolute; top: 0; left: 0;
}
.vector-map .polygon {
    fill:transparent;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
    /*stroke:purple;
    stroke-width:1*/
}
.vector-map .map-text {
    fill: #161616;
    font-size: 50px; font-family: 'Arial',sans-serif; font-weight: bold;
    opacity: 0;
    transition: opacity 0.5s;
}
.vector-map:hover .map-text {
    opacity: 100;
}
.vector-map .polygon:hover {
    fill: rgba(3,108,226,0.7);
    opacity: 100;
}
.imgAbout {
    display: block;
    float: left;
    height: 100%; width: auto;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

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

    html,body,.wrapper {
        max-width: 480px;
        min-width: 320px;
        height: auto;
        float: left;
        overflow: hidden;
    }
    .wrapper {
        position: relative;
        background: url(../img/bg.jpg);
        background-size: cover;
    }
    .nav-container {
        width: 100%;
        height: auto;
        float: left;
    }
    .main-nav {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .main-nav-item {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        padding: 10px;
        font-size: 1em;
        color: #fff;
        text-shadow: -1px 1px 0 #02366c;
        transition: 0.5s;
    }
    .casas-dep {
        pointer-events: none;
        cursor: default;
    }
    .dropdown {
        display: block;
        position: relative;
        top: 0; left: 0;
        float: left;
        pointer-events: auto;
    }
    .main-nav-item:hover .dropdown {
        display: block;
        position: relative;
    }
    .main-nav-item.current{
        background: transparent;
    }
    .dropdown .main-nav-item {
        pointer-events: auto;
    }
    .logo {
        width: 100%;
        height: 150px;
        margin: 0;
        float: left;
        background: url(../img/logo.png) no-repeat;
        background-position: center;
        background-size: 95%;
    }
    .home-screen {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        z-index: 2;
    }
    .video-window {
        width: 100%;
        height: 230px;
        margin: 0;
        position: relative;
        padding: 0;
        left: 0;
        top:0;
        float: left;
        background-size: 100% 100%;
    }
    .video-window > video{
        display: none;
        width: 100%;
        height: 100%;
    }
    .copyright {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        bottom: 0;
        padding: 10px;
        background: #fff;
    }
    .bottom {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
        position: relative;
        float: left;
        left: 0;
        bottom: 0;
        border-radius: 0;
        background: #fff;
    }
    .bottom p {
        width: 100%;
        margin: 0;
        font-size: 0.9em;
        float: left;
        margin: 0;
        padding: 5px;
    }
    .bottom-logo {
        display: none;
    }
    .bottom-text {
        width: 100%;
        margin-left: 10px;
    }
    .logo-strip {
        width: 100%;
        height: 82px;
        margin-left: 0;
        float: left;
        background: url(../img/icon_carousel.png);
    }
    .bottom-info {
        width: 100%;
        float: left;
    }
    .bottom-info .esp:before {
        background-position: 0 -15px;
    }
    .bottom-info .usa:before {
        background-position: 0 -30px;
    }
    .bottom-social {
        width: 50px;
        height: 100%;
        float: left;
        background: red;
    }
    .screen {
        width: 100%;
        height: auto !important;
        margin: -60px 0 0 0 !important;
        padding-bottom: 40px; 
        position: relative;
        float: left;
        color: #fff;
        font-family: 'Franklin Gothic',sans-serif;
        overflow: hidden;
        z-index: 3;
    }
    .screen-bl > img {
        width: 100%;
        height: auto;
    }
    .screen-bl.small{
        float: left;
        padding: 20px;
        width: 100%;
    }
    .screen-bl.big{
        float: left;
        width: 100%;
    }
    .gallery-handler {
        width: 100%;
        height: 200px;
    }
    .google-maps-cont,
    .ubi-hide {
        display: block;
        width: 100%;
        height: 400px;
    }
    .model-container {
        display: none;
        width: 100%; height: 100%;
        position: absolute; top: 0; left: 0;
        z-index: 6;
        background: #fff;
        background-size:  100% 100%;
        overflow: hidden;
    }
    .model-info-container {
        width: 100%; height: auto;
        margin: 0;
        position: relative; top: 0; left: 0;
        float: left;
    }
    .model-info {
        width: 100%; height: auto;
        float: left;
    }
    .inner-logo {
        width: 100%;
        float: left;
    }
    .model-photos {
        width: 100%; height: auto;
        float: left;
        overflow: hidden;
    }
    .model-photos img {
        width: 100%; height: auto;
    }
    .model-details {
        padding: 10px; margin: 0;
    }
    .model-details-bottom {
        width: 100%; height: auto;
        overflow: auto;
        float: left;
    }
    .mapa-arquitectonico {
        width: 100%; height: auto;
        margin-top: 20px;
        float: left;
        overflow: auto;
    }
    .mapa-arquitectonico img {
        display: block;
        width: 100%; height: auto;
        margin: 0 auto;
    }
    .especificaciones {
        width: 100%;
        margin: 0; padding: 0 0 20px 0;
    }
    .especificaciones li b {
        display: block;
        width: 30%;
        float: left;
        text-align: right;
    }
    .especificaciones li span {
        display: block;
        width: 66%;
        float: left;
        margin-left: 10px;
    }
    .cotizar {
        display: block;
        position: relative; bottom: 0; right: 0;
        float: right;
        margin: 0 30px;
        transition: none;
    }
    .cotizar:hover {
        bottom: 0;
        background-position: 0 -60px;
    }
    .close {
        width: 100%; height: 50px;
        position: relative; top: 0; right:0;
        float: right;
        cursor: pointer;
        background: #242424 url(../img/mobile-close.png) no-repeat;
        background-position: center;
    }
    .imagenes-condominios {
        width: 100%;
    }
    .dep-map {
        width: 100%; height: 0;
        padding-top: 43.75%;
        margin: 0 0 40px 0;
        position: relative;
    }
    .dep-map img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; left: 0;
        z-index: 1;
    }
    .dep-map-title,
    .dep-map-subtitle {
        display: none;
    }
    .vector-map {
        width:100%; height: 100%;
        position: absolute; top: 0; left: 0;
        z-index: 2;
    }
    .caracteristicas {
        width: 100%;
        height: auto;
        float: left;
    }
    .caracteristicas ul {
        float: left;
    }
    .model-photos.dep {
        width: 100%;
        height: auto;
        float: left;
    }
    .model-details.cond {
        height: auto;
    }
    .dep-title {
        font-size: 2em;
        padding-left: 20px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
