.c-btn {
    transition: all .3s ease;
    border: 1px solid transparent;
}
.c-btn:hover {
    background-color: white;
    border-color: #80A38B;
}

.link {
    transition: all .3s ease;
}

.c-btn:hover .link {
    color: #80A38B !important;
}

.c-btn--inverted {
    transition: all .3s ease;
    cursor: pointer;
}

.c-btn--inverted:hover {
    background-color: #80A38B;
}

.is-active {
    font-weight: bold;
    color: #3D4543;
}

.menu {
    padding-bottom: 20px;
}

.menu li {
    letter-spacing: 1px;
}

.c-btn--primary {
    transition: all .3s ease;
    background-color: #80A38B;
    border: 1px solid transparent !important;
    padding: 10px 15px !important;
}

.c-btn--primary a {
    color: white;
    vertical-align: middle;
}

.c-btn--primary:hover {
    background-color: white;
    border-color: #80A38B !important;
}

.c-btn--primary:hover a {
    color: #80A38B;
}

.c-last-link {
    border-right: none !important;
}

.icon-link {
    position: relative;
}
.js-submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    padding: 10px;
    background-color: white;
    border: 1px solid #3333;
}

.link {
    padding-right: 10px;
}

.gdpr-cookie-notice-nav {
    position: relative !important;
}

.sliderHeight {
    height: 100%;
}

.scrollLink {
    text-transform: uppercase;
}

.evo .flex-container div {
    width: calc(19%) !important;
}

.slide-controls {
    top: 40vh !important;
}

@media screen and (max-width: 900px) {
    .sliderHeight {
        height: 40vw !important;
    }
}

@media screen and (max-width: 600px) {
    .slide-controls {
        display: none !important;
    }

    .evo .flex-container div {
        width: auto !important;
    }

    .logo-footer {
        padding-bottom: 80px !important;
    }
}

.legal-texts {
    margin-top: 200px !important;
}

.c-description--v1 p {
    margin-bottom: 15px;
}

.c-description--v1 ul {
    margin-left: 40px;
    margin-bottom: 20px;
}

.c-description--v1 a {
    color: #80A38B;
    font-weight: bold;
    transition: all .3s ease;
}

.c-description--v1 a:hover {
    color: #333333;
}

.c-description--v1 h1, .c-description--v1 h2, .c-description--v1 h3, .c-description--v1 h4 {
    /*color: #80A38B;*/
    margin-bottom: 15px !important;
}

.c-description--v1 h1 {
    font-size: 40px;
}

.c-description--v1 h2 {
    font-size: 32px;
}

.c-description--v1 h3 {
    font-size: 26px;
}

.c-description--v1 h4 {
    font-size: 26px;
}

.legal-info {
    margin-top: 20px !important;
    font-style: italic !important;
}

.inline-logo img {
    padding-right: 10px;
}

.close-menu {
    position: fixed;
    top: 20px;
    right: 30px;
}

.mobile-icons {
    display: none;
}

@media screen and (max-width: 600px) {
    .mobile-icons {
        display: block !important;
    }
}

.meinteresa {
    transition: all .3s ease;
}

.meinteresa:hover {
    color: #3D4543 !important;
}

.sliderHeight {
    margin-top: 130px !important;
}

.wheretogo-heading {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .wheretogo-heading {
        flex-direction: column;
    }
}

.wheretogo-heading div {
    display: inline-block;
    margin-top: 0 !important;
}

.wheretogo-heading a {
    transition: all .3s ease;
}

.wheretogo-heading a:hover {
    color: #3D4543;
}

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

#proyecto .flex-container li div p {
    word-wrap: break-word;
    max-width: 130px;
}

.rw-slider-gif {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
    .rw-slider-gif {
        display: none;
    }
}

.rw-slider-gif img {
    width: fit-content;
    height: 60px;
    width: 124px;
}

#proyecto .swiper-pagination {
    margin-top: 12px;
}

@media screen and (min-width: 1024px) {
    #proyecto .swiper-pagination {
        margin-top: 32px;
    }
}

#entorno .rw-slider-gif img {
    height: 60px!important;
}

#entorno .rw-slider-gif {
    width: 100%!important;
    margin-right: 0px!important;
}

#entorno .swiper-pagination {
    margin-top: 12px;
}

@media screen and (min-width: 1024px) {
    #entorno .swiper-pagination {
        margin-top: 32px;
    }
}

#viviendas article .downloads {
    margin-top: 24px!important;
}

@media screen and (min-width: 1024px) {
    #viviendas article .downloads {
        margin-top: 48px;
    }
}

#viviendas .rw-slider-gif {
    margin-top: 24px;
}