body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #000000;
}

h1 {
    color: #333;
}

a {
    color: white; /* Color de texto por defecto */
}

.hover-border-indigo:hover {
    border-color: #6366f1 !important;
    color: #6366f1 !important; /* Cambia el color del texto al pasar el ratón */
}

.border-transparent {
    border-color: transparent !important;
}

.transition {
    transition: all 0.3s ease-in-out;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tracking-wider {
    letter-spacing: .05em;
}
.font-bold {
    font-weight: 700;
    font-size: 12px;
}
.font-neue-light {
    font-family: NeueMontreal Light, sans-serif;
}
.mb-1 {
    margin-bottom: .25rem;
}

@media (max-width: 768px) {
    .custom-btn {
        width: 100% !important; /* Los botones ocuparán el 100% del ancho en móvil */
        font-size: 16px !important; /* Ajusta el tamaño de la fuente si es necesario */
        margin-left: 0 !important;
    }
    .d-flex {
        justify-content: center; /* Centra los elementos en el contenedor */
    }
}