/* Variables globales */
:root {
    --color-primary: #0A0A0A;
    --color-accent: #8572ee;
    --color-highlight: #ffffff;
    --transition: all 0.3s ease;
    --bs-body-bg: var(--color-primary); /* Sobreescribir variables de Bootstrap */
    --bs-body-color: #fff;
}

/* Reset y estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1.6;
    min-height: 100vh;
}

/* Video de fondo */
#bgVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100vh;
    z-index: -2;
    object-fit: cover;
    background: var(--color-primary) url('../img/poster.jpg') center center/cover no-repeat;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.7);
    z-index: -1;
}

/* Navegación */
.nav-menu {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1030;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: 40px;
    transition: var(--transition);
}

.logo-img:hover {
    transform: scale(1.1);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--color-accent);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: var(--transition);
}

/* Contenedor general */
.container {
    max-width: 1200px !important;
    padding: 0 1rem !important;
    margin: 0 auto !important;
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    /*padding-top: 80px;*/
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: var(--color-highlight);
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--color-accent);
}

/* Botones CTA */
/* Estilo básico del botón */
.cta-button {
    padding: 1rem 2rem !important;
    background: linear-gradient(45deg, var(--color-accent), #9E0DFD); /* Gradiente de los colores proporcionados */
    color: white !important;
    text-decoration: none;
    border-radius: 50px !important;
    font-weight: bold;
    cursor: pointer; /* Cambia el cursor a mano */
    position: relative; /* Necesario para el efecto de sombra */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: pulsar 1.5s infinite ease-in-out; /* Animación de pulsación continua */
}

/* Hover: cambio de sombra y elevación */
.cta-button:hover {
    background: linear-gradient(45deg, #9E0DFD, var(--color-accent)); /* Invertimos el gradiente al pasar el ratón */
    transform: translateY(-4px); /* Efecto de elevación al hacer hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Aumentamos la sombra en hover */
}

/* Efecto de presionar el botón */
.cta-button:active {
    background: linear-gradient(45deg, #9E0DFD, var(--color-accent)); /* Mantiene el gradiente invertido al hacer clic */
    transform: translateY(2px); /* Efecto de presionar el botón */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra reducida al presionar */
}

/* Animación de pulsación (crecer y reducir) */
@keyframes pulsar {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.1); /* Aumenta el tamaño del botón al 110% */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Aumenta la sombra */
    }
    100% {
        transform: scale(1); /* Vuelve al tamaño original */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

/* Efecto de borde luminoso que se mueve alrededor del botón */
.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(158, 13, 253, 0.8), rgba(0, 255, 255, 0.8), rgba(158, 13, 253, 0.8));
    border-radius: 50px;
    z-index: -1; /* Mantenerlo detrás del contenido del botón */
    animation: borderGlow 2s linear infinite; /* Animación de borde luminoso */
    pointer-events: none; /* Asegurarse de que el borde no interfiera con los clics */
}

/* Animación del resplandor alrededor del borde */
@keyframes borderGlow {
    0% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Efecto de resplandor */
.cta-button:focus {
    outline: none; /* Quitar el contorno predeterminado */
    box-shadow: 0 0 15px rgba(158, 13, 253, 0.7); /* Resplandor de color */
    animation: glow 1.5s infinite ease-in-out; /* Animación de resplandor */
}

/* Animación de resplandor */
@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(158, 13, 253, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(158, 13, 253, 1); /* Resplandor más intenso */
    }
    100% {
        box-shadow: 0 0 10px rgba(158, 13, 253, 0.7); /* Regresa al resplandor inicial */
    }
}







































/* Características */
.features {
    padding: 6rem 0;
    background: rgba(10, 10, 10, 0.8);
}

.features h2 {
    text-align: center;
    margin-bottom: 4rem;
    color: var(--color-highlight);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    padding: 2rem !important;
    border-radius: 20px !important;
    text-align: center;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--color-accent);
    margin-bottom: 1rem;
}

/* Precios */
.pricing {
    padding: 6rem 0;
}

.pricing h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--color-highlight);
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--color-accent);
    transition: var(--transition);
    border-radius: 50%;
}

input:checked + .slider {
    background-color: rgba(255, 255, 255, 0.2);
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.price-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    transition: var(--transition);
}

.price-card.featured {
    background: rgba(200, 162, 200, 0.1);
    transform: scale(1.05);
}

.price-card:hover {
    transform: translateY(-10px);
}

