@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&family=Roboto:wght@400;700&display=auto");

@font-face {
    font-family: "Ropa Mix";
    src: url("https://estanciaromeroday.com/condominios/css/fonts/ropa-mix-pro-light.woff2") format("woff2"),
        url("https://estanciaromeroday.com/condominios/css/fonts/ropa-mix-pro-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Ropa Mix";
    src: url("https://estanciaromeroday.com/condominios/css/fonts/ropa-mix-pro-bold.woff2") format("woff2"),
        url("https://estanciaromeroday.com/condominios/css/fonts/ropa-mix-pro-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    cursor: default;
}

body,
html {
    height: 100%;
}

input:focus,
div:focus,
span:focus,
textarea:focus,
select:focus {
    outline: none;
    background-image: none;
}

input::-ms-clear {
    display: none;
}

div,
a,
span,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
}

.touch {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* LOADER */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 9999999999;
    display: none;
}

.loader-center {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loader-bottom {
    flex: none;
    padding-bottom: 64px;
}

.loader-bottom img {
    display: block;
    width: 164px;
    margin: 0 auto;
}

.loader-flower img {
    display: block;
    width: 48px;
    margin: 0 auto;
    animation: loader-anima 3s infinite;
}

@keyframes loader-anima {
    0% {
        transform: perspective(250px) rotateY(0deg) scale(1);
    }

    50% {
        transform: perspective(250px) rotateY(360deg) scale(1.5);
    }

    100% {
        transform: perspective(250px) rotateY(0deg) scale(1);
    }
}

.loader-caption {
    padding-top: 24px;
    color: #C5BBA4;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.loader-bar {
    width: 50%;
    height: 2px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.loader-bar div {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #C5BBA4;
    animation-name: loader-bar-anima;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes loader-bar-anima {
    0% {
        left: -100%;
    }

    49% {
        left: 100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

/* BAR */

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    z-index: 99;
    transition: 0.18s;
}

.bar-layout {
    display: flex;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: 2s;
    transform: translateY(-100%);
    backface-visibility: hidden;
}

.bar-layout-on {
    opacity: 1;
    transform: translateY(0);
}

.logo {
    flex: none;
    padding-bottom: 24px;
    padding-left: 4px;
    padding-right: 4px;
}

.logo-full {
    display: block;
}

.logo-iso {
    display: none;
}

.logo-compact {
    display: none;
    justify-content: center;
    align-items: center;
    width: 64px;
}

.logo a {
    height: 100%;
}

.logo-full img {
    display: block;
    width: 211px;
    height: auto;
}

.logo-iso img {
    display: block;
    width: 30px;
    height: auto;
}

.logo-compact img {
    display: block;
    width: 30px;
    height: auto;
}

.space {
    flex: auto;
}

.menu {
    flex: none;
    display: flex;
    align-items: flex-end;
}

.menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 100px;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    background-color: transparent;
    cursor: pointer;
    transition: 0.18s;
}

.menu-btn:hover {
    background-color: rgba(117, 108, 116, 0.35);
}

.touch .menu-btn:hover {
    background-color: transparent;
}

.menu-btn:active,
.touch .menu-btn:active {
    background-color: rgba(117, 108, 116, 0.35);
}

.menu-lines {
    width: 30px;
    height: 22px;
}

.menu-line {
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    background-color: #FFFFFF;
}

.menu-line:last-of-type {
    margin-bottom: 0px;
}

.bar-compact {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(15, 15, 32, 0.85);
}

.bar-compact .bar-layout {
    border-bottom-style: none;
}

.bar-compact .logo {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.bar-compact .logo-full {
    display: none;
}

.bar-compact .logo-compact {
    display: flex;
}

.bar-compact .menu-btn {
    width: 64px;
    height: 64px;
    border-left: solid 1px rgba(255, 255, 255, 0.25);
}

/* PANEL */

.panel-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15152E;
    opacity: 0.85;
    z-index: 999;
}

.panel-bg-show {
    animation-name: anima-panel-bg-show;
    animation-duration: 0.25s;
}

@keyframes anima-panel-bg-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.85;
    }
}

.panel-bg-hide {
    animation-name: anima-panel-bg-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-panel-bg-hide {
    from {
        opacity: 0.85;
    }

    to {
        opacity: 0;
    }
}

.panel {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 32px;
    left: 32px;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    background-color: #C5BBA4;
    opacity: 1;
    z-index: 999;
    transform: scale(1);
}

.panel-show {
    animation-name: anima-panel-show;
    animation-duration: 0.25s;
}

@keyframes anima-panel-show {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.panel-hide {
    animation-name: anima-panel-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-panel-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

.panel-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    cursor: pointer;
}

.panel-close img {
    display: block;
    width: 24px;
    height: 24px;
    transition: 0.18s;
}

.panel-close:hover img {
    transform: scale(1.2);
}

.touch .panel-close:hover img {
    transform: scale(1);
}

.panel-close:active img,
.touch .panel-close:active img {
    transform: scale(1.2);
}

.panel-buttons {
    text-align: center;
}

.panel-divisor {
    width: 240px;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(15, 15, 32, 0.1);
}

.panel-btn,
.panel-btn:link,
.panel-btn:visited,
.panel-btn:visited:hover {
    display: inline-block;
    padding: 13px;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.18s;
}

.panel-btn:hover {
    color: #FFFFFF !important;
}

.touch .panel-btn:hover {
    color: #0F0F20;
}

.panel-btn:active,
.touch .panel-btn:active {
    color: #FFFFFF !important;
}

.panel-social {
    display: flex;
    column-gap: 16px;
    width: 88px;
    padding-top: 16px;
    padding-bottom: 24px;
    margin: 0 auto;
}

.panel-social-link,
.panel-social-link:link,
.panel-social-link:visited,
.panel-social-link:visited:hover {
    width: 36px;
    height: 36px;
    cursor: pointer;
    transform: scale(1);
    transition: 0.18s;
}

.panel-social-link img {
    display: block;
    width: 100%;
    height: 100%;
}

.panel-social-link:hover {
    transform: scale(1.2);
}

.touch .panel-social-link:hover {
    transform: scale(1);
}

.panel-social-link:active,
.touch .panel-social-link:active {
    transform: scale(1.2);
}

/* COVER */

.cover {
    position: relative;
    width: 100%;
    height: 140%;
    background-color: #536373;
    overflow: hidden;
}

.cover-layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cover-sky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../resources/sky.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.75);
    transform-origin: top center;
    z-index: 1;
}

.cover-mountain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../resources/mountain.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(13%);
    z-index: 2;
}

.cover-portal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../resources/portal.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.2) translateY(-5%);
    z-index: 3;
}

