﻿.Ocultar {
    display: none;
}

.containerInmueble {
    width: 100%;
    height: 550px;
}

.containerFoto {
    width: 100%;
    height: 350px;
}

.containerDatosInmueble {
    width: 100%;
    height: 180px;
    background-color: #f5f5f5;
}

.rowNombre {
    width: 100%;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.rowColonia {
    width: 100%;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.datosNombre {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.datosColonia {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.rowCiudad {
    width: 100%;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.rowClave {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rowIconos {
    width: 100%;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.viñetas {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
}

.viñetas {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
}

.TextoClave {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.TextoTipo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    position: relative;
    top: -3px;
}

.TextoLink {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

    .TextoLink > a:active, .TextoLink > a:visited, .TextoLink > a:link {
        text-decoration: none;
        color: #0b3f62;
    }

.AnchoIconos {
    width: 30px;
}

.AnchoCeldaIconos {
    width: 80px;
}

.ver-inmueble {
    width: 90px;
    border-radius: 5px;
    padding: 5px;
    background-color: #8b0000;
    color: snow;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    font-size: 15px;
    justify-self: right;
    margin-right: 5px;
    text-align: center;
}

    .ver-inmueble:hover {
        cursor: pointer;
    }

.btn-efecto {
}

    .btn-efecto:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra al pasar el mouse */
        transform: translateY(-1px); /* Sutil efecto de elevación */
    }



