body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.c-form__title {
    font-size: 40px;
    line-height: 50px;
    text-align: right;
}
.c-paginator{
    z-index: 0;
}
.c-paginator__num {
    min-width: 150px !important;
}

.c-form__group {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

@media (min-width:  900px) {
    .c-form__group {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .c-form__input.half-size {
        width: calc(50% - 15px) !important;
    }
}


@media screen and (min-width: 75em) and (max-width: 112.4375em){
    .c-head__title--big {
        font-size: 150px !important;
    }
}
.c-slide__content {
    position: absolute;
}

.c-properties-card__content {
    min-height: 315px;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: #FFFFFF !important;
}
.c-exclusive{
    display: flex;
}

.js-slider-estate {
    padding-left: 20px;
}
.c-tabs__list a.is-active{
    border-left: 1px solid;
    color: var(--color-shade-900);
    padding-left: 10px;
}
@media (max-width: 600px) {
    .c-slide__image{
        position: absolute;
        top: 0px;
    }
    .c-slide__content {
        top: 180px;
    }
    .c-slide--properties .c-slide__item {
        height: 510px;
    }
}

.c-property__info-value {
    font-family: sans-serif;
}

.c-cards__box-text {
    line-height: 45px;
    text-align: center;
}

.c-cards__box .u-images{
    min-height: inherit;
}
.c-cards__vertical-boxes {
    grid-row-gap: 32px;
}

.c-form__input input[type=checkbox] {
    width: auto;
    height: auto;
}

.u-text-active{
    font-weight: bold;
    text-decoration: underline;
}

.c-layout__max {
    max-width: var(--space--l);
}
@media screen and (max-width: 600px) {
    .c-modal__advise--responsive {
        width: 90% !important;
        padding: 60px !important;
    }
}

.c-btn--heart {
    background-color: #000;
    color:  #FFF;
    padding: 10px 20px;
    transition: all .4s;
    font-weight: 500;
    position:  relative;
    display: flex;
    background: var(--color-shade-900);
    font-family: var(--font-family-raleway);
    transition: 0.4s ease all;
}

.c-btn--heart svg{
    padding-right: 5px;
    fill:#fff;
    transition: 0.4s ease all;
}
.c-btn--svg:hover {
    fill: #000;
}
.c-btn--heart svg:hover {
    background: var(--color-gold);
    color: var(--color-shade-0);
}

.c-btn--heart svg:hover.c-properties-card__heart {
    color:  #FFF;
}
.c-form__check-msg{
    transition: 0.4s ease all;
}
.c-form__check-msg:hover{
    text-decoration: underline;
    transition: 0.4s ease all;
}
.c-carousel__title{
    color:#fff;
    font-family: var(--font-family-playfair);
}
.c-btn--heart .c-properties-card__heart.is-favourite {

}
.c-properties-card__heart{
    top: 10px;
    left: 5px;
}
@media screen and (max-width: 74.9375em) {
    .c-search-filters__search{
        font-family: var(--font-family-raleway);
    }
    .c-carousel__title {
        line-height: 45px;
    }
    .c-footer__bottom{
        padding-bottom: 50px;
    }
    .c-form__check-msg {
        left: 40px;
        top: 0px;
    }
    .c-cards__box{
        padding-top: 35px;
    }
}


.experiencies-wrapper .c-carousel .c-carousel__title {
    padding-left: 35px;
    padding-right: 35px;
}

@media(min-width: 600px) {

    .c-carousel-thumbs .slick-slide{
        padding-left: 15px;
        padding-right: 15px;
    }

}

.c-carousel .slick-list, .c-carousel__item, .c-carousel__item picture{
    height: 400px;
}

@media(min-width: 600px) {

    .c-carousel-thumbs .slick-slide{
        height: 85%;
    }

}

.slick-slide{
    height: auto;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

#formulario .c-search-extended__nav-dropdown {
    position: absolute !important;
}

#searchBar .c-search-extended__nav-dropdown {
    position: absolute !important;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .c-form__input input, .c-form__input select {
            background: #ddd;
        }

        .c-form__textarea textarea {
            background: #ddd;
        }
    }
}
.c-search-extended__item-white input{
    color:#000;
}
.c-new-box--v2 {
    width: calc(100% - 30px);
    left: 15px;
    margin-top: -40px;
}
.c-news__masonry-item{
    -webkit-column-break-inside: avoid;
    width: initial;
    position: inherit !important;
    display: inherit;
    top: inherit !important;
    left: inherit !important;
}


@media(min-width: 900px) {
    .c-exclusive__content {
        margin-bottom: 234px;
    }
}

.js-toggle-button img {
    width: 32px;
}

.c-carousel__title{
    line-height: 40px;
}
.c-tabs__list {
    font-size: 32px;
}


