/*SOLANA*/
@font-face {
    font-family: ABC;
    src: url(../fonts/abcdiatypemono-bolditalic-trial-webfont.woff2) format("woff2"), url(../fonts/abcdiatypemono-bolditalic-trial-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: ABC;
    src: url(../fonts/abcdiatypemono-bold-trial-webfont.woff2) format("woff2"), url(../fonts/abcdiatypemono-bold-trial-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: ABC;
    src: url(../fonts/abcdiatypemono-medium-trial-webfont.woff2) format("woff2"), url(../fonts/abcdiatypemono-medium-trial-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Theinhardt;
    src: url(../fonts/Theinhardt-Md.woff2) format("woff2"), url(../fonts/Theinhardt-Md.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Theinhardt;
    src: url(../fonts/Theinhardt-Rg.woff2) format("woff2"), url(../fonts/Theinhardt-Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    color: #4c4943;
}
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e1dfdc;
}
body::-webkit-scrollbar-thumb {
    background-color: #3e2f2a;
    outline: 1px solid #3e2f2a;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}
header nav.mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url(../images/bgs/SOLANA_muro_blanco.jpg);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header nav h1 {
    font-size: 26px;
}
header nav ul {
    list-style: none;
    padding: 40px;
    text-align: center;
}
nav.desktop-nav {
    display: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
}
nav.desktop-nav:hover {
    background-color: rgba(30, 30, 30, 0.05);
}
nav.desktop-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 10px;
}
header nav ul li {
    padding: 10px;
}
header nav ul li a {
    font-family: ABC;
    text-transform: uppercase;
    font-size: 22px;
}
nav.desktop-nav ul li a {
    font-size: 16px;
}
nav.desktop-nav ul li a:hover {
    text-decoration: underline;
}
button#menu {
    display: none;
}
button#close-menu,
button#menu {
    background: 0 0;
    border: none;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
button#close-menu img,
button#menu img {
    width: 24px;
}
main {
    overflow: hidden;
}
section {
    position: relative;
}
img {
    width: 100%;
}
a,
h1,
h2,
h3,
h4,
h5 {
    font-family: ABC;
    text-transform: uppercase;
}
h1 {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 12px;
}
a,
h2 {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 3px;
}
h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
    padding-top: 22px;
}
h5 {
    font-size: 14px;
    letter-spacing: 8px;
}
p {
    font-family: Theinhardt;
    font-size: 18px;
}
a {
    text-decoration: none;
    font-weight: 700;
    text-transform: initial;
}
section.full.bg-red .info p {
    font-size: 22px;
    line-height: 30px;
}
section.full.bg-red .info {
    padding-top: 30px;
    max-width: 600px;
}
.full {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.content {
    height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
}
.center {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.left {
    text-align: left !important;
    margin: 0 auto 0 0 !important;
}
.right {
    text-align: right !important;
    margin: 0 0 0 auto !important;
}
.padded {
    padding: 0 20px;
}
.underlined {
    text-decoration: underline;
}
.pulled-up {
    margin-top: -100px;
}
h1.section-title {
    width: 400px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}
h1.section-title.big {
    width: 580px;
}
h1.section-title.small {
    width: 260px;
}
.section-title img {
    height: auto;
    width: 90%;
    padding: 5px;
}
#footer {
    position: fixed;
    height: 50px;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    padding: 20px 0 0 0;
    bottom: 0px;
}
#footer img {
    width: 30px;
    height: auto;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    margin: 0 auto;
}
#footer.hidden {
    display: none;
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}
.pos-absolute {
    position: absolute;
}
.pos-absolute.top {
    top: 140px;
}
.pos-absolute.bottom {
    bottom: 180px;
}
.pos-absolute.top.right {
    top: 80px;
    right: 60px;
}
.pos-absolute.top.left {
    top: 40px;
    left: 60px;
}
.no-letter-spacing {
    letter-spacing: 0 !important;
}
.main-bg {
    background-image: url(../images/clava_sides.png), url(../images/bgs/SOLANA_MURO_gris_sol1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
section.full.bg-red {
    background-image: url(../images/bgs/SOLANA_INICIO_web.jpg);
}
.main-solana-logo {
    max-width: 720px;
    padding-top: 100px;
}
.scroll {
    width: 40px;
    position: absolute;
    bottom: 100px;
    animation: bounce 1s ease-in-out infinite;
}
@keyframes bounce {
    0% {
        bottom: 100px;
    }
    50% {
        bottom: 80px;
    }
    100% {
        bottom: 100px;
    }
}
.bg-sol-1 img,
.bg-sol-2 img,
.bg-sol-3 img {
    width: 80%;
}
.main-clava-logo {
    max-width: 460px;
}
.fig-text-fig {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    text-align: center;
    align-items: center;
    margin-top: 160px;
}
.fig-text-fig h2 {
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fig-text-fig img {
    margin: 0 auto;
    max-width: 300px;
    max-height: 500px;
    width: auto !important;
}
.fig-fig {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    align-items: center;
    gap: 20px;
}
.fig-fig img {
    max-width: 420px;
}
h4 {
    font-style: italic;
    color: #444;
}
.content-text {
    font-family: Theinhardt;
    font-size: 14px;
    margin-top: 40px;
    text-align: justify;
    width: 720px;
}
section#slider {
    padding: 20px 80px;
    box-sizing: border-box;
}
ul#splide01-list {
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
}
.splide__slide img {
    width: auto;
    max-width: 80%;
    padding-top: 100px;
    padding-left: 60px;
    max-height: 80vh;
}
.splide__slide img.horizontal {
    max-height: 720px;
}
.splide__slide h5 {
    width: 300px;
}
ul#splide01-list {
    cursor: grab;
}
.fig-text {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    gap: 75px;
    margin-top: 80px;
}
.fig-text.half {
    grid-template-columns: 7fr 4fr;
    gap: 40px;
}
.departamento-link div .links-container{
    display: flex;
    flex-direction: column;
}
.departamento-link div .links-container a {
    line-height: 28px;
}
section#departamentos .fig-text {
    margin-top: 40px;
}
section#departamentos .fig-text img, section#departamentos .img {
    max-width: 720px;
    padding: 0px;
    box-sizing: border-box;
}
section#departamentos .apartment-show.hidden {
    display: none;
}
.fig-text.half img {
    padding: 0;
}
.address-info {
    padding: 10px 0 25px;
}
.address-info p{
    font-size: 14px;
    line-height: 20px;
}
.address-info h2 {
    font-size: 16px;
}
.edificio-info {
    text-align: left;
    padding: 10px;
}
.departamento-link {
    padding: 5px 0px;
    font-family: ABC;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: flex;
    align-items: center;
}
.departamento-link h3 {
    padding-top: 5px;
}
.departamento-link span {
    line-height: 25px;
}
.departamento-link span {
    text-transform: lowercase;
    font-weight: bold;
}
.departamento-link span:hover {
    text-decoration: underline;
}
.departamento-link h3 span {
    text-transform: lowercase;
}
.departamento-link .circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 40px;
}
.departamento-link li:hover{
    
}
.amenidades {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    margin-left: 40px;
}
#lightgallery li:nth-child(1) .circle {
    background-color: #ff7b50;
}
#lightgallery li:nth-child(2) .circle {
    background-color: #b96b3a;
}
#lightgallery li:nth-child(3) .circle {
    background-color: #ffcc98;
}
#lightgallery li:nth-child(4) .circle {
    background-color: #ecf484;
}
#lightgallery li:nth-child(5) .circle {
    background-color: #f98ce3;
}
#lightgallery li:nth-child(6) .circle {
    background-color: #a3bfb6;
}
#lightgallery li:nth-child(7) .circle {
    background-color: #fbb6ae;
}
#lightgallery li:nth-child(8) .circle {
    background-color: #e0dbbd;
}
ul#lightgallery li {
    list-style: none;
}
ul#lightgallery li a {
    font-weight: 400 !important;
    font-size: 14px !important;
}
section#contexto {
    height: auto !important;
    padding-top: 100px;
}
.context-text p {
    font-family: ABC;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
    padding-top: 10px;
}
ul#lightgallery2 {
    max-width: 100%;
}

