@import url('https://fonts.googleapis.com/css?family=Slabo+27px|Source+Sans+Pro:700');
@import url('https://use.typekit.net/riz0bjh.css');

/* @font-face {
    font-family: "Aparajita";
    src: url(aparaj.ttf);
} */



* {
    margin: 0;
    padding: 0;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: re#fffd;
    text-decoration: none;
}

a:active {
    color: #fff;
    text-decoration: none;
}
.l-site {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.l-site:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    display: block;
    background: transparent;
    z-index: 1;
}
.l-page {
    position: relative;
    margin-left: 240px;
    background: transparent;
    z-index: 2;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}
.l-nav {
    position: absolute;
    width: 240px;
    display: block;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.black {
    background: #000000;
}
section {
    height: 100vh;
    background-position: center center;
    background-size: cover;
}
.container {
    display: table;
    width: 100%;
    max-width: 1220px;
    height: 75vh;
    margin: 0 auto;
}
.content {
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
}
.intro {
    width: 90%;
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}
.intro-contact {
    width: 90%;
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
}
.box {
    display: table-cell;
    vertical-align: middle;
    padding: 15%;
    text-align: center;
}
.nav {
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.nav ul {
    margin: 20px;
    padding: 0px;
    list-style: none;
    width: 220px;
}
.nav li {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}
.nav a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    padding: 10px 0;
}
.nav.white a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    padding: 10px 0;
}
.nav .nav-primary.active, .nav .nav-primary:hover {
    font-style: italic;
    font-weight: bold;
}
.menu {
    display: none;
    position: fixed;
    top: 25px;
    left: 1.5em;
    width: auto;
    height: 24px;
    cursor: pointer;
    z-index: 10;
}
.menu:hover .menu-hamburger:before, .menu:hover .menu-hamburger:after {
    width: 24px;
}
.menu.is-active .menu-hamburger {
    background: none;
}
.menu.is-active .menu-hamburger:before, .menu.is-active .menu-hamburger:after {
    top: 0;
    width: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu.is-active .menu-hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.menu-hamburger {
    float: left;
    position: relative;
    width: 24px;
    height: 4px;
    margin: 10px 0;
    background: white;
    border-radius: 4px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-hamburger:before, .menu-hamburger:after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: white;
    position: absolute;
    border-radius: 4px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-hamburger:before {
    top: -8px;
    left: 0;
    width: 22px;
}
.menu-hamburger:after {
    top: 8px;
    width: 16px;
    left: 0;
}
.logo {
    float: left;
    margin: 5px 15px;
}
.copy {
    display: block;
    position: absolute;
    bottom: 0px;
    margin-left: 50%;
    left: -140px;
}
input:focus, textarea:focus, button:focus {
    outline: none;
}
.btn-form {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 240px;
    border: none;
    background: transparent;
    cursor: pointer;
}
.btn-form.active {
    background: #ffffff;
}
.vh40 {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h1,h2 {
    font-family: adobe-garamond-pro, serif;
    padding-bottom: 10px;
}

h1 .italic,
h2 .italic {
    font-weight: 700;
    font-style: italic;
}

.italic {
    font-weight: 700;
    font-style: italic;
}

p {
    font-family: big-caslon-fb, serif;
    text-align: justify;
}
h1.title {
    padding: 20px 50px;
    color: rgb(255, 255, 255);
    margin-top: -100px;
    z-index: 100;
    position: absolute;
    font-size: 2.2em;
}

h1.subtitle {
    padding: 20px 50px 0px;
    font-size: 2.2em;
}

p.description {
    padding: 20px 50px;
    padding-bottom: 20px;
}

p.description-ladera {
    padding: 30px 50px;
}

p.description-casaCampo {
    padding: 30px 50px;
}

p.description-casaCG {
    padding: 30px 50px;
    padding-bottom: 20px;
}

p.description-veredalta {
    padding: 20px 50px;
    padding-bottom: 50px;
}

p.description-sierraAlta {
    padding: 20px 50px;
    padding-bottom: 50px;
}

p.description-lasLajas {
    padding: 20px 50px;
    padding-bottom: 50px;
}

.p-descripcion {
    padding-top: 20px;
}

.hidden {
    display: none !important;
}
label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.text_input{
    width: 100%;
    border: none !important;
    background: #e5e5e5 !important;
    line-height: 25px;
}
textarea{
    width: 100%;
    border: none !important;
    background: #e5e5e5 !important;
}
a.button{
    width: 100px;
    height: 30px;
    margin: 10px auto;
    background: #fff;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    color: #000;
    font-size: 1em;
    display: block;
    text-decoration: none;
    line-height: 30px;
}
.button {
    width: 100px;
    border: none;
    background: #000000;
    height: 30px;
    font-size: 1em;
    margin-top: 20px;
    color: #fff;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
/* grid */
.row {
    margin: 0;
    margin-bottom: 10px;
}
.row.vh {
    height: 100vh;
}
.row:last-child {
    margin-bottom: 0;
}
[class*="col-"] {
    padding: 10px;
}
.va-top {
    vertical-align: top !important;
}
@media all and ( min-width: 600px ) {
    .row {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    [class*="col-"] {
        display: table-cell;
        vertical-align: middle;
    }
    /* set col widths */
    .col-1-1 {
        width: 100%;
    }
    .col-2-3 {
        width: 66.66%;
    }
    .col-1-2 {
        width: 50%;
    }
    .col-1-3 {
        width: 33.33%;
    }
    .col-1-4 {
        width: 25%;
    }
    .col-1-5 {
        width: 20%;
    }
    .col-2-5 {
        width: 40%;
    }
    .col-1-8 {
        width: 12.5%;
    }
}
@media screen and (max-width: 2000px) {
    .menu {
        display: block;
    }
    .l-site.is-open {
        overflow: hidden;
    }
    .l-page {
        margin-left: 0;
    }
    .l-site.is-open .l-nav {
        visibility: visible;
    }
    .l-site.is-open .menu {
        -webkit-transform: translateX(240px);
        -moz-transform: translateX(240px);
        -ms-transform: translateX(240px);
        -o-transform: translateX(240px);
        transform: translateX(240px);
    }
    .l-nav {
        z-index: 20;
        visibility: hidden;
        background: #ffffff;
    }
    .band-container {
        padding: 50px 0;
        margin: 0 auto;
    }
    .nav.white a {
        color: #000000;
    }
}

.slide-vertical {
    float: left;
    width: 65%;
    min-height: 100vh;
    background: transparent;
}
.sidebar {
    float: left;
    width: 35%;
    height: 100vh;
    background: #000;
    color: #fff;
    display: table;
}

.gallery-arrow-left {
    z-index: 5 !important;
}

.portfolio {
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}
.portfolio li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 16.6666667%;
    /* Fallback */
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
}
.portfolio li a {
    display: block;
    height: 33vh;
    cursor: pointer;
    border: 2px #fff solid;
    position: relative;
}
.portfolio li a img {
    max-width: 100%;
}
/* Flexbox is used for centering the heading */
.portfolio li a div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}
.portfolio li a:hover div {
    background: rgba(0,0,0,.5)
}
.portfolio li a div h3 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 2px;
}

.portfolio-menu {
    /* position: fixed; */
    bottom: 0px;
    list-style: none;
    /* width: 300px; */
    width: auto;
    /* margin-left: -150px; */
    margin-left: 40%;
    /* left: 50%; */
}
.portfolio-menu li {
    float: left;
    padding: 5px 20px;
    background: #000000;
    color: #ffffff;
}
/* Example for media query: change number of items per row */
@media screen and (max-width: 1190px) {
    .portfolio li {
        width: 20%;
        /* Fallback */
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 945px) {
    .portfolio li {
        width: 25%;
        /* Fallback */
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 660px) {
    .portfolio li {
        width: 33.3333333%;
        /* Fallback */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 660px) {
    .portfolio li {
        width: 33.3333333%;
        /* Fallback */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 400px) {
    .portfolio li {
        width: 50%;
        /* Fallback */
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 300px) {
    .portfolio li {
        width: 100%;
    }
}

@media only screen
    and (max-width : 667px) {
        .slide-vertical {
            width: 100%;
            min-height: 50vh;
            background: transparent;
        }
        .sidebar {
            width: 100%;
            height: 50vh;
            background: #000;
            color: #fff;
            display: table;
        }

}
