@charset "UTF-8";
/* 
==============================
	Configuración
==============================
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
@font-face {
  font-family: "Oskari Regular";
  src: url("../fonts/OskariG2Regular.ttf");
}
@font-face {
  font-family: "Oskari Bold";
  src: url("../fonts/OskariG2-Bold.ttf");
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0 20px;
}

/* 
==============================
	Bases
==============================
*/
* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000000;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
p,
a {
  font-family: "Lato", sans-serif;
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: inherit;
}

.btn {
  height: 33px;
  font-size: 14PX;
  background-color: #E2DCD2;
  color: #000000;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  display: block;
  font-weight: bold;
  padding: 5px 26px;
  float: left;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #685DD3;
  color: #FFFFFF;
}

header,
.feet {
  padding: 30px 0;
}
header a,
.feet a {
  display: inline-block;
}
header .arrows,
.feet .arrows {
  float: right;
}
header .arrows .arrow-prev,
header .arrows .arrow-next,
.feet .arrows .arrow-prev,
.feet .arrows .arrow-next {
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
}
header .arrows .arrow-prev:hover,
header .arrows .arrow-next:hover,
.feet .arrows .arrow-prev:hover,
.feet .arrows .arrow-next:hover {
  opacity: 0.5;
}
header .arrows .arrow-prev,
.feet .arrows .arrow-prev {
  margin-right: 20px;
}

.spinner {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #FEFCFE;
  z-index: 30;
}
.spinner img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -230px;
  margin-top: -210px;
  top: 50%;
  width: 460px;
  height: auto;
}