.c-properties-card__image.with-ribbon {
  --d: 6px; /* folded part */
  --c: black; /* color */
  --f: 14px; /* ribbon font-size */
  position: relative;
}

.c-properties-card__image.with-ribbon::before {
  content: attr(data-ribbon);
  position: absolute;
  font-size: var(--f);
  top: 0;
  right: 0;
  transform: translate(29.29%, -100%) rotate(45deg);
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  transform-origin: bottom left;
  padding: 5px 35px calc(var(--d) + 5px);

  background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d) no-repeat var(--c);

  background-clip: padding-box;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
  -webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left, linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0) bottom right;
  -webkit-mask-size: 300vmax 300vmax;
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  z-index: 2;
}

@media not all and (min-resolution:.001dpcm)
{ 
    @supports (-webkit-appearance:none) {

        .c-properties-card__image.with-ribbon::before {
            -webkit-mask: -webkit-linear-gradient(135deg,transparent calc(50% - var(--d) * 0.1),#fff 0) bottom left, -webkit-linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.1), #fff 0) bottom right;
            -webkit-mask-size: 297vmax 298vmax !important;
            -webkit-mask-composite: xor !important;
        }
    }
}


.c-properties-card__image.with-ribbon.left::before {
  left: 0;
  right: auto;
  transform: translate(-29.29%, -100%) rotate(-45deg);
  transform-origin: bottom right;
}

.contact-input-send {
    margin-top:  25px;
    text-align: center;
}

@media(min-width:  600px) {
    .contact-input-send {
        text-align: right;
        margin-top:  0px;
    }
}

.c-search-filters__close {
    position: relative;
    top: 0px;
    text-align: right;
}

.c-search-filters__nav-dropdown.is-active {
    position: absolute !important;
}

.c-search-extended__sort-dropdown {
    top: 0;
}

@media(min-width:  600px) {
    .c-search-extended__sort-dropdown {
        top: 100%;
    }
}


.c-modal__container {
    width: 95vw;
    padding: 40px;
}

@media(min-width:  600px) {
    .c-modal__container {
        width: 60vw;
        padding: 80px;
    }
}

.visit_time_start {
    -webkit-appearance: none;
}

.visit_time_end {
    -webkit-appearance: none;
}

.c-form__input.half-size.half-size-always {
    width: 45%;
}

.c-form__group.group-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-header__languages.mobile .c-header__languages-dropdown a {
    margin: 5px 4px;
    color: #FFF;
}

.c-header__languages.mobile .c-header__languages-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    transition: all .4s;
    right: 25px;
    box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 50%);
    background-color: #000;
    padding: 10px;
}

.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
    visibility: hidden!important;
}

.ytp-pause-overlay {
    visibility: hidden;
}

.c-header.hide .site-logo {
    visibility: hidden;
}

.site-logo {
    margin-top: 15px;
    width: 120px;
}

@media(min-width: 600px) {
    .site-logo {
        margin-top: 0px;
        width: 155px;
    }
}


#estate_contact .btn-wrapper {
    text-align: center;
}

#extras_box {
    margin-top: 50px;
}

#extras_box .c-property__subtitle {
    font-size: 24px;
}

#extras_box .c-property__list {
    margin-top: 32px;
}

.c-property__btn-wrapper {
    text-align: center;
}

.c-property__btn-wrapper .c-btn{
    width: 80%;
}

.c-property__favourite-btn-wrapper {
    margin-top: 50px;
    justify-content: center;
}

@media(min-width: 600px) {
    #extras_box {
        margin-top: 0px;
    }

    #extras_box .c-property__subtitle {
        font-size: 16px;
    }

    #extras_box .c-property__list {
        margin-top: 8px;
    }

    .c-property__btn-wrapper {
        text-align: initial;
    }

    .c-property__btn-wrapper .c-btn{
        width: auto;
    }

    .c-property__favourite-btn-wrapper {
        margin-top: 140px;
        text-align: initial;
        justify-content: initial;
    }

}

.c-banner--v2 .c-banner__subtitle p {
    font-size: 45px !important;
}

.c-footer__content a {

    font-family:  'Calibre Regular', sans-serif;

}

.c-footer__content p {

    font-family:  'Calibre Regular', sans-serif;

}

.slide {
  height: 100%;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.slick-slide .c-properties-card {
    min-height: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slick-slide .c-properties-card__content {
    min-height: auto;
    height: 100%;
}

#estateList .c-properties-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: auto;
}

#estateList .c-properties-card .c-properties-card__content {
    min-height: auto;
    height: 100%;
}

#experiencies_estates_list .c-properties-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: auto;
}

#experiencies_estates_list .c-properties-card .c-properties-card__content {
    min-height: auto;
    height: 100%;
}

.c-properties-card__content-height {
    height: auto;
}

