/* Colores */
.colores {
    background-color: #a8d5ba; /* verde pastel */
    background-color: #4d8a67; /* verde oscuro */
    background-color: #ffa726; /* naranja brillante */
    background-color: #6ec4e8; /* azul cielo */
    background-color: #eaeaea; /* gris suave */
    color: #6c757d; /* textos */
}

.publicidad-container {
    text-align: center;
    padding: 20px;
    padding-top: 0px;
    overflow-y: auto;
}

.header-container {
    position: relative;
    height: 150px;
    background-color: #fff;
}

.background-image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.user-initial-circle-usuario {
    width: 100px;
    height: 100px;
    background-color: #4d8a67;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nombre-usuario {
    color: #4d8a67;
    font-size: 35px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.publicidad-text {
    margin: 10px;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
}

.banner-img {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Estilos generales */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-color: #eaeaea; /* gris suave */
}

.body-legal {
    background-color: #4d8a67; /* gris suave */
}

body,
html {
    height: 100%;
    margin: 0;
    display: block;
    flex-direction: column;
}

.footer-menu a,
.nav-item {
    color: white;
    text-align: center;
    flex-grow: 1;
    font-size: 0.8rem;
    text-decoration: none;
}

.ico-nav {
    color: white;
    text-align: center;
    flex-grow: 1;
    font-size: 18px;
    margin-bottom: 4px;
}

.ico-cat {
    text-align: center;
    flex-grow: 1;
    font-size: 22px;
    margin-bottom: 4px;
    padding-right: 10px;
    color: #4d8a67;
}

.card-header {
    display: flex;
    align-items: center;
}

.ico-cat-salud {
    font-size: 22px;
    margin-left: auto;
    color: #4d8a67;
}

.user-initial-circle {
    width: 40px;
    height: 40px;
    right: 0px;
    background-color: #4d8a67;
    color: white;
    border-radius: 50%;
    display: flex;
    position: absolute;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.ico-plus {
    color: #4d8a67;
    font-size: 24px;
    position: absolute;
    right: 60px;
    margin-top: 2px;
}

.centered-icon {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente si es necesario */
    color: #bad0c4;
    width: 100%; /* Asegura que ocupe todo el ancho disponible */
    padding-top: 30px;
    padding-bottom: 5px;
}

.add-new-mascota {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4d8a67;
}

.ico-plus-2 {
    color: #4d8a67;
    font-size: 18px;
    margin-left: 5px; /* Espacio entre el texto y el icono */
}

.add-pet-container {
    display: flex;
    justify-content: center;
    width: 90%; /* O ajusta a tu preferencia */
    margin: 10px auto;
}

.add-pet-link {
    color: #4d8a67;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.add-pet-link i {
    margin-left: 5px; /* Espacio entre el texto y el icono */
    font-size: 20px;
}

/* Contenedor principal */

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-login {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ico-user {
    padding: 0px;
    color: #ffa726;
    width: 45px;
    height: 45px;
}

.logo-image {
    width: 35px;
}

.logo-login {
    width: 250px;
}

.back-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    color: #4d8a67;
}

.info-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eaeaea;
    color: #009688;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 10px;
    transition: background 0.3s ease;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-button-usuario {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    color: #4d8a67;
    border-color: #d7d7d7;
    border-width: 1px;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    font-size: 17px;
    padding: 12px 15px;
    border-radius: 10px;
    transition: background 0.3s ease;
    font-weight: 500;
    margin: 10px auto;
}

.info-button-usuario:hover {
    background-color: #4d8a67;
    color: #fff;
}

.info-button-usuario-borrar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fa3535;
    border-color: #d7d7d7;
    border-width: 1px;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    font-size: 17px;
    padding: 12px 15px;
    border-radius: 10px;
    transition: background 0.3s ease;
    font-weight: 500;
    margin: 10px auto;
}

/* Textos */

.title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #4d8a67;
    margin-bottom: 10px;
}

.title-salud {
    font-size: 1.5rem;
    font-weight: 500;
    color: #4d8a67;
    margin-left: 0px;
}

