@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
     font-family: "Montserrat", sans-serif !important;
     background-color: #f8f9fa !important;
}

.header {
    background-color: #ffffff;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 1rem;
}

.header .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.header .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Menu de Navegacionk */
.custom-navbar {
    background-color: #FFFFFF !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #00BFFF !important;
}

/* Estilo para el logotipo */
.brand-logo {
    width: 80px !important;
    border-radius: 50% !important;
    border: 2px solid #00BFFF !important;
    transition: transform 0.3s ease !important;
}
.brand-logo:hover {
    transform: scale(1.05) !important;
}

/* Texto de la marca */
.brand-text {
    font-size: 1.7rem !important;
    font-weight: bold !important;
    color: #1C3B72 !important;
    transition: color 0.3s ease !important;
}
.brand-text:hover {
    color: #00BFFF !important;
}

/* Enlaces de navegación */
.custom-nav-link {
    color: #1C3B72 !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
    /* border-radius: 5px !important; */
    transition: background-color 0.3s, color 0.3s !important;
}
.custom-nav-link:hover {
    background-color: rgba(0, 191, 255, 0.1) !important;
    color: #00BFFF !important;
}



/* Botón de carrito */
.custom-cart-btn {
    background-color: #00BFFF !important;
    color: #FFFFFF !important;
    padding: 8px 12px !important;
    border-radius: 50px !important;
    position: relative !important;
    transition: background-color 0.3s ease !important;
}
.custom-cart-btn:hover {
    background-color: #1C3B72 !important;
}

/* Contador del carrito */
.custom-cart-badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background-color: #FF6347 !important;
    color: #FFFFFF !important;
    font-size: 0.75rem !important;
    padding: 3px 6px !important;
    border-radius: 50% !important;
    font-weight: bold !important;
}

/* Botones de sesión */
.custom-login-btn, .custom-logout-btn {
    color: #FFFFFF !important;
    background-color: #00BFFF !important;
    border-radius: 25px !important;
    padding: 8px 15px !important;
    font-weight: 500 !important;
    transition: background-color 0.3s ease !important;
}
.custom-login-btn:hover, .custom-logout-btn:hover {
    background-color: #1C3B72 !important;
}

/* Toggler personalizado */
.custom-toggler {
    border: none !important;
    background-color: #007bff !important;
}
.custom-toggler-icon {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(0, 191, 255, 0.8)" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
}

.card {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem;
}

.card-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 1rem;
}

.card-title {
    font-size: 1.25rem !important;
    font-weight: bold;
}

.card-description {
    color: #6c757d !important;
    margin-bottom: 1rem;
}

.card-footer {
    background-color: #ffffff !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 1rem;
}

.card-footer p {
    font-size: 1.25rem;
    font-weight: bold;
    color: #28a745;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Tarjetas modernas */
.custom-card {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1) !important;
}

.custom-card-img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.custom-card:hover .custom-card-img {
    transform: scale(1.08);
}

/* Inputs y Selects */
.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.badge {
    font-size: 0.8rem;
    padding: 0.5em 0.8em;
}

/* Footer */
/* Footer */

.footer-custom {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Encabezados de columna */
.footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0d6efd; /* Azul primario */
}

/* Enlaces de navegación */
.footer-nav {
    list-style: none;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 12px;
}

.footer-nav li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-nav li a:hover {
    color: #fff;
    transform: translateX(5px);
}

/* Información de contacto */
.footer-contact-info {
    list-style: none;
    padding: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.7);
}

.footer-contact-info i {
    color: #0d6efd;
    margin-right: 15px;
    font-size: 1.2rem;
}

.footer-contact-info a {
    color: inherit;
    text-decoration: none;
}

/* Iconos Sociales Modernos */
.social-links-v2 {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links-v2 a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links-v2 a:hover {
    background: #0d6efd;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}

/* Sección para el Logo en el Footer */
.footer-logo {
    display: inline-block; 
    width: 150px;  
    height: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;  
    display: flex;      
    align-items: center;   
    justify-content: center; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); 
    margin-bottom: 20px; 
}

/* La Imagen del Logo dentro del círculo */
.footer-logo img {
    max-width: 180%; 
    max-height: 180%;
    object-fit: cover;
}

/* Responsivo */
@media (max-width: 991px) {
    .footer-heading {
        margin-top: 20px;
    }
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .text-md-center {
        text-align: center;
    }
}