.cover-clouds {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10000px;
    height: 100%;
    background: transparent url("../resources/clouds.png") repeat-x;
    background-size: 1000px 1000px;
    -webkit-animation: move-background 20s linear infinite;
    animation: move-background 20s linear infinite;
    z-index: 4;
}

@keyframes move-background {
    from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    to {
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
}

@-webkit-keyframes move-background {
    from {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    to {
        -webkit-transform: translate3d(1000px, 0px, 0px);
    }
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(15, 15, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(15, 15, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(15, 15, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 4;
}

.cover-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 240px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    text-align: center;
    z-index: 5;
}

.cover-subtitle {
    color: #C5BBA4;
    padding-bottom: 14px;
    font-size: 34px;
    line-height: 40px;
    transition: 3s;
    opacity: 0;
    transform: translateY(-50%);
}

.cover-subtitle-on {
    opacity: 1;
    transform: translateY(0);
}

.cover-title {
    max-width: 620px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 62px;
    line-height: 77.5px;
    font-weight: 700;
    transition: 3s;
    transform: scale(1.2) translateY(50%);
}

.cover-title-on {
    transform: scale(1) translateY(0);
}

.block {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.block-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

/* FEATURES */

.features {
    position: relative;
    width: 100%;
    padding-top: 87px;
    padding-bottom: 158px;
}

.features-block {
    position: relative;
    z-index: 2;
}

.features-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.features-bg img {
    display: block;
    width: 100%;
    max-width: 1052px;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0.2);
}

.features-iso {
    display: block;
    width: 52px;
    height: 75px;
    transition: 1s;
    transform: scale(2.5);
    opacity: 0;
}

.features-iso-on {
    transform: scale(1);
    opacity: 1;
}

.features-iso img {
    display: block;
    width: 100%;
    height: 100%;
}

.features-intro {
    display: flex;
    padding-top: 87px;
    padding-bottom: 129px;
}

.features-title {
    flex: none;
    width: 100%;
    max-width: 280px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 62px;
    line-height: 78px;
    transform: translateY(100%);
}

.features-text-block {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-left: 32px;
}

.features-text {
    width: 100%;
    max-width: 580px;
    color: #0F0F20;
    font-size: 22px;
    line-height: 30px;
}

.features-text-anima p {
    animation-name: features-text-anima;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.features-text-anima p:nth-child(1) {
    animation-delay: 0s;
}

.features-text-anima p:nth-child(2) {
    animation-delay: 0.25s;
}

.features-text-anima p:nth-child(3) {
    animation-delay: 0.75s;
}

@keyframes features-text-anima {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

.features-text p {
    padding: 0;
    padding-bottom: 12px;
    margin: 0;
    opacity: 0;
    transform: translateY(100%);
}

.features-text p:last-of-type {
    padding-bottom: 0px;
}

.features-content {
    transform: translateY(50%);
}

.features-headline {
    padding-bottom: 69px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 44px;
    line-height: 50px;
}

.features-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 22px;
    column-gap: 22px;
    width: 100%;
    max-width: 1050px;
}

.features-item {
    display: flex;
    opacity: 0;
    transform: translateY(100%);
}

.features-items-anima .features-item {
    animation-name: features-items-anima;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.features-items-anima .features-item:nth-child(1) {
    animation-delay: 0s;
}

.features-items-anima .features-item:nth-child(2) {
    animation-delay: 0.2s;
}

.features-items-anima .features-item:nth-child(3) {
    animation-delay: 0.4s;
}

.features-items-anima .features-item:nth-child(4) {
    animation-delay: 0.6s;
}

.features-items-anima .features-item:nth-child(5) {
    animation-delay: 0.8s;
}

.features-items-anima .features-item:nth-child(6) {
    animation-delay: 1s;
}

.features-items-anima .features-item:nth-child(7) {
    animation-delay: 1.2s;
}

.features-items-anima .features-item:nth-child(8) {
    animation-delay: 1.4s;
}

.features-items-anima .features-item:nth-child(9) {
    animation-delay: 1.6s;
}

.features-items-anima .features-item:nth-child(10) {
    animation-delay: 1.8s;
}

.features-items-anima .features-item:nth-child(11) {
    animation-delay: 2s;
}

.features-items-anima .features-item:nth-child(12) {
    animation-delay: 2.2s;
}

.features-items-anima .features-item:nth-child(13) {
    animation-delay: 2.4s;
}

@keyframes features-items-anima {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

.features-items-anima .features-item .features-item-tick {
    animation-name: features-items-tick-anima;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.features-items-anima .features-item:nth-child(1) .features-item-tick {
    animation-delay: 0s;
}

.features-items-anima .features-item:nth-child(2) .features-item-tick {
    animation-delay: 0.2s;
}

.features-items-anima .features-item:nth-child(3) .features-item-tick {
    animation-delay: 0.4s;
}

.features-items-anima .features-item:nth-child(4) .features-item-tick {
    animation-delay: 0.6s;
}

.features-items-anima .features-item:nth-child(5) .features-item-tick {
    animation-delay: 0.8s;
}

.features-items-anima .features-item:nth-child(6) .features-item-tick {
    animation-delay: 1s;
}

.features-items-anima .features-item:nth-child(7) .features-item-tick {
    animation-delay: 1.2s;
}

.features-items-anima .features-item:nth-child(8) .features-item-tick {
    animation-delay: 1.4s;
}

.features-items-anima .features-item:nth-child(9) .features-item-tick {
    animation-delay: 1.6s;
}

.features-items-anima .features-item:nth-child(10) .features-item-tick {
    animation-delay: 1.8s;
}

.features-items-anima .features-item:nth-child(11) .features-item-tick {
    animation-delay: 2s;
}

.features-items-anima .features-item:nth-child(12) .features-item-tick {
    animation-delay: 2.2s;
}

.features-items-anima .features-item:nth-child(13) .features-item-tick {
    animation-delay: 2.4s;
}

@keyframes features-items-tick-anima {
    from {
        opacity: 0;
        transform: scale(10);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.features-item-tick {
    padding-top: 12px;
    padding-right: 16px;
}

.features-item-tick img {
    display: block;
    width: 18px;
    height: 12px;
}

.features-item-text {
    color: #B79C5D;
    font-family: "Roboto Slab", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.features-button,
.features-button:link,
.features-button:visited,
.features-button:visited:hover {
    display: none;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 60px;
    margin: 0 auto;
    margin-top: 32px;
    background-color: #C5BBA4;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s;
}

.features-button:hover {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

.touch .features-button:hover {
    color: #FFFFFF !important;
    background-color: #C5BBA4 !important;
}

.features-button:active,
.touch .features-button:active {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

/* AMENITIES */

.amenities-slider {
    width: 100%;
    height: auto;
}

.amenities-headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 90px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 70px;
    transform: translateX(50%);
    opacity: 0;
}

.amenities-layout {
    display: flex;
    width: 100%;
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

.amenities-headline-frame {
    width: 100%;
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

.amenities-info {
    width: 55%;
    padding-top: 140px;
    padding-right: 32px;
    box-sizing: border-box;
}

.amenities-subtitle {
    padding-bottom: 42px;
    color: #B79C5D;
    font-family: "Roboto Slab", sans-serif;
    font-size: 50px;
    line-height: 55px;
}

.amenities-item {
    padding-bottom: 12px;
    color: #0F0F20;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.amenities-item-text {
    color: #0F0F20;
    font-size: 22px;
    line-height: 30px;
}

.amenities-info-1 {
    display: block;
}

.amenities-info-2 {
    display: none;
    padding-top: 40px;
    text-align: center;
}

.amenities-picture {
    width: 45%;
}

.amenities-circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 8000px;
    overflow: hidden;
    transform: scale(0);
}

.amenities-circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #78765B;
    background-image: url(../resources/bike.jpg);
    animation: amenities-circle-anima 25s linear infinite;
}

.amenities-circle-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #91A567;
    background-image: url(../resources/lunch.jpg);
    animation: amenities-circle-anima 25s linear infinite;
}

.amenities-circle-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #D58061;
    background-image: url(../resources/tennis.jpg);
    animation: amenities-circle-anima 25s linear infinite;
}

.amenities-circle-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #134128;
    background-image: url(../resources/camera.jpg);
    animation: amenities-circle-anima 25s linear infinite;
}

@keyframes amenities-circle-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.amenities-circle-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.amenities-stroke {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 8000px;
    border: solid 2px #C5BBA4;
}

.amenities-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    padding: 16px;
    padding-top: 16px;
    box-sizing: border-box;
    background-color: #1F293E;
    border-radius: 200px;
    opacity: 0.95;
    animation: amenities-orbit 8s linear infinite;
}

.amenities-icon-1 {
    padding: 16px;
    padding-top: 16px;
}

.amenities-icon-2 {
    padding: 18px;
    padding-top: 18px;
}

.amenities-icon-3 {
    padding: 12px;
    padding-top: 12px;
}

.amenities-icon-4 {
    padding: 20px;
    padding-top: 20px;
}

.amenities-icon img {
    display: block;
    width: 100%;
}

.amenities-bullets {
    padding-top: 24px;
    padding-bottom: 72px;
}

.amenities-bullet {
    width: 15px;
    height: 15px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 100px;
    background-color: #C4C4C4;
    cursor: pointer;
}

.amenities-bullet-on {
    background-color: #B79C5D;
}

/* MASTERPLAN */

.masterplan-title {
    position: relative;
    padding-top: 11px;
    padding-bottom: 70px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 70px;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 2;
}

.masterplan-picture {
    position: relative;
    width: 100%;
    padding-bottom: 44.17989417989418%;
    background-color: #687363;
    cursor: pointer;
    transform: translateY(50%);
}

.masterplan-picture-1 {
    display: block;
}

.masterplan-picture-2 {
    display: none;
    padding-bottom: 226.3473053892216%;
}

.masterplan-picture>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.masterplan-zoom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    margin-left: -26px;
    border-radius: 100px;
    background-color: #FFFFFF;
    transform: scale(1);
    transition: 0.18s;
}

.masterplan-zoom img {
    display: block;
}

.masterplan-zoom:hover {
    transform: scale(1.25);
}

.touch .masterplan-zoom:hover {
    transform: scale(1);
}

.masterplan-zoom:active,
.touch .masterplan-zoom:active {
    transform: scale(1.25);
}

/* START */

.start {
    position: relative;
    padding-top: 100px;
    padding-bottom: 133px;
    background-color: #444D5A;
    text-align: center;
    overflow: hidden;
}

.start-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../resources/start.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: start-bg-anima 25s linear infinite;
}

@keyframes start-bg-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.start-info {
    position: relative;
}

.start-logo {
    width: 52px;
    height: 75px;
    margin: 0 auto;
    transition: 1s;
    transform: scale(2.5);
    opacity: 0;
}

.start-logo-on {
    transform: scale(1);
    opacity: 1;
}

.start-logo img {
    display: block;
    width: 52px;
    height: 75px;
}

.start-title {
    width: 100%;
    max-width: 480px;
    padding-top: 60px;
    padding-bottom: 23px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 46px;
    line-height: 54px;
    opacity: 0;
    transform: translateY(100%);
}

.start-subtitle {
    width: 100%;
    max-width: 400px;
    padding-bottom: 35px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 22px;
    line-height: 34px;
    opacity: 0;
    transform: translateY(100%);
}

.start-button,
.start-button:link,
.start-button:visited,
.start-button:visited:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 60px;
    margin: 0 auto;
    background-color: #C5BBA4;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100%) scale(0);
    transition: 0.18s;
}

.start-button:hover {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

.touch .start-button:hover {
    color: #FFFFFF !important;
    background-color: #C5BBA4 !important;
}

.start-button:active,
.touch .start-button:active {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

/* LOCATION */

.location {
    background-color: #0F0F20;
}

.location-title {
    padding-top: 60px;
    color: #FFFFFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 70px;
    line-height: 70px;
    transform: translateX(-100%);
    opacity: 0;
}

.location-map {
    position: relative;
    width: 100%;
    padding-bottom: 46.66666666666667%;
    overflow: hidden;
}

.location-map img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: scale(2) translateY(50%);
}

/* DISTANCE */

.distance {
    padding-bottom: 80px;
    overflow: hidden;
}

.distance-title {
    padding-top: 70px;
    padding-bottom: 25px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 70px;
    line-height: 70px;
    transform: translateY(100%);
    opacity: 0;
}

.distance-circle {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 2px #C5BBA4;
    border-radius: 800px;
    transform: scale(0.25);
    opacity: 0;
}

.distance-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.5s;
}

.distance-item-anima {
    opacity: 1;
    transform: scale(1);
}

.distance-number {
    padding-bottom: 4px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 90px;
    line-height: 90px;
    text-align: center;
}

.distance-description {
    padding-bottom: 10px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}

.distance-trail {
    position: relative;
    width: 100%;
    padding-bottom: 8%;
    margin-top: 24px;
}

.distance-trail-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.75);
}

.distance-trail-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #C5BBA4;
}

.distance-trail-point {
    position: absolute;
    top: 50%;
    left: 0;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background-color: #C5BBA4;
    border-radius: 50px;
}

.distance-trail-point-2 {
    left: 50%;
    margin-left: -22px;
}

.distance-trail-point-3 {
    right: 0;
    left: initial;
}

.distance-trail-car {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s;
}

.distance-trail-car img {
    display: block;
    height: 100%;
    margin-left: -50%;
    transition: 0.5s;
}

.distance-trail-car-1 {
    left: 0;
}

.distance-trail-car-1 img {
    margin-left: 0%;
}

.distance-trail-car-2 {
    left: 50%;
}

.distance-trail-car-2 img {
    margin-left: -50%;
}

.distance-trail-car-3 {
    left: 100%;
}

.distance-trail-car-3 img {
    margin-left: -100%;
}


/* NEWS */

.news {
    overflow: hidden;
}

.news-slider {
    width: 100%;
    height: auto;
}

.news-title {
    padding-top: 180px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 70px;
    line-height: 70px;
    transform: translateX(50%);
    opacity: 0;
}

.news-layout {
    display: flex;
    width: 100%;
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

.news-info {
    display: flex;
    align-items: center;
    width: 55%;
    padding-right: 32px;
    padding-bottom: 48px;
    box-sizing: border-box;
}

.news-headline {
    padding-bottom: 18px;
    color: #B79C5D;
    font-family: "Roboto Slab", sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}

.news-intro {
    color: #0F0F20;
    font-size: 22px;
    line-height: 30px;
}

.news-picture {
    width: 45%;
}

.news-circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 8000px;
    overflow: hidden;
    transform: scale(0);
}

.news-circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    background-image: url(../resources/news-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: news-circle-anima 25s linear infinite;
}

.news-circle-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4B2522;
    background-image: url(../resources/news-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: news-circle-anima 25s linear infinite;
}

@keyframes news-circle-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.news-circle-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.6) 100%);
}

