.body {
    display: grid;
    grid-template-columns: repeat(auto-fit,
            minmax(150px, 1fr));
    gap: 32px;
    background-image: url('../img/Inmobiliaria.jpg');
    background-size: cover;
}

.full-width-image {
    width: 100vw;
    height: 230px;
}

a {
    text-decoration: none;
}

a:link {
    color: inherit;
}

a:visited {
    color: inherit;
}

.img-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.hache3,
.hache4 {
    margin-bottom: 20px;
}

.blockquote p {
    font-size: 16px;
}

.blockquote-footer {
    font-size: 14px;
}

.image-box {
    margin: 20px;
    padding: 10px;
    background: rgba(33, 37, 41, 0.3);
}

.custom-text {
    color: #333;
}

body::before {
    content: "";
    background-image: url('../img/Inmobiliaria.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.;
    z-index: -1;
}

.d-flex.justify-content-center {
    justify-content: center;
}

.btn-outline-success {
    margin: 0 auto;
}

/* Estilo para enlaces no visitados */
a:link {
    text-decoration: none;
    /* Elimina el subrayado */
}

/* Estilo para enlaces visitados */
a:visited {
    text-decoration: none;
    /* Elimina el subrayado */
}

.loguito {
    width: 34%;
}

.loguito-modal {
    width: 30%;
}

.custom-div {
    background-color: rgb(255, 255, 255);
    color: black; /* Cambiado a negro */
    padding: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    border: 2px black solid;
}

.page-link:hover {
    background-color: #212529 !important;
    color: white !important;
}


