:root {
    --aports-base: #cdae92;
    --aports-black: #3b3b3b;
    --light-color: #e5ded8;
}

/* general */

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader-big.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 256px auto;
    width: 100%;
    height: 100%;
  }

.nav-active {
    background-color: var(--aports-primary);
    color: var(--aports-black);
    text-shadow: 0.3px 0 0 rgba(50, 52, 59, .8);
}

.feature-one__bg-box::before,
.main-slider .image-layer::before,
.page-header-bg::before {
    background-color: rgba(0, 0, 0, 0.33);
}
.apartments-one__img::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.919) 82%);
}
.cta-one__bg {
    mix-blend-mode: inherit;
    opacity: 1;
    z-index: -1;
}
.cta-one__bg::before {
    position: absolute;
    display: block;
    content: '';
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
/* general */

/* header */
.main-menu__logo {
    background-color: var(--light-color);
}

.thm-btn {
    background-color: var(--aports-base);
    color: var(--aports-white);
}

.main-menu__logo a {
    display: block;
    position: relative;
}

.main-menu__logo a img {
    position: relative;
    width: 128px;
}

/* header */

/* nosotros */
.about-one__big-text {
    color: var(--aports-base);
    opacity: 1;
}

/* nosotros */

/* ofrecemos */
.feature-one__bg {
    mix-blend-mode: normal;
    opacity: 1;
}

.feature-one__bg-box::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
}

.feature-one__text.light,
.section-title__title.light {
    color: #fff;
}

.custom-display {
    display: flex;
}
.feature-one__single-inner {
    height: 100%;
}
/* ofrecemos */

/* departamentos */
.custom-text {
    padding-top: 30px;
    width: 50%;
    margin: 0 auto;
}

/* departamentos */

/* footer */
.custom-prefooter {
    padding: 105px 0;
    background-color: var(--light-color);
}

.custom-prefooter-wrap p {
    font-size: 50px;
    color: var(--aports-black);
}

.custom-holding {
    display: inline-block;
    width: 512px;
    height: 89px;
    background-image: url('../images/resources/logo-terruno-2.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-widget__about-text {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding-right: 30px;
}

@media all and (max-width:991px) {
    .custom-prefooter-wrap p {
        font-size: 40px;
    }

    .custom-holding {
        width: 80%;
    }
}

/* footer */

/* Nosotros */
.custom-padding-top{
    margin-top: 120px;
}
.custom-dots.value-two__points li .text p {
    color: var(--aports-black);
    font-weight: 500;
}
.custom-dots.value-two__points li .icon {
    height: 20px;
    width: 50px;
}
.custom-vertical{
    display: flex;
    align-items: center;
}
.custom-title-small {
    margin: 0;
    color: var(--aports-black);
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    margin-top: 2px;
}
.value-two__wrap {
    display: flex;
}
.custom-wrap-strong-title {
    max-width: 560px;
}
.custom-strong-title{
    text-transform: uppercase;
    font-size: 32px;
    line-height: normal;
}
.custom-strong-title span{
    color: var(--aports-base);
}
/* Nosotros */

/* Amenidades */
.custom-amenities{
    padding-top: 120px;
}
/* Amenidades */