.news-stroke {
    width: 100%;
    height: 100%;
    border-radius: 8000px;
    border: solid 2px #C5BBA4;
    box-sizing: border-box;
}

.news-bullets {
    padding-top: 24px;
    padding-bottom: 32px;
}

.news-bullet {
    width: 15px;
    height: 15px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 100px;
    background-color: #C4C4C4;
    cursor: pointer;
}

.news-bullet-on {
    background-color: #B79C5D;
}

/* CONTACT */

.contact {
    position: relative;
    padding-top: 64px;
    padding-bottom: 204px;
    background-color: #0F0F20;
    overflow: hidden;
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0F0F20;
    background-image: url(../resources/contact.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: bottom center;
    animation: contact-bg-anima 25s linear infinite;
}

@keyframes contact-bg-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.contact-logo {
    width: 63px;
    height: 88px;
    margin: 0 auto;
    transition: 1s;
    transform: scale(2.5);
    opacity: 0;
}

.contact-logo-on {
    transform: scale(1);
    opacity: 1;
}

.contact-logo img {
    display: block;
    width: 63px;
    height: 88px;
}

.contact-title {
    padding-top: 20px;
    padding-bottom: 24px;
    color: #0F0F20;
    font-family: "Roboto Slab", sans-serif;
    font-size: 76px;
    line-height: 84px;
    text-align: center;
    transform: scale(0.25);
    opacity: 0;
}

.contact-intro {
    width: 100%;
    max-width: 420px;
    padding-bottom: 35px;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: "Roboto Slab", sans-serif;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    transform: scale(1.75);
    opacity: 0;
}

.contact-social {
    display: flex;
    column-gap: 16px;
    width: 136px;
    margin: 0 auto;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(150%);
}

.contact-link,
.contact-link:link,
.contact-link:visited,
.contact-link:visited:hover {
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: scale(1);
    transition: 0.18s;
}

.contact-link img {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-link:hover {
    transform: scale(1.2);
}

.touch .contact-link:hover {
    transform: scale(1);
}

.contact-link:active,
.touch .contact-link:active {
    transform: scale(1.2);
}

.contact-button,
.contact-button:link,
.contact-button:visited,
.contact-button:visited:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 60px;
    margin: 0 auto;
    background-color: #C5BBA4;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s;
    transform: translateY(150%);
    opacity: 0;
}

.contact-button:hover {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

.touch .contact-button:hover {
    color: #FFFFFF !important;
    background-color: #C5BBA4 !important;
}

.contact-button:active,
.touch .contact-button:active {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

/* COMPANY */

.company {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 188px;
    background-color: #0F0F20;
}

.company-logo,
.company-logo:link,
.company-logo:visited,
.company-logo:visited:hover {
    display: block;
    opacity: 1;
    cursor: pointer;
    transition: 0.18s;
    opacity: 0;
}

.company-logo:hover {
    opacity: 0.5;
}

.touch .company-logo:hover {
    opacity: 1;
}

.company-logo:active,
.touch .company-logo:active {
    opacity: 0.5;
}

.company-logo img {
    display: block;
    width: 247px;
    height: 60px;
}

/* BUILDING  */

.building {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #536373;
    overflow: hidden;
}

.building-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.building-slider {
    width: 100%;
    height: 100%;
}

.building-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.building-slide-1 {
    width: 100%;
    height: 100%;
    background-image: url(../condominios/resources/cover-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: intro-bg-anima;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.building-slide-2 {
    width: 100%;
    height: 100%;
    background-image: url(../condominios/resources/cover-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: intro-bg-anima;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.building-slide-3 {
    width: 100%;
    height: 100%;
    background-image: url(../condominios/resources/cover-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: intro-bg-anima;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes intro-bg-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.building-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    text-align: center;
    z-index: 5;
}

.building-heading {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    color: #B79C5D;
    font-family: "Roboto Slab", sans-serif;
    font-size: 66px;
    line-height: 71px;
    text-align: center;
    transform: scale(0.25);
    opacity: 0;
}

.building-subtitle {
    padding-bottom: 7px;
    color: #FFFFFF;
    font-family: "Ropa Mix", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0.11em;
    margin-right: -0.11em;
    text-transform: uppercase;
}

.building-title {
    color: #FFFFFF;
    font-family: "Ropa Mix", sans-serif;
    font-size: 70px;
    line-height: 77px;
    font-weight: 700;
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    text-transform: uppercase;
}

.building-button,
.building-button:link,
.building-button:visited,
.building-button:visited:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 32px;
    background-color: #0F0F20;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.18s;
}

.building-button:hover {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

.touch .building-button:hover {
    color: #FFFFFF !important;
    background-color: #0F0F20 !important;
}

.building-button:active,
.touch .building-button:active {
    color: #FFFFFF !important;
    background-color: #5D7199 !important;
}

/* LOGOS */

.logos {
    padding-top: 48px;
    padding-bottom: 84px;
    overflow: hidden;
}

.logos-grid {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 200px 200px 200px 200px;
    justify-content: space-between;
    width: 100%;
    max-width: 986px;
    margin: 0 auto;
}

.logos-item,
.logos-item:link,
.logos-item:visited,
.logos-item:visited:hover {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    opacity: 0;
    transform: translateY(100%);
}

.logos-item-1:hover .logos-location {
    color: #E12F34 !important;
    border-top: solid 1px #E12F34 !important;
}

.touch .logos-item-1:hover .logos-location {
    color: #68676B;
    border-top: solid 1px #68676B;
}

.logos-item-1:active .logos-location,
.touch .logos-item-1:active .logos-location {
    color: #E12F34 !important;
    border-top: solid 1px #E12F34 !important;
}

.logos-item-2:hover .logos-location {
    color: #F29E00 !important;
    border-top: solid 1px #F29E00 !important;
}

.touch .logos-item-2:hover .logos-location {
    color: #68676B;
    border-top: solid 1px #68676B;
}

.logos-item-2:active .logos-location,
.touch .logos-item-2:active .logos-location {
    color: #F29E00 !important;
    border-top: solid 1px #F29E00 !important;
}

.logos-item-3:hover .logos-location {
    color: #03644E !important;
    border-top: solid 1px #03644E !important;
}

.touch .logos-item-3:hover .logos-location {
    color: #68676B;
    border-top: solid 1px #68676B;
}

.logos-item-3:active .logos-location,
.touch .logos-item-3:active .logos-location {
    color: #03644E !important;
    border-top: solid 1px #03644E !important;
}

.logos-item-4:hover .logos-location {
    color: #5B78A3 !important;
    border-top: solid 1px #5B78A3 !important;
}

.touch .logos-item-4:hover .logos-location {
    color: #68676B;
    border-top: solid 1px #68676B;
}

.logos-item-4:active .logos-location,
.touch .logos-item-4:active .logos-location {
    color: #5B78A3 !important;
    border-top: solid 1px #5B78A3 !important;
}

.logos-item-logo {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.logos-item img {
    display: block;
    width: 100%;
}

.logos-location {
    flex: none;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: solid 1px #68676B;
    color: #68676B;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    transition: 0.18s;
}

.logos-anima .logos-item {
    animation-name: logos-anima;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.logos-anima .logos-item:nth-child(1) {
    animation-delay: 0s;
}

.logos-anima .logos-item:nth-child(2) {
    animation-delay: 0.25s;
}

.logos-anima .logos-item:nth-child(3) {
    animation-delay: 0.75s;
}

.logos-anima .logos-item:nth-child(4) {
    animation-delay: 1s;
}

@keyframes logos-anima {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* FOOTER */

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 144px;
    background-color: #000000;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:visited:hover {
    display: block;
    opacity: 1;
    transition: 0.18s;
}

.footer a:hover {
    opacity: 0.5;
}

.touch .footer a:hover {
    opacity: 1;
}

.footer a:active,
.touch .footer a:active {
    opacity: 0.5;
}

.footer a img {
    display: block;
    width: 185px;
    height: 51px;
    opacity: 0;
    transition: 1s;
}

.footer-on a img {
    opacity: 1;
}

/* WHATSAPP */

.whatsapp,
.whatsapp:link,
.whatsapp:visited,
.whatsapp:visited:hover {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 80px;
    height: 80px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 300px;
    background-color: #C5BBA4;
    cursor: pointer;
    transition: 0.18s;
    transform: translatey(0px);
    animation: whatsapp-anima 5s ease-in-out infinite;
    z-index: 99;
}

@keyframes whatsapp-anima {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.whatsapp img {
    display: block;
    width: 100%;
    height: 100%;
}

.whatsapp:hover {
    transform: scale(1.2);
}

.touch .whatsapp:hover {
    transform: scale(1);
}

.whatsapp:active,
.touch .whatsapp:active {
    transform: scale(1.2);
}

.whatsapp-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -58px;
    left: 0;
    width: 100%;
    height: 100%;
}

.whatsapp-label {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #0F0F20;
    border-radius: 100px;
    color: #C5BBA4;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    transition: 0.18s;
}

.whatsapp:hover .whatsapp-label {
    opacity: 1;
}

.touch .whatsapp:hover .whatsapp-label {
    opacity: 0;
}

.whatsapp:active .whatsapp-label,
.touch .whatsapp:active .whatsapp-label {
    opacity: 1;
}

@keyframes amenities-orbit {
    from {
        transform: rotate(0deg) translateX(312%) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(312%) rotate(-360deg);
    }
}

@media (max-width: 1250px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(310%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(310%) rotate(-360deg);
        }
    }

}

@media (max-width: 1180px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(293%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(293%) rotate(-360deg);
        }
    }

}

@media (max-width: 1120px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(278%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(278%) rotate(-360deg);
        }
    }

}

@media (max-width: 1080px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(259%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(259%) rotate(-360deg);
        }
    }

}

@media (max-width: 1040px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(249%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(249%) rotate(-360deg);
        }
    }

}

@media (max-width: 990px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(224%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(224%) rotate(-360deg);
        }
    }

}

@media (max-width: 940px) {

    .amenities-headline-frame {
        text-align: center;
    }

    .amenities-layout {
        display: flex;
        flex-direction: column;
    }

    .amenities-info {
        width: 100%;
        padding-top: 165px;
        padding-right: 0px;
        text-align: center;
    }

    .amenities-picture {
        width: 100%;
        max-width: 630px;
        margin: 0 auto;
    }

    .amenities-info-1 {
        display: none;
    }

    .amenities-info-2 {
        display: block;
    }

    .news-title {
        padding-bottom: 50px;
        text-align: center;
    }

    .news-layout {
        display: flex;
        flex-direction: column;
    }

    .news-info {
        order: 2;
        display: block;
        width: 100%;
        padding-top: 32px;
        padding-right: 0px;
    }

    .news-headline {
        width: 100%;
        text-align: center;
    }

    .news-intro {
        text-align: center;
    }

    .news-picture {
        order: 1;
        width: 100%;
        max-width: 630px;
        margin: 0 auto;
    }

    .logos-grid {
        max-width: 432px;
        grid-template-columns: 200px 200px;
        column-gap: 32px;
    }

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(380%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(380%) rotate(-360deg);
        }
    }

}

@media (max-width: 900px) {

    .features-items {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 780px) {

    .features-iso {
        margin: 0 auto;
    }

    .features-intro {
        display: block;
        padding-top: 87px;
        padding-bottom: 129px;
        text-align: center;
    }

    .features-title {
        margin: 0 auto;
    }

    .features-headline {
        text-align: center;
    }

    .features-items {
        margin: 0 auto;
        max-width: 420px;
    }

    .features-text-block {
        display: block;
        padding-top: 48px;
        padding-left: 0px;
    }

    .features-text {
        margin: 0 auto;
    }

    .features-items {
        grid-template-columns: 1fr;
    }

    .masterplan-title {
        text-align: center;
    }

    .location-title {
        padding-bottom: 30px;
        text-align: center;
    }

    .distance-title {
        text-align: center;
    }

}

@media (max-width: 690px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(370%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(370%) rotate(-360deg);
        }
    }

}

@media (max-width: 660px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(350%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(350%) rotate(-360deg);
        }
    }

}

@media (max-width: 630px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(330%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(330%) rotate(-360deg);
        }
    }

}

@media (max-width: 610px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(310%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(310%) rotate(-360deg);
        }
    }

}