.text-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.home-container {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #222222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-container.nosotros {
  background-image: url(../img/home/nosotros.jpg);
}
.home-container.casas {
  background-image: url(../img/home/casas.jpg);
}
.home-container.proyectos {
  background-image: url(../img/home/proyectos.jpg);
}
.home-container.locales {
  background-image: url(../img/home/locales.jpg);
}
.home-container section {
  position: fixed;
  bottom: 68px;
  width: 100%;
}
.home-container section.section-details {
  padding: 20px 0;
  color: #E2DCD2;
}
.home-container section.section-details h1 {
  width: 100%;
  display: block;
  font-size: 80px;
  line-height: 68px;
  font-family: "Oskari Bold";
  position: relative;
  margin-top: -190px;
}
.home-container section.section-details h1 span, .home-container section.section-details h1 a {
  display: block;
}
.home-container section.section-details h1 a {
  font-size: 18px;
  text-decoration: underline;
  display: table;
  padding: 10px 0;
}
.home-container section.section-details p {
  font-size: 16px;
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 20;
}
nav .navigation {
  float: left;
}
nav .navigation .nav-item {
  float: left;
  font-size: 16px;
  padding: 20px 16px;
  color: #E2DCD2;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
nav .navigation .nav-item .ac {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 5px;
  background-color: #7567F6;
}
nav .navigation .nav-item.first {
  margin-left: -20px;
}
nav .navigation .nav-item.active {
  opacity: 1;
}
nav .navigation .nav-item.active .ac {
  display: block;
}
nav .social {
  float: right;
}
nav .social .nav-item {
  float: left;
  padding: 20px 16px;
}
nav .social .nav-item.last {
  padding-right: 0;
}
nav .social .nav-item:hover {
  opacity: 0.5;
}

.inner-page {
  background-color: #E2DCD2;
}
.inner-page h1 {
  width: 100%;
  font-size: 60px;
  line-height: 60px;
  padding: 80px 0 24px 0;
  color: #222222;
  font-family: "Oskari Bold";
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.inner-page h1 span {
  display: block;
}
.inner-page h1 a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 16px 0 20px 0;
  text-decoration: underline;
  font-weight: 400;
}
.inner-page .user-info {
  width: 300px;
  height: 100px;
  margin: 50px 50px 0 0;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-page .user-info p {
  width: calc(100% - 110px);
  float: right;
}
.inner-page .user-info p.name {
  font-weight: bold;
  font-size: 18px;
  margin: 26px 0 0 0;
}
.inner-page .user-info p.role {
  line-height: 18px;
}
.inner-page .user-info .box {
  float: left;
  display: block;
  height: inherit;
  width: 85px;
  background-color: #444444;
}
.inner-page .user-info .box.red {
  background-color: #D36868;
}
.inner-page .user-info .box.yellow {
  background-color: #E2BF64;
}
.inner-page .user-info .box.green {
  background-color: #82CE76;
}
.inner-page .user-info .box.purple {
  background-color: #849EDE;
}
.inner-page .user-info:last-child {
  margin-bottom: 100px;
}
.inner-page .gallery {
  width: 100%;
  height: 530px;
  margin-top: 80px;
  margin-bottom: 110px;
  overflow-x: auto;
  overflow-y: hidden;
}
.inner-page .gallery .artboard {
  height: 420px;
  width: 1430px;
  margin-bottom: 120px;
}
.inner-page .gallery .artboard .photo-gallery {
  float: left;
  margin-right: 50px;
  background-color: #222222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.inner-page .gallery .artboard .photo-gallery.first {
  height: 420px;
  width: 350px;
}
.inner-page .gallery .artboard .photo-gallery.second {
  height: 300px;
  width: 250px;
  margin-top: 60px;
}
.inner-page .gallery .artboard .photo-gallery.third {
  height: 370px;
  width: 430px;
  margin-top: 25px;
}
.inner-page .gallery .artboard .photo-gallery.fourth {
  height: 300px;
  width: 243px;
  margin-top: 60px;
  margin-right: 0;
}
.inner-page .gallery .artboard .photo-gallery .open {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #E2DCD2;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/icon-expand.svg);
  background-size: 28px auto;
  -webkit-transition: all 60ms ease-out;
  transition: all 60ms ease-out;
}
.inner-page .gallery .artboard .photo-gallery .open:hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}
.inner-page .gallery .artboard .photo-gallery:hover .open {
  display: block;
}
.inner-page .gallery.casas .photo-gallery.first {
  background-image: url(../img/gallery/casas/c1.jpg);
}
.inner-page .gallery.casas .photo-gallery.second {
  background-image: url(../img/gallery/casas/c2.jpg);
}
.inner-page .gallery.casas .photo-gallery.third {
  background-image: url(../img/gallery/casas/c3.jpg);
}
.inner-page .gallery.casas .photo-gallery.fourth {
  background-image: url(../img/gallery/casas/c4.jpg);
}
.inner-page .gallery.proyectos .photo-gallery.first {
  background-image: url(../img/gallery/proyectos/p1.jpg);
}
.inner-page .gallery.proyectos .photo-gallery.second {
  background-image: url(../img/gallery/proyectos/p2.jpg);
}
.inner-page .gallery.proyectos .photo-gallery.third {
  background-image: url(../img/gallery/proyectos/p3.jpg);
}
.inner-page .gallery.proyectos .photo-gallery.fourth {
  background-image: url(../img/gallery/proyectos/p4.jpg);
}
.inner-page .gallery.locales .photo-gallery.first {
  background-image: url(../img/gallery/locales/l1.jpg);
}
.inner-page .gallery.locales .photo-gallery.second {
  background-image: url(../img/gallery/locales/l2.jpg);
}
.inner-page .gallery.locales .photo-gallery.third {
  background-image: url(../img/gallery/locales/l3.jpg);
}
.inner-page .gallery.locales .photo-gallery.fourth {
  background-image: url(../img/gallery/locales/l4.jpg);
}
.inner-page .study .first, .inner-page .study .second, .inner-page .study .third {
  height: 330px;
  background-color: #222222;
}
.inner-page nav {
  background-color: #222222;
  border: 0;
}
.inner-page .photo-opened {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 40;
}
.inner-page .photo-opened .details {
  padding: 30px;
  background-color: #000000;
  height: 100vh;
  width: 560px;
  float: left;
}
.inner-page .photo-opened .details h1 {
  font-size: 64px;
  color: #E2DCD2;
  font-family: "Oskari Bold";
  margin: 90px 0 0 0;
}
.inner-page .photo-opened .details p {
  font-size: 24px;
  color: #E2DCD2;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-page .photo-opened .details span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #E2DCD2;
  margin-top: 36px;
}
.inner-page .photo-opened .photo {
  height: 100vh;
  width: 100%;
  background-color: #444444;
  background-position: left 400px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-page .photo-opened .photo .feet .arrows {
  position: absolute;
  width: 120px;
  bottom: 50px;
  right: 50px;
}
.inner-page .photo-opened.no-description .details {
  display: none;
}
.inner-page .photo-opened.no-description .photo {
  background-position: left center;
}

.hidden-xs {
  display: none;
}

.hidden-lg {
  display: block;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
  body {
    overflow-y: hidden;
  }

  .btn {
    width: 100%;
  }

  .spinner img {
    width: 300px;
    margin-left: -150px;
    margin-top: -130px;
  }

  header .logo {
    width: 200px;
  }
  header .arrows .arrow-prev,
header .arrows .arrow-next {
    width: 40px;
    height: 40px;
  }
  header .arrows .arrow-prev {
    margin-right: 16px;
  }

  .home-container {
    overflow-y: auto;
  }
  .home-container section {
    position: relative;
    margin-top: 100px;
  }
  .home-container section.section-details {
    padding: 20px 0;
    color: #E2DCD2;
  }
  .home-container section.section-details h1 {
    font-size: 48px;
    line-height: 46px;
    margin-top: 0;
  }
  .home-container section.section-details h1 .block {
    display: inline-block;
  }
  .home-container section.section-details p {
    font-size: 16px;
  }
  .home-container.casas section, .home-container.proyectos section, .home-container.locales section {
    position: fixed;
    margin-top: 0;
  }
  .home-container.casas nav, .home-container.proyectos nav, .home-container.locales nav {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .home-container.proyectos {
    background-image: url(../img/home/proyectos-mobile.jpg);
  }

  nav {
    background-color: #222222;
    border: 0;
  }
  nav .navigation .nav-item {
    padding: 22px 16px;
    font-size: 14px;
  }
  nav .social .nav-item {
    padding: 20px 12px;
  }

  .arrows .arrow-prev img,
.arrows .arrow-next img {
    width: 40px;
    height: 40px;
  }

  .inner-page {
    overflow-y: auto;
  }
  .inner-page h1 {
    font-size: 48px;
    line-height: 46px;
  }
  .inner-page .user-info {
    margin-top: 20px;
  }
  .inner-page .photo-opened .details {
    height: 300px;
    width: 100%;
    position: relative;
    margin-top: calc(100vh - 300px);
    overflow-y: auto;
  }
  .inner-page .photo-opened .details h1 {
    font-size: 50px;
    padding: 0;
    margin: 0;
  }
  .inner-page .photo-opened .details p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }
  .inner-page .photo-opened .details a {
    position: fixed;
    top: 30px;
  }
  .inner-page .photo-opened .photo {
    background-position: left top;
    background-size: auto calc(100vh - 250px);
  }
  .inner-page .photo-opened .photo .feet .arrows {
    right: 20px;
    bottom: 320px;
  }
  .inner-page .photo-opened .photo header .arrows {
    position: fixed;
  }
  .inner-page .photo-opened .photo header .arrows .pointer {
    position: fixed;
    top: 30px;
    right: 30px;
  }
  .inner-page .photo-opened.no-description .photo {
    background-position: left center;
    background-size: cover;
  }
  .inner-page .photo-opened.no-description .feet .arrows {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}
/* 
==============================
	RESPONSIVE - MEDIUM
==============================
*/
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container {
    max-width: 94%;
  }

  nav .navigation .nav-item {
    padding: 20px;
  }
}
/* 
==============================
	RESPONSIVE - LARGE
==============================
*/
@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }

  nav .navigation .nav-item {
    padding: 20px;
  }

  .hidden-lg {
    display: none;
  }

  .hidden-xs {
    display: block;
  }
}
/* Helpers
==============================
*/
.italic {
  font-style: italic;
}