.title-login {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0px;
}

.title-blanco {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    margin-left: 5px;
    margin-top: 20px;
}

.title-seccion {
    font-size: 1.3rem;
    font-weight: 500;
    color: #4d8a67;
    margin-left: 6px;
    margin-top: 3px;
}

.title-tarjetas {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4d8a67;
    width: 90%;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.txt-tarjetas {
    font-size: 1.1rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-top: 5px;
}

.txt-leyenda {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 4px;
    margin-top: 3px;
}

.title-usuario {
    font-size: 1.4rem;
    font-weight: 500;
    color: #1d4ed8;
}

/* tabla home */

.fecha {
    font-size: 1.1em !important;
    color: #6c757d !important;
    padding: 8px !important;
    font-weight: 500 !important;
    text-align: center;
    width: 20%;
}

.mascota {
    font-size: 1.1em !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    padding: 8px !important;
    width: 30%;
}

.edad {
    font-size: 1.2em !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    margin-left: 0px !important;
}

.formulario {
    font-size: 1.1em !important;
    color: #6c757d !important;
    font-weight: 500 !important;
}

.titulo {
    font-size: 1.1em !important;
    color: #6c757d !important;
    font-weight: 500 !important;
    padding: 5px !important;
    width: 50%;
}

.footer-menu,
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around; /* Distribuir los elementos uniformemente */
    align-items: center; /* Centrar verticalmente los Ã­tems */
    padding: 10px 0; /* Espaciado superior e inferior */
    width: 100%; /* Ocupa el ancho completo */
    box-sizing: border-box;
    z-index: 10;
    height: 60px;
    max-width: 600px;
    margin: 0 auto; /* Centrado horizontal */
}

/* Cabecera */

.header {
    position: relative;
    display: flex;
    background-color: transparent;
}

/* Contenido Principal */

.main-container {
    display: flex;
    flex-direction: column; /* Coloca el logo arriba y el formulario abajo */
    align-items: center; /* Centra los elementos horizontalmente */
    justify-content: center; /* Centra los elementos verticalmente */
    text-align: center; /* Alinea el texto del logo y otros elementos */
}

.main-content {
    position: relative; /* Permite que elementos hijos 'absolute' se posicionen dentro */
    padding: 20px; /* Espaciado alrededor del contenido */
    max-width: 600px; /* Ancho máximo */
    margin: 0 auto; /* Centrado horizontal */
    padding-bottom: 90px; /* Espacio adicional para evitar que el botón se sobreponga */
}

.mascota-show {
    display: flex;
    flex-direction: column; /* Para que cada viaje esté en una fila independiente */
    gap: 15px; /* Espacio entre tarjetas */
    width: 100%; /* Ocupar todo el ancho disponible */
}

.mascota-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: 100%;
}

.mascota-info-show {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 📌 Asegura que todo el contenido quede alineado a la izquierda */
    text-align: left;
    width: 100%;
}

.info-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.main-content-contactos {
    margin-top: 20px;
    padding-bottom: 50px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: block;
    min-height: calc(100vh - 60px);
}

.main-content-edit {
    padding-bottom: 80px;
}

.main-content-adoptar {
    width: 100%;
    padding-bottom: 100px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-content-mascotas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 100px;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
}

.main-content-salud {
    flex-wrap: wrap; /* Permite que los elementos hijos salten a nuevas filas */
    justify-content: center; /* Centra las tarjetas horizontalmente */
    padding-top: 10px;
    padding-bottom: 40px;
    overflow-y: auto;
    width: 90%;
    box-sizing: border-box;
}

/* Menú fijo en la parte inferior */
.footer-menu,
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4d8a67;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
}

.icon {
    font-size: 24px;
    margin-bottom: 4px;
}

.nav-item.active .ico-nav {
    color: #ffa726;
}

.active {
    color: #ffffff;
}