#lightgallery2 img {
    max-width: 75%;
}

.sales-contact-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 78%;
    margin: 0 auto;
}
.sales-contact-container .container {
    padding: 0px 20px;
}
#contact-container {
    width: 50%;
    max-width: 500px;
}
#sales-container {
    width: 40%;
    max-width: 500px;
}
section#ventas img {
    width: 30px;
}
section#ventas .ventas-logo {
    width: 40%;
}
.contact-info {
    padding-top: 40px;
}
.contact-info p {
    max-width: 500px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contacto-info h2 {
    font-size: 16px;
}
.socials-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
.socials-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    border: none;
    color: #fff;
    border-radius: 10px;
    margin: 0 5px;
}

.wa-cta {
    background-color: #32cd32;
}
.wa-cta:hover {
    background-color: #8add8a;
}
section#ventas-info button.wa-cta img {
    padding: 0;
    width: 30px;
    text-align: center;
}
p.contact-text {
    font-family: ABC;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    padding-top: 10px;
    max-width: 580px;
    margin: auto;
}
form.contact-form {
    max-width: 640px;
    padding-top: 40px;
    text-align: center;
    margin: 0 auto;
}
form .two-colums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    font-family: ABC;
    font-size: 8px !important;
    font-weight: 700;
}
form.contact-form input,
form.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
form.contact-form input,
form.contact-form textarea {
    font-family: ABC;
}
form.contact-form input[type="submit"] {
    width: 360px;
    font-family: ABC;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 14px;
    cursor: pointer;
    background-color: #666;
    color: #fff;
    border: none;
}
form.contact-form input[type="submit"]:hover {
    background-color: #999;
}
section#creditos .fig-fig {
    padding-top: 80px;
}
section#creditos img {
    width: 240px;
    margin-bottom: 80px;
}
section#creditos h2,
section#creditos p {
    padding: 0 100px;
    margin-bottom: 40px;
    max-width: 480px;
}
section#creditos p {
    text-align: justify;
}
h1.pos-absolute.bottom.madeby {
    bottom: 20px;
    font-size: 14px;
}
#messages .error,
#messages .success {
    display: none;
    position: fixed;
    top: 80px;
    width: 92%;
    height: auto;
    margin: 2%;
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
    font-family: Theinhardt;
    font-size: 16px;
    text-align: center;
    padding: 2%;
    box-shadow: 12px 12px 24px -12px #000;
    animation-name: disappear;
    animation-duration: 6s;
    animation-fill-mode: forwards;
}
@keyframes disappear {
    90% {
        opacity: 1;
        transform: rotateX(0);
    }
    100% {
        display: none;
        opacity: 0;
        transform: rotateX(90deg);
    }
}
#messages h1 {
    font-size: 20px;
    letter-spacing: 6px;
}
#messages .error {
    background-color: tomato;
}
#messages .success {
    background-color: #8bd000;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    width: 20px;
    height: 28px;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
}
#backToTop:hover {
    background-color: #b9b9b9;
}
#backToTop img {
    width: 20px;
}
@media screen and (max-width: 768px) {
    section.full.bg-red {
        background-image: url(../images/bgs/SOLANA_INICIO_movil.jpg);
    }
    section.full.bg-red .info p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .contact-info br {
        display: none;
    }
    .contact-info h2{
        line-height: 25px;
    }
    .contact-info h2 a{
        display: block;
    }
    #lightgallery2 img {
        max-width: 100%;
    }
    #contact-container, #sales-container {
        width: 90%;
    }
    p.contact-text {
        font-size: 14px;
        line-height: 16px;
    }
    .main-bg {
        background-image: none;
        background-color: #e5e4df;
    }
    section.full {
        background-image: url(../images/bgs/SOLANA_MURO_gris_sol1.jpg);
        background-attachment: fixed;
        background-size: 100% 100%;
    }
    h1 {
        font-size: 14px;
        line-height: 34px;
        letter-spacing: 8px;
    }
    #messages h1 {
        font-size: 16px;
        letter-spacing: 4px;
    }
    a,
    h2 {
        font-size: 12px;
        line-height: 34px;
    }
    h3 {
        font-size: 11px;
        line-height: 14px;
        padding-top: 10px;
    }
    h4 {
        font-size: 10px;
    }
    p {
        font-size: 12px;
    }
    button#menu {
        display: block;
    }
    nav.desktop-nav {
        display: none;
    }
    header nav ul li a {
        font-size: 12px;
    }
    .bg-sol-1 img,
    .bg-sol-2 img,
    .bg-sol-3 img {
        width: 120%;
    }
    h1.section-title {
        width: 50%;
        margin: 0 auto;
        top: 20px;
    }
    h1.section-title.big {
        width: 80%;
    }
    h1.section-title.small {
        width: 40%;
    }
    .pulled-up {
        margin-top: 0;
    }
    .fig-fig,
    .fig-text,
    .fig-text-fig,
    .fig-text.half {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    #intro .fig-text-fig {
        margin-top: 80px;
    }
    .fig-text {
        gap: 20px;
    }
    .fig-text-fig div {
        padding: 10px 0;
    }
    .fig-text-fig img {
        max-width: 120px;
        max-height: 160px;
    }
    .content-text {
        font-size: 13px;
        width: 100%;
    }
    .main-clava-logo {
        max-width: 280px;
    }
    section#departamentos,
    section#intro,
    section#solana-info-2 {
        height: 140vh;
    }
    section#arquitectura,
    section#proyecto,
    section#slider {
        height: 120vh;
    }
    section#slider {
        padding: 20px 0;
    }
    .splide__slide img {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 100px;
    }
    .splide__slide img.horizontal {
        padding-top: 180px;
    }
    .splide__slide img.slide-left {
        padding-left: 0 !important;
    }
    .splide__slide h5 {
        position: relative;
        right: unset !important;
    }
    section#departamentos .fig-text {
        gap: 0;
    }
    section#departamentos .fig-text img, section#departamentos .img {
        width: 320px;
        padding: 0px;
    }
    .departamentos-links {
        grid-template-columns: 1fr;
        padding-left: 0;
    }
    .departamento-link {
        padding: 0;
        letter-spacing: 8px;
        justify-content: center;
    }
    .departamento-link h3 {
        width: 160px;
    }
    ul#lightgallery li {
        padding: 10px;
    }
    section#mapa div h1 {
        display: none;
    }
    .mapa-contexto {
        padding: 20px !important;
        box-sizing: border-box;
    }
    .context-text p {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1px;
    }
    button.wa-cta {
        font-size: 14px;
    }
    section#ventas-formulario {
        min-height: 660px;
    }
    section#ventas .ventas-logo {
        padding-top: 30px;
        width: 30%;
    }
    section#ventas-formulario p {
        font-size: 14px;
        width: 100%;
    }
    form.contact-form {
        display: block;
        margin:auto;
        width: 90%;
        padding-top: 20px;
    }
    .contact-info {
        padding-top: 20px;
    }
    .contact-info p {
        line-height: 20px;
    }
    form .two-colums {
        display: block;
    }
    form.contact-form input,
    form.contact-form textarea {
        margin: 6px 0;
        padding: 10px;
        width: 80%;
        box-sizing: content-box;
    }
    form.contact-form input[type="submit"] {
        padding: 10px;
        width: 70%;
    }
    section#creditos .fig-fig {
        padding-top: 0;
    }
    section#creditos {
        height: 130vh;
    }
    section#creditos img {
        width: 180px !important;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    section#creditos h2,
    section#creditos p {
        padding: 0 20px;
    }
    h1.pos-absolute.bottom.madeby {
        font-size: 12px;
        max-width: 260px;
    }
    .madeby a {
        font-size: 16px;
    }
    .sales-contact-container {
        display: block;
    }
}
/*SPLIDE*/
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__container {
    position: relative;
    box-sizing: border-box;
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform;
}
.splide.is-active .splide__list {
    display: flex;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide {
    visibility: hidden;
}
.splide,
.splide__slide {
    position: relative;
    outline: none;
}
.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__slider {
    position: relative;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}
.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list {
    display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}
.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__arrow:focus {
    outline: none;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus {
    outline: none;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}
/*LIGHTHOUSE*/
@font-face {
    font-family: lg;
    src: url(../fonts/lg.ttf?io9a6k) format("truetype"), url(../fonts/lg.woff?io9a6k) format("woff"), url(../fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    font-family: lg !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}
.lg-next {
    right: 20px;
}
.lg-next:before {
    content: "\e095";
}
.lg-prev {
    left: 20px;
}
.lg-prev:after {
    content: "\e094";
}
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: 0 0;
    border: none;
    box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
    color: #fff;
}
.lg-toolbar .lg-close:after {
    content: "\e070";
}
.lg-toolbar .lg-maximize {
    font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}
.lg-toolbar .lg-download:after {
    content: "\e0f2";
}
.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
.lg-sub-html a {
    color: inherit;
}
.lg-sub-html a:hover {
    text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.lg-error-msg {
    font-size: 14px;
    color: #999;
}
.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1;
}
.lg-group:after {
    content: "";
    display: table;
    clear: both;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-on {
    scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
    opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: 0;
    will-change: auto;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
    opacity: 1;
}
.lg-outer.lg-visible {
    opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    outline: 0;
}
.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}
.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}
.lg-outer .lg-item.lg-complete {
    background-image: none;
}
.lg-outer .lg-item.lg-current {
    z-index: 1060;
}
.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
    opacity: 1;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
    opacity: 1;
}
.lg-outer .lg-empty-html {
    display: none;
}
.lg-outer[data-lg-slide-type="iframe"] .lg-download,
.lg-outer[data-lg-slide-type="video"] .lg-download {
    opacity: 0.75;
    pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
    opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
    opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
    display: none;
}
.lg-container.lg-show {
    display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}
.lg-inline .lg-backdrop {
    z-index: 1;
}
.lg-inline .lg-outer {
    z-index: 2;
}
.lg-inline .lg-maximize:after {
    content: "\e909";
}
.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

@media screen and (max-height: 760px) { 
    .departamento-link h3 {
        padding-top: 0px;
    }
    .departamento-link div .links-container{
        flex-direction: row;
    }
    .departamento-link div .links-container a {
        line-height: 26px;
    }
    .departamento-link div .links-container a:last-child {
        padding-left: 5px;
    }
    .departamento-link .circle {
        margin-right: 20px;
    }
    .departamento-link div .links-container a:last-child:before {
        content: "/";
        margin-right: 5px;
    }
    .departamento-link span {
        font-size: 12px;
    }
    .edificio-info {
        padding: 0px;
    }
    h1.section-title {
        top: 80px;
    }
    h1.section-title img {
        width: 80%;
        height: auto;
    }
}