@media (max-width: 680px) {

    .building-heading {
        padding-bottom: 32px;
        font-size: 36px;
        line-height: 41px;
    }

    .building-intro {
        padding-left: 0px;
        padding-right: 0px;
    }

    .building-subtitle {
        font-size: 23px;
        line-height: 23px;
    }

    .building-title {
        font-size: 36px;
        line-height: 43px;
    }

    .building-button,
    .building-button:link,
    .building-button:visited,
    .building-button:visited:hover {
        width: 160px;
        height: 46px;
        font-size: 15px;
        line-height: 15px;
    }

}

@media (max-width: 580px) {

    .bar {
        padding-top: 28px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .bar-compact {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .logo {
        padding-top: 6px;
        padding-bottom: 0px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .bar-compact .logo {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .logo-full {
        display: none;
    }

    .logo-iso {
        display: block;
    }

    .bar-compact .logo-iso {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 64px;
        height: 64px;
    }

    .bar-compact .logo-compact {
        display: none;
    }

    .menu-btn {
        width: 61px;
        height: 60px;
        background-color: transparent;
    }

    .bar-compact .menu-btn {
        width: 64px;
        height: 64px;
        border-left: solid 1px rgba(255, 255, 255, 0.25);
    }

    .menu-lines {
        width: 25px;
    }

    .menu-line {
        margin-bottom: 7px;
    }

    .panel {
        top: 16px;
        left: 16px;
        width: calc(100% - 32px);
        height: calc(100% - 32px);
    }

    .cover-subtitle {
        padding-bottom: 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .cover-title {
        font-size: 38px;
        line-height: 46px;
    }

    .features {
        padding-top: 48px;
        padding-bottom: 72px;
    }

    .features-bg img {
        width: 130%;
    }

    .features-iso {
        width: 28px;
        height: 40px;
    }

    .features-intro {
        padding-top: 140px;
        padding-bottom: 76px;
    }

    .features-title {
        font-size: 36px;
        line-height: 44px;
    }

    .features-text-block {
        padding-top: 24px;
    }

    .features-text {
        font-size: 16px;
        line-height: 24px;
    }

    .features-headline {
        padding-bottom: 36px;
        font-size: 36px;
        line-height: 48px;
    }

    .features-items {
        grid-template-columns: 1fr;
        row-gap: 8px;
        width: 100%;
    }

    .features-item-tick {
        padding-top: 9px;
        padding-right: 10px;
    }

    .features-item-tick img {
        width: 16px;
        height: 10px;
    }

    .features-item-text {
        font-size: 18px;
        line-height: 26px;
    }

    .features-button,
    .features-button:link,
    .features-button:visited,
    .features-button:visited:hover {
        display: flex;
    }

    .amenities-headline {
        padding-bottom: 0px;
        font-size: 36px;
    }

    .amenities-info {
        padding-top: 80px;
    }

    .amenities-subtitle {
        padding-bottom: 24px;
        font-size: 25px;
        line-height: 30px;
    }

    .amenities-item {
        font-size: 18px;
        line-height: 24px;
    }

    .amenities-item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .amenities-info-2 {
        padding-top: 24px;
    }

    .amenities-circle-frame {
        padding: 20px;
    }

    .amenities-icon {
        width: 48px;
        height: 48px;
        margin-top: -24px;
        margin-left: -24px;
    }

    .amenities-icon-1 {
        padding: 9px;
        padding-top: 9px;
    }

    .amenities-icon-2 {
        padding: 13px;
        padding-top: 13px;
    }

    .amenities-icon-3 {
        padding: 6px;
        padding-top: 6px;
    }

    .amenities-icon-4 {
        padding: 14px;
        padding-top: 14px;
    }

    .amenities-bullets {
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .masterplan-title {
        padding-bottom: 40px;
        font-size: 36px;
    }

    .masterplan-picture-1 {
        display: none;
    }

    .masterplan-picture-2 {
        display: block;
    }

    .start {
        padding-top: 60px;
        padding-bottom: 93px;
        text-align: left;
    }

    .start-bg {
        background-position: 35% center;
    }

    .start-logo {
        width: 28px;
        height: 40px;
        margin: 0;
    }

    .start-logo img {
        display: block;
        width: 28px;
        height: 40px;
    }

    .start-title {
        padding-top: 30px;
        padding-bottom: 13px;
        margin: 0;
        font-size: 36px;
        line-height: 42px;
    }

    .start-subtitle {
        padding-bottom: 25px;
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .start-button,
    .start-button:link,
    .start-button:visited,
    .start-button:visited:hover {
        margin: 0;
    }

    .location-title {
        font-size: 36px;
        line-height: 36px;
    }

    .location-map {
        padding-bottom: 60%;
    }

    .location-map img {
        transform: scale(1.3) translateX(-5%);
    }

    .distance-title {
        padding-bottom: 38px;
        font-size: 36px;
        line-height: 36px;
    }

    .distance-number {
        font-size: 86px;
        line-height: 86px;
    }

    .distance-description {
        font-size: 20px;
        line-height: 28px;
    }

    .distance-trail {
        padding-bottom: 14%;
        margin-top: 32px;
    }

    .distance-trail-point {
        margin-top: -6px;
        width: 12px;
        height: 12px;
    }

    .distance-trail-point-2 {
        margin-left: -6px;
    }

    .news-title {
        padding-top: 70px;
        padding-bottom: 40px;
        font-size: 36px;
        line-height: 36px;
    }

    .news-info {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .news-headline {
        padding-bottom: 10px;
        font-size: 28px;
        line-height: 34px;
    }

    .news-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .news-circle-frame {
        padding: 20px;
    }

    .news-bullets {
        padding-top: 16px;
        padding-bottom: 90px;
    }

    .contact {
        padding-top: 66px;
        padding-bottom: 100px;
    }

    .contact-logo {
        width: 28px;
        height: 40px;
    }

    .contact-logo img {
        width: 28px;
        height: 40px;
    }

    .contact-title {
        padding-top: 32px;
        padding-bottom: 20px;
        font-size: 38px;
        line-height: 44px;
    }

    .contact-intro {
        padding-bottom: 24px;
        font-size: 22px;
        line-height: 30px;
    }

    .contact-social {
        width: 112px;
    }

    .contact-link,
    .contact-link:link,
    .contact-link:visited,
    .contact-link:visited:hover {
        width: 48px;
        height: 48px;
    }

    .contact-button,
    .contact-button:link,
    .contact-button:visited,
    .contact-button:visited:hover {
        width: 160px;
        height: 46px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 700;
    }

    .company {
        height: 150px;
        padding-bottom: 16px;
    }

    .company-logo img {
        width: 200px;
        height: 49px;
    }

    .footer {
        height: 120px;
    }

    .footer a img {
        width: 135px;
        height: 37px;
    }

    .whatsapp,
    .whatsapp:link,
    .whatsapp:visited,
    .whatsapp:visited:hover {
        right: 40px;
        bottom: 70px;
        width: 60px;
        height: 60px;
        padding: 6px;
    }

    .whatsapp-caption {
        top: -48px;
    }

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(470%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(470%) rotate(-360deg);
        }
    }

}

@media (max-width: 560px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(460%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(460%) rotate(-360deg);
        }
    }

}

@media (max-width: 550px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(450%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(450%) rotate(-360deg);
        }
    }

}

@media (max-width: 540px) {

    .logos {
        padding-top: 38px;
        padding-bottom: 74px;
    }

    .logos-grid {
        grid-template-columns: 110px 110px;
        column-gap: 32px;
        max-width: 252px;
    }

    .logos-item-logo {
        width: 110px;
        height: 110px;
        padding-left: 0px;
        padding-right: 0px;
    }

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(435%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(435%) rotate(-360deg);
        }
    }

}

@media (max-width: 530px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(425%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(425%) rotate(-360deg);
        }
    }

}

@media (max-width: 520px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(420%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(420%) rotate(-360deg);
        }
    }

}

@media (max-width: 510px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(410%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(410%) rotate(-360deg);
        }
    }

}

@media (max-width: 500px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(400%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(400%) rotate(-360deg);
        }
    }

}

