/* GENERALES */

.no-scroll {
    overflow: hidden;
}

/* FIN GENERALES */

.footer-detalle{
    position: relative;
    bottom: 25px;
}


.footer-detalle .contactar{
    align-self: center;
    
}

.botonPantallaCompleta {
    position: fixed; /* Fija el botón en la pantalla completa */
    bottom: 30px;    /* 30px desde el borde inferior */
    left: 50%;
    transform: translateX(-50%); /* Centra el botón horizontalmente */
    z-index: 1000; /* Asegúrate de que esté sobre otros elementos */
}

.footer-detalle .contactar a{
    
    border-radius: 5px;
    /*position: absolute;*/
    bottom: 0px;
    
    color: black;
    transition: 300ms all;
    font-weight: bolder;
    font-size: 23px;
    color: #fbab2c;
     display: flex;
     width: 250px;
     justify-content: center;
     text-align: center;
   

}
.footer-detalle .contactar a {
    background-color: rgb(145, 20, 23) !important;
    margin-top: 14px;
    color: white;
    border-radius: 30px;
    
}
.footer-detalle .contactar a:hover{
    background-color: rgb(145, 20, 23) !important;
}

.info-propiedad{
    margin-bottom:-30px;
}

.descripcion{
    margin-top: 30px;
}

.info-propiedad .lista div li{
    display: flex;
    
    
}
.avaluo{
    text-decoration: none;
    text-align: center;
    margin-bottom: -40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 17px;
}
.avaluo .precio-avaluo{
    text-decoration: underline;
}

.ubicacion{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.photos-360{
    height: 640px;
}

.facebook_messenger {
    width: 53px;
    margin-bottom: 11px;
}

.modalBusquedaSimilares-body {
    padding-bottom:80px;
}
.modalBusquedaSimilares-content {
    margin: 0 auto;
    width: 179px;
    height: 160px;
    margin-top: -220px;
}

.modalBusquedaSimilares-title {
    font-size: 14px;
}

.modalBusquedaSimilares-buttons button {
    font-size: 12px;
}

/* VR */
.contenedor_imagen360 {
    position: relative;
}


.btnVR, .icon-container {
    position: absolute;
    bottom: 9px;
    left: 7px;
  background-color: rgba(0,0,0,0.9);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 5px rgba(255,255,255,0.33);
    z-index: 1000;
}

.icon-list {
    position: relative;
    left: 9px;
    top: -1px;
    font-size: 30px;
}

.icon-container {
    background-color: rgba(0,0,0,0.9) !important;
    left: 55px;
    display: none;
}

.btnVR img {
    
    width: 35px;
    text-align: center;
    position: relative;
    left: 5px;
    top: 0px;
    cursor: pointer;
}

.modalContentVR {
    width: 200px;
    margin: 0 auto;
}

.modalVR {
    z-index: 1999;
}

.modalVideo {
    z-index: 2000;
}

.modalCorreo {
    z-index: 2000;
}

.modalVendedor {
    z-index: 1999;
}

.floating-button {
    position: fixed;
    bottom: 107px;
    right: 0;
    margin: 20px;
    z-index: 10000;
    display: none;
}

.contactar-vendedor-fixed {
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.lista-propiedad-fixed {
    position: fixed;
    top: 10px;
    z-index: 10000;
    display: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.lista-propiedad-fixed li {
    margin-top: 10px;
}
.lista-propiedad-fixed li h3, .lista-propiedad-fixed li span{
    font-size: 16px;
}
.lista-propiedad-fixed li h3 img{
    width: 20px !important;
}
.lista-propiedad-fixed div {
    margin: 0 4px;
}
.lista-propiedad-fixed .sanitarios_descripcion {
    position: relative;
    left: 8px;
}
.lista-propiedad-fixed .cochera_descripcion {
    position: relative;
    left: 5px;
}
.lista-propiedad-fixed .recamaras_descripcion {
    position: relative;
    left: 8px;
}
.icono_sanitarios_lista_propiedad {
    margin-left: 6px;
    font-size: 18px !important;
}

.floating-button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background-color: rgba(0,0,0,0.9);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 27px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.btn-fullscreen {
    display: none;
}


/* Estilos para el modal */
/* .modalBuscarSimilares {
    top: 100%;
    left: 0; 
} */
@media only screen and (max-width:1200px){
    .modalBusquedaSimilares-content {
            width: 179px;
            height: 160px;
            margin-top: 0px;
    }
}

@media only screen and (min-width:768px){
    .info-propiedad{
        top: 50px;
    }
    .descripcion{
        margin-top: 80px;
    }
}

@media only screen and (max-width:767px){
    .icon-container {
        display: block;
    }
    .img-share-2 {
        bottom: 104px;
    }
    .lista-iconos360 {
        position: relative;
        bottom: 46px;
    }
    .btn-fullscreen{
        display: block;
        position: relative;
        top: -105px;
    }
    .icon-expand {
        font-size: 30px;
        position: relative;
        left: 0px;
        bottom: 1px;
    }
}
@media only screen and (min-width:992px){
    .footer-detalle{
        top: 56px;
    }

    
}
@media only screen and (max-width:992px){
    .footer-detalle .contactar{
        margin-top: 150px;
        margin-bottom: 50px;
        
    }
    .photos-360{
        height: 402px !important;
    }
    .footer-detalle .ubicacion{
        text-align: center;
        margin-bottom: -33px;
        
    }
    .footer-detalle .ubicacion iframe{
        margin-left: 45px;
    }
}
@media only screen and (max-width:400px){
    .footer-detalle .contactar{
        right:30px;
    }
    .footer-detalle .ubicacion iframe{
        margin-left: 0px;
    }
}