.price-card h3 {
    color: var(--color-highlight);
    margin-bottom: 1rem;
}

.price {
    font-size: 2.5rem;
    color: var(--color-accent);
    margin-bottom: 2rem;
}

.price .period {
    font-size: 1rem;
    color: #fff;
}

.price .annually {
    display: none;
}

/* Contacto */
.contact {
    padding: 6rem 0;
    background: rgba(10, 10, 10, 0.8);
}

.contact h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color-highlight);
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.form-group textarea {
    height: 150px;
    resize: vertical;
}

.form-group label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: rgba(255, 255, 255, 0.5);
    transition: var(--transition);
    pointer-events: none;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    background: rgba(255, 255, 255, 0.1);
}

.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
    transform: translateY(-2.5rem);
    font-size: 0.8rem;
    color: var(--color-accent);
}

/* Footer */
footer {
    background: var(--color-primary) !important;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 40px;
}

.footer-links h4,
.footer-social h4 {
    color: var(--color-highlight);
    margin-bottom: 1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--color-accent);
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    transition: var(--transition);
}

.social-icons a:hover {
    color: var(--color-accent);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Animaciones */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Media Queries */
@media (max-width: 768px) {
    html {
        font-size: 14px; /* Reducir tamaño de fuente base en móviles */
    }
    ol, ul{
        padding-left: 0rem !important;
    }	    
    .hamburger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 55px;
        right: -100%;
        flex-direction: column;
        background: rgba(10, 10, 10, 0.95);
        width: 100%;
        text-align: center;
        transition: var(--transition);
        padding: 2rem 0;
        border-radius: 0 0 20px 20px;
        z-index: 1035;
    }

    .nav-links.active {
        right: 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .price-card.featured {
        transform: scale(1);
    }

    #bgVideo {
        display: block; /* Mostrar video en móviles */
        width: 100%;
        height: 100%;
        object-position: center;
        transform: translate(-50%, -50%) scale(1.1);
        will-change: transform;
        backface-visibility: hidden;
    }
    
    /* Eliminar el fondo de respaldo ya que mostraremos el video */
    body::before {
        display: none;
    }

    /* Ajustar padding y márgenes en móviles */
    section {
        padding: 3rem 0;
    }

    .features-grid,
    .pricing-grid {
        gap: 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem 1rem;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .footer-logo img {
        height: 35px;
        margin: 0 auto;
    }

    .footer-links,
    .footer-social {
        padding: 0 1rem;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 1.5rem;

        margin-top: 0.5rem;
    }
    .footer-links h4{
        margin-bottom: 0.5rem;
    }

    .footer-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.1rem;
        margin-bottom: 0.1rem;}

    .footer-links li {
    }
    .footer-social{
        margin-top: 0.8rem;
    }

    .social-icons {
        justify-content: center;
        gap: 2rem;
        margin-top: 1rem;
    }

    .social-icons a {
        font-size: 1.8rem;
        padding: 0.5rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .social-icons a:hover {
        background: var(--color-accent);
        transform: translateY(-3px);
    }

    .footer-bottom {
        margin-top: 0.1rem;
        padding-top: 1.5rem;
        font-size: 0.9rem;
        opacity: 0.8;
    }
    .logo{
        display: flex;
    }
    .logo-img {
        height: 37px;
        transition: var(--transition);
    }
    /* Añadir espacio para el botón de WhatsApp */
    footer {
        padding-bottom: calc(1rem + 7px);
    }
}

/* Mejoras de accesibilidad y UX */
@media (max-width: 768px) {
    .footer-links a,
    .social-icons a {
        padding: 0rem 0.8rem;
        min-height: 38px; /* Área mínima táctil recomendada */
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Feedback táctil */
    .footer-links a:active,
    .social-icons a:active {
        transform: scale(0.95);
        background: rgba(255, 255, 255, 0.1);
    }

    /* Indicador de scroll */
    .footer-content::before {
        content: '';
        position: absolute;
        top: -1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 4px;
        background: var(--color-accent);
        border-radius: 2px;
        opacity: 0.5;
    }

    /* Mejorar legibilidad */
    .footer-bottom p {
        line-height: 1.6;
        padding: 0 1rem;
    }
}

/* Animaciones suaves */
@media (max-width: 768px) {
    .footer-content > * {
        animation: fadeInUp 0.5s ease forwards;
        opacity: 0;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.loader.fade-out {
    opacity: 0;
}

.loader::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid var(--color-accent);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Botón de WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 65px;
    height: 65px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 1040 !important;
    animation: pulseWhatsApp 2s infinite;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.whatsapp-button::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    padding: 0;
    border: 2px solid #25D366;
    opacity: 1;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    width: 100%;
    height: 100%;
}

.whatsapp-button:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
    background-color: #20ba59;
}

.whatsapp-button i {
    font-size: 2.8rem;
    animation: shake 1s cubic-bezier(.36,.07,.19,.97) infinite;
    animation-play-state: paused;
}

.whatsapp-button:hover i {
    animation-play-state: running;
}

@keyframes pulseWhatsApp {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes shake {
    0%, 100% {
        transform: rotate(0);
    }
    20%, 60% {
        transform: rotate(-12deg);
    }
    40%, 80% {
        transform: rotate(12deg);
    }
}

@media (max-width: 768px) {
    .whatsapp-button {
        width: 55px;
        height: 55px;
        bottom: 30px;
        right: 30px;
    }

    .whatsapp-button i {
        font-size: 2.3rem;
    }
}

/* Prevenir desbordamiento en elementos con transformaciones */
.nav-menu,
.whatsapp-button,
#bgVideo {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Mantener estilos responsivos */
.custom-container {
    padding: 0 1rem;
}

/* Asegurar que los elementos de Bootstrap no afecten nuestros estilos */
.row {
    margin: 0 !important;
}

.col, [class*="col-"] {
    padding: 0 15px !important;
}

/* Mantener estilos del WhatsApp button por encima de Bootstrap */
.whatsapp-button {
    z-index: 1040 !important;
}

/* Media queries */
@media (max-width: 768px) {
    .nav-links {
        z-index: 1035 !important;
    }
    
    .container {
        padding: 0 1rem !important;
    }
    
    .footer-content {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
} 
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
}
.form-switch {
    margin-top: 0.5rem;
    padding-left: 2.5rem;
}
/* Estilos para el modal */
.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    max-width: 400px;
}
.form-check-label {
    font-size: 0.85rem;
    margin: 5px;
    margin-top: 4.5px;
}
.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    margin-left: -2.5rem;
}
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-color: rgba(0, 0, 0, 0.082);
    backdrop-filter: blur(10px);
}