@media (max-width: 490px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(385%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(385%) rotate(-360deg);
        }
    }

}

@media (max-width: 480px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(375%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(375%) rotate(-360deg);
        }
    }

}

@media (max-width: 470px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(365%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(365%) rotate(-360deg);
        }
    }

}

@media (max-width: 460px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(355%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(355%) rotate(-360deg);
        }
    }

}

@media (max-width: 450px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(340%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(340%) rotate(-360deg);
        }
    }

}

@media (max-width: 440px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(325%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(325%) rotate(-360deg);
        }
    }

}

@media (max-width: 420px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(310%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(310%) rotate(-360deg);
        }
    }

}

@media (max-width: 400px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(290%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(290%) rotate(-360deg);
        }
    }

}

@media (max-width: 390px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(280%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(280%) rotate(-360deg);
        }
    }

}

@media (max-width: 380px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(280%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(280%) rotate(-360deg);
        }
    }

}

@media (max-width: 370px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(245%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(245%) rotate(-360deg);
        }
    }

}

@media (max-width: 360px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(260%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(260%) rotate(-360deg);
        }
    }

}

@media (max-width: 350px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(230%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(230%) rotate(-360deg);
        }
    }

}

@media (max-width: 340px) {

    @keyframes amenities-orbit {
        from {
            transform: rotate(0deg) translateX(220%) rotate(0deg);
        }

        to {
            transform: rotate(360deg) translateX(220%) rotate(-360deg);
        }
    }

}