:root {
    --main: #4a96d1;
    --maindark: #366c95;
    --mainaccent: #dac98b;
}

html, body, #app
{
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
}
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-print-color-adjust: exact;
  font-family: inherit;
}

#app {
    overflow: auto;
}

.slidemenu_container {
    display: none;
    position: fixed;
    transition: left 850ms cubic-bezier(1, -0.02, 0.58, 1);
}

.slidemenu a {
    display: block;
    padding: 16px 33px;
    color: black;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 1px 1px 2px #0000000f;
}

.slidemenu a:hover {
    background-color: #ffffff0d;
    cursor: pointer;
}

.topbar .logo {
    height: 60px;
    margin-top: 5px;
    margin-left: 90px;
    margin-right: 0;
    width: auto;
    display: inline-block;
}

.topbar .nav {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    padding: 0 48px;
}

.topbar {
    display: flex;
    box-shadow: 0 0 11px #00000061;
    transition: width 350ms ease-in-out, border-radius 350ms ease-in-out;
    height: 70px;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 330px;
    width: auto;
    border-radius: 10px;
    background: url('../images/hormigon.jpeg');
    background-color: #cacaca;
}

.nav a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 70px;
    margin: 0 10px;
    text-shadow: 1px 1px 3px #00000045;
    padding: 10px 2px;
}

.slidemenu {
    background: url(../images/hormigon.jpeg);
    background-size: cover;
}

.slidemenu-button {
    padding: 27px 27px 26px 27px;
    font-size: 37px;
    right: 1px;
    color: black;
    background: white;
    background: url(../images/hormigon.jpeg);
}

.fotogaleria-container {
    transition: all 350ms ease-in-out, background-color 350ms cubic-bezier(0.47, 0.41, 1, 3.16);
    overflow: hidden;
    width: 100%;
    height: 40vw;
    position: relative;
    box-shadow: 0 0 7px #00000070;
}

.controls {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.controls i:not(.close) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 32px;
    padding: 40px;
    pointer-events: all;
    cursor: pointer;
    text-shadow: 0px 0px 7px #ffffff94;
}

.controls i:last-child {
    left: initial;
    right: 0;
}

.fotogaleria-items {
    transition: all 350ms ease-in-out;
    width: 600%;
    max-height: 40vw;
    left: 0;
    transition: left 250ms ease-in-out;
    position: relative;
    display: flex;
}

.fotogaleria-item-container {
    transition: all 350ms ease-in-out;
    width: 100vw;
    max-height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotogaleria-item-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fotogaleria-item-container video {
    width: 100%;
    max-height: 40vw;
}

h3 {
    margin: 0;
    padding: 46px 46px 24px 46px;
    text-align: center;
    font-weight: 100;
    font-size: 28px;
    color: black;
    text-align: left;
    font-weight: 700;
    text-align: center;
}

p {
    padding: 24px 46px 46px 46px;
    color: black;
    font-size: 18px;
}

.propiedades-list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.item-multimedia-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.propiedad-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 29%;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px;
    box-shadow: 1px 1px 15px #0000001a;
}

.propiedad-item p {
    padding: 0 22px;
    font-size: 27px;
    display: block;
    width: 100%;
    height: 210px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
}

.propiedad-item:hover {
    background-color: #00000008;
}

.item-multimedia-container video {
    width: 100%;
    height: 100%;
}

.contacto {
    padding: 44px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-image: linear-gradient(45deg, var(--maindark), var(--main) 95%);
}

.contacto h2 {
    text-align: center;
    font-size: 56px;
    font-weight: 100;
    flex: 1 0 100%;
    color: white;
}

.contacto a {
    text-decoration: none;
    color: white;
    margin: 30px;
    text-align: center;
    white-space: nowrap;
}

.contacto a i {
    display: block;
    font-size: 46px;
    margin-bottom: 20px;
}

.contacto a:hover {
    text-decoration: underline;
}

.propiedad-detail {
    overflow: hidden;
    margin-top: 90px;
}

.propiedad-detail h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 100;
    flex: 1 0 100%;
    padding: 26px 52px;
    margin: 0;
    color: white;
    box-shadow: 0 0 11px #000000a8;
    z-index: 1;
    position: relative;
    background-image: linear-gradient(45deg, var(--maindark), var(--main) 95%);
}

.propiedad-detail .info p {
    padding: 72px;
    white-space: pre-line;
    font-size: 20px;
}

.controls i:hover {
    background-color: #cacaca3d;
}

hr {
    width: 90px;
    display: inline-block;
    margin-left: 46px;
}

.info {
    padding: 60px 0;
}

.info h3 {
    text-align: left;
    color: black;
}

.logo {
    width: 300px;
    display: block;
    margin: auto;
}

.slogan {
    text-align: center;
    margin-top: 40px;
    font-size: 23px;
}