.x0 {
  margin-bottom: 0 !important;
}

.x1 {
  margin-bottom: 10px !important;
}

.x2 {
  margin-bottom: 20px !important;
}

.x3 {
  margin-bottom: 30px !important;
}

.x4 {
  margin-bottom: 40px !important;
}

.x5 {
  margin-bottom: 50px !important;
}

.x6 {
  margin-bottom: 60px !important;
}

.p0 {
  padding-bottom: 0 !important;
}

.p1 {
  padding-bottom: 10px !important;
}

.p2 {
  padding-bottom: 20px !important;
}

.p3 {
  padding-bottom: 30px !important;
}

.p4 {
  padding-bottom: 40px !important;
}

.p5 {
  padding-bottom: 50px !important;
}

.p6 {
  padding-bottom: 60px !important;
}

.x0--top {
  margin-top: 0 !important;
}

.x1--top {
  margin-top: 10px !important;
}

.x2--top {
  margin-top: 20px !important;
}

.x3--top {
  margin-top: 30px !important;
}

.x4--top {
  margin-top: 40px !important;
}

.x5--top {
  margin-top: 50px !important;
}

.x6--top {
  margin-top: 60px !important;
}

.x0--right {
  margin-right: 0 !important;
}

.x1--right {
  margin-right: 10px !important;
}

.x2--right {
  margin-right: 20px !important;
}

.x3--right {
  margin-right: 30px !important;
}

.x4--right {
  margin-right: 40px !important;
}

.x5--right {
  margin-right: 50px !important;
}

.x0--left {
  margin-left: 0 !important;
}

.x1--left {
  margin-left: 10px !important;
}

.x2--left {
  margin-left: 20px !important;
}

.x3--left {
  margin-left: 30px !important;
}

.x4--left {
  margin-left: 40px !important;
}

.x5--left {
  margin-left: 50px !important;
}

.hidden {
  display: none !important;
}

.block {
  display: block;
}

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

.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.color--black {
  color: #000000 !important;
}

.full--width {
  width: 100% !important;
}

.pointer {
  cursor: pointer;
}

.float--left {
  float: left;
}

.relative {
  position: relative;
}

.underline {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.underline:focus {
  color: black;
}

/* Iconos
==============================
*/
.icon-view-show,
.icon-view-hide {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  padding: 22px 20px 22px 14px;
}

.icon-view-show {
  padding: 24px 20px 20px 14px;
}