*{
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
}


body {
    background: #191E29;
    padding-bottom: 0;
}

.mi {
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    font-size: 60px;
    color: #00FF7F;
    text-align: center;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: transparent;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    z-index: 1000;
}

.navbar:hover {
    background-color: #191E29;
    border-bottom: 1px solid #00FF7F;
}

.navbar-nav {
    transition: background-color 0.3s ease;
}

@media (max-width: 700px) {
    .navbar-nav {
        background-color: #191E29; 
    }
}


#dacc {
    width: 150px;
    height: 50px;
    padding: 5px;
}

#nav-link {
    color: #00FF7F;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    transition: color 0.3s ease;
}
#nav-link:hover {
    color: #ffffff;
}

#menu {
    width: 45px;
    height: 45px;
    padding: 5px;
}

button.navbar-toggler {
    outline: none;
    box-shadow: none;
    border: none;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.cartas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.col {
    display: flex;
    justify-content: center;
}

.card {
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #222a38, #191E29);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    color: white;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #00ff7f, 0 0 25px #00FF7F, 0 0 35px #00ff7f;
    border: 2px solid #01C360;
}

.img {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    padding: 10px;
}

h5{
    font-size: 20px;
    margin: 10px 0;
    color: #F2BF00 !important;
    font-weight: bold;
}

.btn.btn-primary {
    background-color: #00FF7F;
    border: none;
    color: #191E29;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.btn.btn-primary:hover {
    background-color: #F2BF00;
}

.footer-container{
    padding-top: 50px;
}

.text-center {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #191E29;
    border-top: 1px solid #00FF7F;
    color: #F2BF00;
    text-align: center;
    padding: 10px 0;
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
}

.text-body {
    color: #fff !important;
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
}