#vender {
    background-image: url('../images/sierras.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#vender h3, #vender p {
    color: white;
}

.info button {
    width: 210px;
    border-radius: 4px;
    padding: 22px;
    background: none;
    position: relative;
    mix-blend-mode: screen;
    display: block;
    margin: auto;
    font-weight: 700;
}

.info button a {
    color: black;
    text-decoration: none;
    font-weight: 900;
    font-size: 17px;
}

.info button a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    border-radius: 0.3em;
    content: '';
    mix-blend-mode: color-burn;
}

.contacto p {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
}

.floating-wpp-container {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    background: url('../images/whatsapp.png') no-repeat;
    background-size: contain;
    border-radius: 100%;
    box-shadow: 1px 1px 13px #00000054;
}

.floating-wpp-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.topbar h1 {
    margin: 0 0 0 20px;
    line-height: 70px;
    display: inline-block;
    color: black;
    vertical-align: top;
    font-size: 28px;
    font-weight: 500;
    white-space: nowrap;
    align-self: flex-start;
}

.topbar h1 span {
    color: var(--main);
}

.isolated-bg {
    background-color: #00000008;
    padding: 60px;
    position: relative;
}

.isolated-content {
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
    position: relative;
    border-top: 4px solid var(--mainaccent);
}

.isolated-bg:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #0000001c;
    left: 50%;
    top: 0;
}

.isolated-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 50%;
    height: 4px;
    background-color: var(--main);
}

.propiedad-detail .info h3 {
    padding: 72px 72px 0 72px;
}

.info button.regular {
    background-color: var(--main);
}

.info button.regular a {
    color: white;
}

.home-bg {
    background: url('../images/fondo.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-position: center 100%;
    background-size: cover;
}

.topbar.fulltop {
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 90px;
    position: fixed;
}

.topbar.fulltop .nav a {
    line-height: 90px;
}

.topbar.follow {
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    border-radius: 0;
}

.floating-logo {
    background: url('../images/logo.png') no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-size: contain;
    background-position: center;
}

.slidemenu_container.hidden {
    left: -180px;
}

.contacto h3 {
    color: white;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 100;
}

.topbar-title {
    display: none;
    margin: 0 20px 0 90px !important;
    padding: 0 !important;
    line-height: initial !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}

.precio-total {
    margin: 0;
    padding: 0;
}

.propiedad-detail .info {
    padding: 0 0 60px 0;
}

.lead-text {
    padding: 0 !important;
    font-size: 14px !important;
    word-spacing: 1px;
}

.lead-text strong {
    font-size: 16px;
}

.precio-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 72px;
}

.buttons-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-holder button {
    margin: 0 8px;
}

.whatsapp {
    background-color: #1bd741 !important;
    width: auto !important;
}

.whatsapp a {
    color: white !important;
}

.contact-modal {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: auto;
    background-color: white;
    bottom: -100%;
    left: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 20px #0000004f;
    transition: bottom 350ms linear;
    padding: 24px;
}

.contact-modal h2 {
    color: black;
    background: transparent;
    box-shadow: none;
    text-align: left;
    font-size: 18px;
    font-weight: 900;
    padding: 0 0 18px 0;
}

.contact-modal.shown {
    bottom: 0;
}

.closemodal {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 32px;
    cursor: pointer;
    z-index: 1;
    padding: 0px 12px;
}

.form input {
    width: 100%;
}

.form textarea {
    height: 100px;
}

.page-loader {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 15;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #212121;
    transition: opacity 350ms ease-in-out;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
}

.page-loader.shown {
    opacity: 1;
    pointer-events: initial;
}

.page-loader i {
    font-size: 30px;
    margin-bottom: 13px;
}

.fotogaleria-container.fullscreen {
    transition: all 350ms ease-in-out, background-color 700ms cubic-bezier(0, -1.9, 0.89, 1.55), box-shadow 0ms linear;
    box-shadow: none;
    position: fixed;
    z-index: 15;
    background-color: black;
    height: 100%;
    width: 100%;
    max-height: initial;
    left: 0;
    top: 0;
}

.fotogaleria-container.fullscreen .fotogaleria-items {
    max-height: initial;
    height: 100%;
}

.fotogaleria-container.fullscreen .fotogaleria-item-container {
    max-height: initial;
}

.controls .close {
    display: none;
    position: absolute;
    color: white;
    text-shadow: 1px 1px 2px black;
    right: 15px;
    top: 15px;
    font-size: 28px;
    padding: 15px;
    pointer-events: all;
    cursor: pointer;
}

.fullscreen .controls .close {
    display: block;
}

.nav a:hover {
    background-color: rgba(255,255,255,0.2);
}

.subtitle {
    position: absolute;
    top: 165px;
    color: white;
    text-shadow: 0px 0px 3px #000000;
    width: 100%;
    font-size: 23px;
    text-align: center;
}