
html, body {
    height: 100%;
    margin: 0;
}
.page-wrapper {
    min-height: calc(100vh - 200px); /* deja espacio al footer */
   /*  background-image: url("/bioasis/public/images/img_principal.jpg"); */
    /*background-image: url("../images/img_principal.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Footer fijo abajo visualmente */
.footer {
    background-color: #10164d;
    color: white;
}

.info {
  background-image: url("../images/Fondo.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
.input-emulado {
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}
@media (max-width: 768px) {
  .info {
    background-image: url("../images/img2.jpg");
  }
}
.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.labela {
  color: black;
}
.gallery {
  background-color: #87c3ff;
}
.zoomP {
  /* Aumentamos la anchura y altura durante 1 segundos */
  transition: width 1.1s, height 1.1s, transform 1.1s;
  -moz-transition: width 1.1s, height 1.1s, -moz-transform 1.1s;
  -webkit-transition: width 1.1s, height 1.1s, -webkit-transform 1.1s;
  -o-transition: width 1.1s, height 1.1s, -o-transform 1.1s;
}
.zoomP:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.map {
  background-color: #bee9fd;
}
.contactos {
  background-image: url("../images/cachorros.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
.footer {
  background-color: #10164d;
  color: white;
}
.boton-cerrar-sesion {
  position: fixed;
  top: 40px;
  right: 20px;
}

.custom-login-card {
    background: rgba(255, 255, 255, 0.02); /* equilibrio ideal */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.247);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.card {
    background: transparent !important;
    border: none;
}

.fila-inactiva {
    background-color: #ffe5e5 !important;
}