/* Formulario */
.form-box {
    width: 90%; /* Uso en el login*/
    max-width: 400px;
    background: rgba(255, 255, 255, 1); /* Fondo blanco semitransparente */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-size: 1em !important;
    color: #757575 !important;
    font-weight: 500 !important;
    text-align: left;
    display: block;
    margin-bottom: 8px;
}

.form-control {
    width: 100%; /* Ocupa todo el ancho */
    padding: 10px; /* Espaciado interno */
    font-size: 1em;
    border: 1px solid #ccc !important; /* Borde gris claro */
    border-radius: 5px !important; /* Bordes redondeados */
    background-color: #fff; /* Fondo blanco */
    box-shadow: none; /* Sin sombra */
}

.narrow-input {
    width: 80px;
}

.form-group {
    text-align: left;
}

.box {
    width: 90%;
    max-width: 400px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Etiquetas de formulario alineadas a la izquierda */

.form-input,
.form-control {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1.2rem;
    color: #6c757d;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.form-input:focus,
.form-control:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0px 0px 4px rgba(59, 130, 246, 0.5);
}

#form-container {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

input.form-input {
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
}

/* Botones */

.btn-flotante {
    position: fixed;
    bottom: 75px; /* Mantiene la posición en la parte inferior */
    right: calc((100vw - 600px) / 2 + 15px); /* Para pantallas grandes */
    width: 50px;
    height: 50px;
    background-color: #ffa726;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 22px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

/*  Ajuste para móviles (pantallas menores o iguales a 600px) */
@media (max-width: 600px) {
    .btn-flotante {
        right: 15px; /* Lo mantiene pegado a la derecha */
    }

    .header-container {
        height: 200px;
    }
}

.btn-submit {
    width: 100%;
    margin-top: 15px;
    background-color: #4d8a67;
    color: #ffffff;
    font-weight: 500;
    padding: 6px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #488462;
}

.btn-borrar {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ef4444;
    color: #ef4444;
    font-weight: 500;
    padding: 6px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.btn-link {
    color: #3b82f6;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.btn-regist,
.btn-nueva {
    width: 90%;
    background-color: #ffa726;
    color: #ffffff;
    font-weight: 500;
    padding: 6px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.btn-verificacion {
    width: 60%;
    background-color: #ffa726;
    color: #ffffff;
    font-weight: 500;
    padding: 6px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 10px;
}

.btn-orange {
    background-color: #f90; /* Por ejemplo, el color del fondo */
    color: white;
    border: none;
    padding: 5px 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.btn-orange:hover {
    background-color: #e68a00;
}

.btn-ancho {
    width: 100%; /* Para ocupar todo el ancho del contenedor */
    background-color: #ffa726;
    color: #ffffff;
    font-weight: 500;
    padding: 6px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    margin-top: 10px;
}

.btn-adoptar {
    width: 90%;
    background-color: #ffa726;
    color: #ffffff;
    font-weight: 500;
    padding: 6px;
    border-radius: 9999px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.filter-container {
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
    justify-content: space-between;
}

.filter-button,
.add-button {
    padding: 8px 16px;
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 15px;
    font-weight: 500;
    cursor: pointer;
}

.filter-button:focus {
    outline: none;
    box-shadow: none;
}

.fixed-right {
    position: absolute;
    right: 60px;
    top: 20px;
}

.filter-button {
    background-color: #ffffff;
    color: #488462;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-button-ad {
    background-color: #ffa726;
    color: #ffffff;
    margin-left: 50px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.add-button {
    background-color: #ffa726;
    color: #ffffff;
    border-radius: 9999px;
}

/* Tarjeta de salud */

.icon-hc {
    font-size: 1.4rem;
    color: #4d8a67;
    position: absolute;
    top: 15px;
    right: 15px;
}

.active-filter {
    background-color: #4d8a67;
    color: #ffffff;
}

.filter-button.active {
    background-color: #4d8a67;
    color: white;
}

.telefono-contactar {
    text-decoration: underline;
    font-size: 18px;
    margin-top: 10px;
}

.telefono-mostrar {
    font-size: 18px;
    margin-top: 10px;
}

.contact-icons {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.phone-icon {
    position: absolute;
    top: -22px;
    left: 0;
    color: #f8bbd0;
    font-size: 24px;
}

.whatsapp-icon {
    position: absolute;
    top: 7px;
    right: -6px;
    color: #f8bbd0;
    font-size: 32px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.usuario-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2; /* Color de fondo */
    border-radius: 10px;
    text-align: center;
}

.usuario-botones {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.btn-usuario {
    display: block;
    padding: 10px;
    width: 100%; /* Hace que el botón ocupe todo el ancho del contenedor */
    border: 1px solid #4d8a67;
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-align: center; /* Centra el texto dentro del botón */
}

.btn-usuario-borrar {
    display: block;
    padding: 10px;
    width: 100%; /* Hace que el botón ocupe todo el ancho del contenedor */
    border: 1px solid #4d8a67;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-align: center; /* Centra el texto dentro del botón */
}

.btn-usuario:hover {
    background-color: #4d8a67;
    color: #fff;
}
.support-description {
    font-size: 1em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.support-textarea {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: none;
    background-color: #fff;
    margin-bottom: 10px;
}

.support-button {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    color: #333;
    background-color: #fff;
    border: 2px solid #f97316;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.support-button:hover {
    background-color: #f97316;
    color: #fff;
}

.alert-success {
    width: 90%;
    display: block;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
}

.alert-success-oculto {
    width: 90%;
    display: none;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
}

.alert-danger {
    width: 90%;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    background-color: #fa7a7a;
    color: #ffffff;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
}

.main-content-soporte {
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
}

.main-content-home {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 100px;
    height: calc(
        100vh - 80px
    ); /* Ajusta 80px según la altura de la cabecera y el menú inferior */
    overflow-y: auto;
}

/* Estilos de la sección de alertas de salud */
.alertas-salud {
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Título de la sección */
.alertas-salud h2 {
    font-size: 1.5em;
    color: #4d8a67;
    margin-bottom: 15px;
    padding-left: 10px;
}

/* Tabla de recordatorios */
.alertas-salud-table {
    width: 100%;
    border-collapse: collapse;
}

.alertas-salud-table th,
.alertas-salud-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/* Filas de la tabla */
.alertas-salud-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.alertas-salud-table tr:hover {
    background-color: #e0e0e0;
}

/* Celdas de la tabla */
.alertas-salud-table td {
    color: #555;
    font-size: 0.9em;
}
/* Celdas de la tabla */
.alertas-salud-table th {
    color: #555;
    font-size: 0.9em;
    line-height: 0.5em;
}
.ico-home {
    color: #4d8a67;
    font-size: 20px;
    margin-bottom: 12px;
}

.icon-title-container {
    display: flex;
    align-items: center;
    gap: 5px; /* Ajusta el espacio entre el icono y el título */
    margin-left: 5px;
    margin-bottom: 10px;
}

.icon-title-container i {
    color: #4d8a67; /* Color del icono */
}

.icon-title-container h2 {
    margin: 0; /* Elimina el margen del título */
}

.contact-info {
    margin-bottom: 10px;
}

.contact-info i {
    color: #4d8a67;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-link {
    text-decoration: none;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Tarjetas */
.card-contenedor {
    width: 100%; /* Ocupar el ancho completo */
    background: white;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.lista-entradas {
    display: flex;
    flex-direction: column; /* Para que cada entrada esté en una fila independiente */
    gap: px; /* Espacio entre tarjetas */
    width: 100%; /* Ocupar todo el ancho disponible */
    padding-top: 10px;
}

/* Imagen en la tarjeta */

.tarjeta-imagen {
    width: 100%;
    height: 300px; /* Ajustar altura */
    object-fit: cover;
}

.tarjeta-imagen-show {
    width: 100%;
    height: 250px; /* Ajustar altura */
    object-fit: cover;
    border-radius: 12px; /* Esquinas redondeadas */
}

/* Texto de la tarjeta */
.tarjeta-texto {
    flex-grow: 1;
    text-align: left;
    margin-left: 20px;
}

.tarjeta-titulo {
    font-size: 1.5rem;
    font-weight: 500;
    color: #4d8a67;
    margin: 0;
}

/* ---- */

.health-card {
    width: 90%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: relative;
}

.health-card-1 {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff; /* Fondo blanco */
    border-radius: 8px; /* Equivalente a rounded-lg */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Sombra similar a shadow-md */
    padding: 15px; /* Espaciado interno, equivalente a p-4 */
    margin-bottom: 16px; /* Margen inferior */
    display: flex; /* Estructura flex */
    flex-direction: column; /* Estructura vertical */
    align-items: left; /* Alinear al centro */
    text-align: left; /* Texto centrado */
    position: relative; /* Para que los íconos puedan posicionarse dentro */
}

.share-container {
    position: absolute;
    bottom: 20px; /* Ajusta según tu diseño */
    right: 20px; /* Ajusta según tu diseño */
    z-index: 10; /* Asegúrate de que esté por encima del contenido */
}

.bg-white {
    position: relative; /* Asegura que el icono se alinee dentro de la tarjeta */
}

.contact-name {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4d8a67;
    margin-bottom: 10px;
}

.mascota-card {
    position: relative;
    width: 90%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

/* Estilo para las filas de la tabla */
.alertas-salud-table tr:hover {
    background-color: #e0e0e0 !important;
}

.btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #60a5fa;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.btn-login i {
    margin-right: 8px; /* Espacio entre el icono y el texto */
}

.btn-login:hover {
    background-color: #559ed6; /* Color de fondo más oscuro en hover */
}

.btn-apple {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.btn-google {
    display: block;
    padding: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #60a5fa;
    background-color: #ffffff;
    color: #60a5fa;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

.hidden {
    display: none;
}

.alert-warning {
    background-color: #fff8db;
    border-left: 4px solid #ffc107;
    color: #856404;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
}

/* ---  */

.legal-links {
    text-align: center;
    margin-top: auto;
    width: 100%;
    padding-bottom: 20px;
    align-items: left;
    color: #ffffff;
}

.footer {
    padding: 0rem; /* Añade un poco de espacio alrededor del pie */
    margin-top: 40px;
    margin-bottom: 10px;
    align-items: center;
}

.footer .legal-links {
    flex-direction: row; /* Asegura que estén en una sola línea */
    gap: 1rem; /* Espacio entre los enlaces */
}

.footer .legal-links a {
    text-decoration: none; /* Opcional: elimina el subrayado */
    color: inherit; /* Asegura que hereden el color del footer */
}

.legal-links a {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    margin-left: 10px;
    text-decoration: none;
    color: #ffffff;
}

/* Contenedor principal */
.legal-container {
    margin: 20px auto;
    max-width: 800px;
    padding: 20px;
    padding-bottom: 50px;
    text-align: left;
    color: #ffffff;
    overflow-y: auto;
    position: relative;
}

/* Estilos para el título */
.legal-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
    color: #ffffff;
    padding: 10px 0;
}

/* Botón de cierre */
.close-button {
    position: absolute;
    top: 0px;
    right: 20px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Contenido de la página */
.legal-content {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
}

.epigrafe {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: bold;
}

.bullet {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 20px;
}

.legal-content a {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    text-decoration: none;
    color: #ffffff;
}

.btn-flotante:hover {
    background-color: #fbad39; /* Color al pasar el cursor */
    transform: scale(1.1); /* Efecto de zoom al pasar el cursor */
}

.logo-spain {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 160px;
}

/* plantilla de tarjetas limpia */

.main-content-ok {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 15px;
    padding-bottom: 120px;
    margin-top: 20px;
}

/* Card */
.card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 10px;
}

.card-content {
    flex-grow: 1;
}

.titulo-ok {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4d8a67;
    width: 90%;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #555;
}

.card-detail {
    font-size: 0.8rem;
    color: #777;
}

.card-action {
    background-color: #e0e0e0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}