.a-link {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
    cursor: pointer;
    margin-top: 0.5rem;
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    position: relative;
    justify-content: center;
}

.modal-header .btn-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.modal-header .modal-title {
    margin: 0;
    text-align: center;
}

.modal-body {
    padding: 1.5rem;
}

/* Estilos para los formularios dentro del modal */
.form-container {
    transition: all 0.3s ease-in-out;
}

.form-container.d-none {
    display: none !important;
    opacity: 0;
    transform: translateY(20px);
}

.form-container:not(.d-none) {
    opacity: 1;
    transform: translateY(0);
}

/* Estilos para los campos del formulario */
.form-floating-custom {
    margin-top: 1.5rem;
    position: relative;
}
.form-feedback {
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: none;
}
.password-strength {
    height: 3px;
    margin-top: 0.25rem;
    border-radius: 2px;
    background-color: #dee2e6;
    overflow: hidden;
}  .password-strength-bar {
    height: 100%;
    width: 0;
    transition: all 0.3s ease;
}

.password-strength-bar.weak { width: 25%; background-color: #dc3545; }
.password-strength-bar.medium { width: 50%; background-color: #ffc107; }
.password-strength-bar.strong { width: 75%; background-color: #198754; }
.password-strength-bar.very-strong { width: 100%; background-color: #0d6efd; }

.password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.toggle-password.active {
    opacity: 1;
}

.toggle-password:hover {
    opacity: 1;
}


.form-floating-custom input {
    border-radius: 8px;
    padding: 0.8rem 0.75rem;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    height: auto;
}

.form-floating-custom label {
    padding: 0.2rem 0.75rem;
    font-size: 0.9rem;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    background: transparent;
    pointer-events: none;
    color: #6c757d;
}

.form-floating-custom label {
    padding: 0.2rem 0.75rem;
    font-size: 0.9rem;
}

.form-floating-custom input:focus~label,
.form-floating-custom input:not(:placeholder-shown)~label {
    top: 0;
    font-size: 0.8rem;
    color: var(--color-accent);
    padding: 0rem 0.1rem;
    z-index: 1000;    
    background: none;

  
    font-weight: bold;
    
}


.form-floating-custom input:focus,
.form-floating-custom input:not(:placeholder-shown) {
    border: 1px solid var(--color-accent); /* Borde general en todos los lados */
    border-top: 1px solid transparent; /* Eliminar el borde superior con borde transparente */
    background-image: 
        linear-gradient(to right, 
            var(--color-accent) 0.5rem, /* Color en el 30% */
            transparent 0.1rem, /* Parte central transparente */
            transparent 6.7rem, /* Continuar transparente hasta el 70% */
            var(--color-accent) 5% /* Color en el 70% */
        );
    background-position: top; /* Alinea el gradiente al borde superior */
    background-size: 100% 1px; /* Una línea de gradiente de 1px de altura */
    background-repeat: no-repeat; /* Evita que el gradiente se repita */
}


#passwordInput:focus,
#passwordInput:not(:placeholder-shown) {
    background-image: linear-gradient(to left, var(--color-accent) 79%, transparent 0%); /* Aplica un gradiente */
}

/* Estilos para los botones del modal */
.btn-auth {
    padding: 0.6rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* Estilos para los enlaces dentro del modal */
.a-link {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
    cursor: pointer;
    margin-top: 0.5rem;
    text-decoration: none; /* Elimina la línea de subrayado */

}

/* Estilos para los botones sociales */
.social-login {
    margin-top: 1.5rem;
    text-align: center;
}

.social-login p {
    color: #6c757d;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: 0.9rem;
    text-align: center;
}

.social-login p::before,
.social-login p::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 36%;
    height: 1px;
    background-color: #dee2e6;
}

.social-login p::before {
    left: 0;
}

.social-login p::after {
    right: 0;
}

.social-buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.social-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    cursor: pointer;
} 




/* Estilos para el checkbox */
.form-check-input {
    appearance: none; /* Elimina el estilo predeterminado */
    -webkit-appearance: none; /* Para navegadores WebKit (Chrome, Safari) */
    -moz-appearance: none; /* Para Firefox */
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-accent); /* Borde del checkbox */
    border-radius: 50%; /* Crea un círculo */
    background-color: #ffffffa6; /* Fondo blanco por defecto */
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* El círculo interior (la bolita) cuando el checkbox está marcado */
.form-check-input:checked {
    background-color: var(--color-accent); /* Color de fondo cuando está marcado */
    border-color: var(--color-accent); /* Cambio del borde */
}

/* Crea una bolita dentro del círculo */
.form-check-input:checked::before {
    content: '';
    position: absolute;
    top: 3px; /* Ajusta la posición de la bolita */
    left: 3px;
    width: 12px; /* Tamaño de la bolita */
    height: 12px; /* Tamaño de la bolita */
    border-radius: 50%; /* Forma redonda */
    transition: background-color 0.3s ease;
}

/* Cuando el checkbox está en hover (pasar el ratón por encima) */
.form-check-input:hover {
    border-color: var(--color-accent); /* Cambia el borde en hover */
}




/* Estilos para el botón de autenticación */
.btn-auth {
    background: linear-gradient(45deg, var(--color-accent), #9E0DFD); /* Gradiente de los colores proporcionados */
    border: none; /* Elimina el borde predeterminado */
    color: #fff; /* Texto blanco */
    padding: 12px 24px; /* Espaciado interno */
    font-size: 13px; /* Tamaño de fuente */
    font-weight: bold; /* Fuente en negrita */
    border-radius: 10px; /* Bordes redondeados para darle un look moderno */
    cursor: pointer; /* Cambia el cursor a mano */
    position: relative; /* Necesario para el efecto de sombra */
    transition: all 0.3s ease-in-out; /* Transición suave */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
}

.btn-auth:hover {
    background: linear-gradient(45deg, #9E0DFD, var(--color-accent)); /* Invertimos el gradiente al pasar el ratón */
    transform: translateY(-4px); /* Efecto de elevación al hacer hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Aumentamos la sombra en hover */
}

.btn-auth:active {
    background: linear-gradient(45deg, #9E0DFD, var(--color-accent)); /* Mantiene el gradiente invertido al hacer clic */
    transform: translateY(2px); /* Efecto de presionar el botón */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra reducida al presionar */
}

.btn-auth:focus {
    outline: none; /* Elimina el borde del focus */
    box-shadow: 0 0 0 3px rgba(156, 13, 253, 0.4); /* Sombra de enfoque llamativa */
}