.c-properties-card__reference {
    font-size:  14px;
    font-family: "Calibre Regular",sans-serif;;
    font-weight: 600;
}

.experiencies-wrapper .c-cards__box .c-cards__box-text.normal {
    font-size: 24px;
    padding: 15px;
}

.c-search-filters__map.inverted g, .c-search-filters__map.inverted path {
    fill: hsla(0,0%,78%,.6) !important;
}

.iti { width: 100%; }

.secret-property-img {
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
}

.c-search-extended__nav-dropdown a {
    width: 100%;
}

.c-search-filters__btn {
    background-color: #af884a !important;
}

.c-search-filters__search.stuck{
    z-index: 2!important;
}

.js-toggle-button.open img{
    width: 32px!important;
}

.c-head__title.blog-title {
    color:#000000;
}

@media (min-width: 768px) {
    .c-head__title.blog-title {
        max-width: 60%;
        width: 60%;
    }
}

.share-mobile {
    display: block;
}

.c-news__social.share-desktop {
    display: none;
}

@media (min-width: 768px) {
    .share-mobile {
        display: none;
    }

    .c-news__social.share-desktop {
        display: block;
    }
}

@media screen and (max-width: 74.9375em) {
    .c-header__nav { 
        height: auto;
    }
}

img {
    pointer-events: none;
}

.slick-slide > div {
    height: 100%;
}

.slick-slide .o-layout__item {
    height: 100%;
}

.iti--allow-dropdown input[type=text].error {
    border: 1px solid red;
}

.iti__selected-dial-code {
    font-family: var(--font-family-raleway);
}

.c-slide--home {
    height: 100vh;
    height: 100%;
    max-height: 100%;
}

.c-slide--home .video-slider {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    height: 100%;
}

.c-slide--home .slick-list {
    height: 100vh;
}

.c-slide--home .slick-track {
    height: 100vh;
}

.c-news__description ul li {
    font-size: 20px;
}

.c-news__description ul {
    list-style-type: initial;
    margin-left: 50px;
}

.filter-button-group.is-active {
    background-color: #af884a;
}

.c-news__description p {
    font-size: 20px;
    font-family: "Playfair Display", sans-serif;
}

.c-news__description ol {
    list-style-type: decimal;
    margin-left: 50px;
}

.c-news__description ol li {
    font-size: 20px;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 12px;
}

.c-news__description ul li {
    font-size: 20px;
    font-family: "Playfair Display", sans-serif;
}

.c-news__description h1 {
    font-size: 65px;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 25px;
}

.c-news__description h2 {
    font-size: 42px;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 25px;
}

.c-news__description h3 {
    font-size: 1.17em;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 25px;
}

.c-news__description h4 {
    font-size: 1em;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 25px;
}

.c-news__description h5 {
    font-size: .83em;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 25px;
}

.c-news__description h6 {
    font-size: .67em;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 25px;
}


/* iPad Mini in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { /* STYLE */}

/* iPad Mini in portrait only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

    .c-search-filters__dropdown {
        padding: 20px!important;
    }

    .c-search-filters .c-input__text {
        padding: 20px;
    }
    
}

/* iPad Mini in landscape only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    .c-header__nav .u-1\/8\@m.is-hidden-tablet {
        display: block!important;
    }

    .c-header__nav .u-1\/8\@m {
        width: 100%!important;
    }

    .c-header__nav .u-2\/8\@m {
        width: 100%!important;
    }

    .c-header__languages.mobile {
        display: block;
    }

    .c-search-filters__dropdown {
        padding: 20px!important;
    }

    .c-search-filters .c-input__text {
        padding: 20px;
    }
}


.c-paginator-item {
    border-radius: 50%;
    border: 2px solid #000;
    color: #828282;
    margin-left: 10px;
    padding: 4px 12px;
}

@media (min-width: 1024px) {
    .c-paginator-item {
        padding: 8px 14px;
    }
}

.c-paginator-item:hover {
    background-color: var(--color-gold);
    color: #FFF;
}

.c-paginator-item.active {
    background-color: var(--color-gold);
    color: #FFF;
}

.c-paginator-dots {
    color: #828282;
    margin-left: 10px;
}


.c-paginator__arrow-prev {
    width: 25px;
}

@media (min-width: 576px) {
    .c-paginator__arrow-prev {
        width: 30px;
    }
}

.c-paginator__arrow-next {
    width: 25px;
}

@media (min-width: 576px) {
    .c-paginator__arrow-next {
        width: 25px;
        margin-left: 12px;
    }
}

.arrows-mobile {
    display: flex;
    justify-content: space-around;
}

@media (min-width: 576px) {
    .arrows-mobile {
        display:none;
    }
}

.arrow-container {
    display: none;
}

@media (min-width: 576px) {
    .arrow-container {
        display:flex;
    }
}