.slide-onsale img, .slide-private img{
    width: 100%;
    margin-left: 0;
    object-fit: cover;
    box-sizing: border-box;
    aspect-ratio: 4/4;
}

.margin-icon-whats-negative{
    margin-right: -4px;
}

.aspect-ratio-4-4{
    aspect-ratio: 4/4;
}

.border-radius-unset{
    border-radius: unset;
}

.phone-ficha-disappear{
    display: flex;
}

.pc-ficha-disappear{
    display: none;
}

.slide-onsale .div-img-slide-onsale{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.infiniteslide_wrap{
    padding:0;
}

.slide-private img {
    width: 500px;
    height: 500px;
    margin-left: 20px;
}

.slide-onsale {
    display: flex;
    flex-wrap: wrap;
}

.pe-next-after-4{
    padding-right: 1.5rem;
}

.other-posts-divs div.content-container{
    height: 100%;
    min-height: 64vh;
}

.slide-onsale li {
    width: 50%;
    list-style: none;
    padding: 10px;
}

.accordion-button::after{
    width: 0px;
}

.accordion{
    --bs-accordion-btn-focus-box-shadow: 0;
}

.shadow-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.a-no-line{
    text-decoration: none
}

ul {
    list-style-type: none;
}

.flex-direction-column{
    flex-direction: column;
}

.accordion-button:not(.collapsed){
    color: black;
}

.accordion-button{
    color: grey
}

.accordion-item{
    border: 1px solid black;
}

.max-zone-width-pc{
    max-width: 75%;
}

.max-footer-width-pc{
    max-width: 90%;
}

.text-grey{
    color: #252A33;
}

.p-private {
    font-size: 18px;
    letter-spacing: 1px;
}

.form-control:focus {
    color: black;
    background-color: white;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* FICHA - MOBILE */

.grecaptcha-badge{
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.img-ficha-slide{
    height: 100%;
}

.controls-div-slide-pc{
    margin-top: 22px;
}

.mt-custom-glide-bullet{
    margin-top: 27px;
}

.div-arrows-slider-pc{
    left: 85%;
    bottom: 7%
}

.padding-top-pc-ficha{
    padding-top: 6rem;
}

.custom_dark_glide__bullet {
    width: 20px;
    height: 20px;
    border: 4px solid #000;
    margin: 5px;
    transition: background-color 0.3s;
    border-radius: 0;
    background-color: #000 !important;
}

.custom_dark_glide__bullet:hover,
.custom_dark_glide__bullet:focus,
.glide__bullet--active {
    background-color: transparent !important;
}

.custom_dark_glide__controls{
  display: flex;

}

.color-ref-house {
    color: #332f2e9e;
}

.fullscreen-image img {
    height: 85vw;
    transform: rotate(90deg);
}

/* NEWS - UPPERSIDE*/

.mt-div-header-news{
    margin-top: 17vh;
}

.searcher-news-color, .searcher-news-color:focus{
    background-color: #f8f7f582;
    color: grey;
}

.fs-upperside-title{
    font-size: 10.5rem;
}

.fs-littletext-news-upperside{
    font-size: 6rem;
    width: 110px;
}

.news-gallery-date{
    font-size: .8rem;
}

.news-gallery-title{
    font-size: 1.5rem;
}

.news-gallery-seemore{

}

.px-upperside-text-custom{
    padding-right: 12rem;
    padding-left: 13rem;
}

/* NEWS - UPPERSIDE ANIMACIÓN PC */

.posts-div > div {
    position: relative;
    overflow: hidden;
}

.post-bg {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: filter 0.5s ease;
    z-index: 0;
}

.post-bg:hover .background-image {
    filter: blur(5px);
}


.post-bg:hover .div-p-news {
    transform: translateY(-15vh);
    transform-origin: top;
}

button {
    margin-top: 1rem;
    z-index: 1;
}

.div-p-news {
    transition: transform 0.5s ease;
    height: 130px;
    padding-bottom: 16vh;
}


/* NEWS - UPPERSIDE ANIMACIÓN PHONE */

.slide-phone-news-scroll {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: white;
    text-align: center;
    transition: opacity 1s ease;
    background-color: #E8E8E8;

}

.slide-phone-news-scroll img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.6);
    object-fit: cover;
}

.placeholder-news-scroll-phone {
    height: 100vh;
}

.fs-upperside-littletext-phone{
    font-size: 10vw;
    color: #332F2E;
}

.fs-upperside-title-phone{
    font-size: 16vw;
    color: #332F2E;
}

.fs-upperside-text-phone{
    font-size: 3.6vw;
    color: #332F2E;
}

.custom-phone-news-infocard{
    margin-top: auto;
    margin-bottom: 8vh;
    width: 60vw;
}

.fs-upperside-phone-date {
    font-size: 18px;
}

.fs-upperside-phone-text{
    font-size: 28px;
    line-height: 31px;
}

.fs-upperside-phone-seemore{
    font-size: 18px;
}

/* NOSOTROS ANIMACION */

.bg-color-aboutus{
    background-color: #EEEEEE;
}

.header-color-aboutus{
    color: #E8E8E8;
}

.aboutus-div-img{
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.aboutus-card {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.aboutus-card img{
    object-fit: cover;
    aspect-ratio: 3 / 3;
}

.aboutus-card img, .aboutus-card-title {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.aboutus-card:hover img {
    transform: translateY(-100%);
    opacity: 0;
}

.aboutus-card-body{
    height: 8em;
}

.aboutus-card-title {
    transition: transform 0.5s ease-in-out;
    padding-top: 1.5rem;
}

.aboutus-card:hover .aboutus-card-title, .aboutus-card:hover .aboutus-card-description {
    transform: translateY(-436px);
}

.aboutus-card-description{
    visibility: hidden;
}

.aboutus-card:hover .aboutus-card-description {
    transition: transform 0.5s ease-in-out;
    animation: fadeIn 1s;
    visibility: visible;
}


.aboutus-card:hover .aboutus-card-description {
    bottom: 0;
    opacity: 1;
}

.aboutus-card-description p{
    font-family: 'DINNextLTProLight', sans-serif;
}

/* END ABOYUT US*/

.slide-private-mobile{
    height: 100vh;
}

.glide__track, .glide__slides{
    height: 100%;
}

.slide-private-mobile .glide__slide{
    position: relative;
}

.slide-private-mobile .text-slide-private{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.slide-private-mobile .img-slide-private{
    width: 100%;
    height: 100%;
    filter: brightness(0.6);
    object-fit: cover;
}

.div-text-slide-private{
    color: white;
    text-align: center;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90%;
}

.mobile-menu-contact{
    bottom: 70px;
}

.images-list li img{
    min-height: 500px;
    max-height: 500px;
    object-position: center;
    object-fit: cover;
}

.cursor-pointer{
    cursor: pointer;
}

.content-blog-info h2, .content-blog-info h3, .content-blog-info h4, .content-blog-info h5{
    font-family: 'PPHattonUltralight', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.content-blog-info h2 b, .content-blog-info h3 b, .content-blog-info h4 b, .content-blog-info h5 b{
    font-family: 'PPHattonUltralight', sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

.content-blog-info p, .content-blog-info span, .content-blog-info ul, .content-blog-info ol, .content-blog-info li{
    font-family: 'DINNextLTProLight', sans-serif;

}


/*  ANIMACIÓN DE COMPARTIR EN LIST */

.shareContainer{
    justify-content: end;
    align-content: end;
    align-items: end;
}



.shareTextList {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    position: relative;
}

.shareTextList::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #333;
    width: 100%;
    bottom: 0;
    left: 0;
}

.icons-share-div {
    position: absolute;
    top: 0px;
    right: 6px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
}

.ficha-shareContainer .icons-share-div {
    position: relative;
    top: -27px;
    right: 6px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
}

.details-property-list{
    font-size: 14px;
    color: #7d7d7d;
}

.icons-share-div a{
    margin: 0;
    padding: 0;
}

.shareContainer:hover .shareTextList {
    transform: translateY(-20px);
    opacity: 0;
}
.shareContainer:hover .icons-share-div {
    opacity: 1;
    transform: translateY(0);
}

.resposive-remove-margin-right{
    margin-right: 1rem;
}

.p-custom-phone-price{
    padding-bottom: 1.5rem;
}

.filter-list-box-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 5px;
}

.custom-list-section-padding{
    padding-top: 3rem;
}

.custom-list-section-filter{
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.section-other-properties{
    display: none;
}
/* STICKY UPPERSIDE */

.sticky-blog-uppersiode-img{
    position: sticky;
    top: 100px;
}

.border-top-zone-1px-black{
    border-top: 1px solid black;
}

.accordion {
    --bs-accordion-border-color: transparent;
}

.video-cover{
    object-fit: cover;
    object-position: bottom;
}

/* FICHA - SLIDER */
/* public/css/custom.css */
/*.glide__bullets {*/
/*    transform: none !important;*/
/*    position: static !important;*/
/*    bottom: 0 !important;*/
/*    left: 0 !important;*/
/*    z-index: 0 !important;*/
/*}*/

.div-buttons-sheet{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.glide__controls{
    position: absolute !important;
    display: inline-flex;
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
    text-align: center;
    width: auto !important;
}

.custom_glide__bullet {
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    margin: 5px 3px;
    transition: background-color 0.3s;
    border-radius: 0;
    background-color: white !important;
}

.letterupperlowecase{
    text-transform: lowercase;
}

.letterupperlowecase::first-letter {
    text-transform: uppercase;
}

.custom_glide__bullet:hover,
.custom_glide__bullet:focus,
.glide__bullet--active {
    background-color: transparent !important;
}

.fullscreen-image  {
    transform: rotate(90deg);
    transform-origin: center center;

}

.fullscreen-image img {
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    transform-origin: center center;
}

.sticky-blog-uppersiode-img img{
    height: 87vh;
    object-fit: cover;
}

.news-text-grey {
    color: #7d7d7d;
}

.news-content-container div span,.news-content-container a {
    color: #252A33;
}

.news-content-container h3,.news-content-container h2{
    margin-top: 1rem;
}

/* ETIQUETAS STYLE A CLASES ESTAN AQUÍ */

.header-padding-top-aboutus{
    padding-top: 10vh;
}

.price-filter-form{
    position: absolute;
    top: -17px;
    font-size: 14px;
    text-transform: initial;
}

.height-footer-message{
    height: 95px;
}

.mt-carrusel-home{
    max-width: 27vw;
}

.border-bottom-7C7C7C{
    border-bottom: 2px solid #7C7C7C;
}

.footer-text-copyText{
    font-size: 0.8rem;
    color: #7C7C7C
}

.p-lang-footer{
    font-size: 0.8rem;
    color: #7C7C7C;
}

.z-index9999{
    z-index: 9999;
}

.header-menu-options-max-height{
    max-height: 70vh;
    overflow-y: auto;
}

.bottom-15px{
    bottom: 15px;
}

.top-15px{
    top: 15px;
}

.pc-gallery-foreach-div{
    min-width: 388px;
    min-height: 64vh;
}

.pt-10vh{
    padding-top: 10vh;
}
.mt-6vh{
    margin-top: 6vh;
}

.mt-2-5-rem{
    margin-top: 2.5rem;
}

.color-d9d9d9{
    color: #d9d9d9;
}

.max-width-65-per{
    max-width: 65%;
}

.max-width-65-per-xl{
    max-width: 65%;
}

.border-radius-0{
    border-radius: 0;
}

.div-a-footer-pc a{
    align-items: center;
    display: inline-flex;
}

.text-white-hover:hover{
    color: white;
}

.button-fill:hover a {
    color: white;
}

.content-blog-info img{
    width: 100%;
    height: 100%;
}

.text-decoration-none:hover .dropdown-effect-chevron-down {
    transform: translateY(5px); /* Mueve el icono hacia abajo 5px */
    transition: transform 0.3s ease; /* Transición suave */
}

.form-check-input:checked{
    background-color: #392303;
    border-color: #392303;
}

.form-check-input:focus {
    border-color: #392303;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(117, 41, 0, 0.25);
}

.resposive-remove-padding-right{
    padding-right: 0;
}

/* COOKIES */

.termsfeed-com---palette-dark .cc-nb-reject,.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save {
    background-color: #332F2E !important;
    color: white !important;
}
.termsfeed-com---palette-dark .cc-nb-okagree:focus, .termsfeed-com---palette-dark .cc-nb-changep:focus {
    border-color: #392303 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(117, 41, 0, 0.25) !important;
}

.termsfeed-com---palette-dark .cc-pc-head-close:active, .termsfeed-com---palette-dark .cc-pc-head-close:focus {
    border: 2px solid #332F2E !important;
}


/* SLIDER LIGHTBOX */

.lb-data .lb-close{
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1;
}


.lightbox{
    align-content: center;
    margin-top: auto;
    top: 0 !important;
    height: 100%;
}

.lightbox .lb-image{
    border-radius: 0 !important;
    border: 0 !important;
}

.lb-details {
    display: none;
}

.lb-nav a.lb-prev:hover,.lb-nav a.lb-next:hover{
    opacity: 1 ;
}

.image-container-image-slide {
    position: relative;
    display: inline-block;
}

.text-overlay-image-slide {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    padding: 5px 23px;
    font-size: 33px;
    font-weight: bold;
    z-index: 2;
    text-align: end;
    font-family: 'PPHattonUltralight', sans-serif;
    right: 0;
}

.image-container-image-slide label{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 13px 0 13px;
}
