/* Login */

body {
    background: #F7F7F7;
}

.perfil-casa {
    width: 30%;
}


/* 
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.card {
    display: block;
}
.card-link {
    color: #2d2e2e;
}
.card-link:hover {
    color: #2d2e2e;
}
.card-link .card {
    background: #f5f5f5;
}
.card-link:hover .card {
    background: #fff7cc;
}
.capital {
    text-transform: capitalize;
}
.perfil-casa {
    width: 300px;
}
.texto-tarea {
    text-align: right;
}

.active {
    background: #0000ff;
    color: #ffffff;
  }

  

@media (max-width: 991px) {
    .perfil-casa {
        width: 100%;
    }
    .texto-tarea {
        text-align: left;
    }
} */