nav {
    border-bottom: 0.2em solid #00adef;
}

nav a {
    color: black !important;
}

nav a:hover {
    color: #00adef !important;
}

.navbar-toggler-icon {
    background-color: #00adef !important;
}

.jumbotron {
    margin-top: 3.6em;
    color: white;
    font-weight: bolder;
}

#logo-jd1 {
    width: 1.5em;
}

/*transition al resaltar iconos*/

#series a:hover {
    color: black !important;
}

#social {
    height: 4em;
}

#social a {
    padding: 0.5em;
}

#social a:hover {
    border-bottom: 4px solid black;
}

#facebook {
    color: #3b5998;
}

#twitter {
    color: #1da1f2;
}

#google {
    color: #dd4b39;
}

.youtube {
    color: #ff0000 !important;
}

#twitch {
    color: #6441a5;
}

#patreon {
    color: #f96854;
}

#discord {
    color: #7289da;
}

#github {
    color: #333;
}

#google-drive {
    color: #34a853;
}

.icono-azul {
    color: #00adef;
}

.categoria-video {
    cursor: pointer;
    padding: 1em;
}

.categoria-video:hover {
    background-color: #00adef;
    color: white;
}

.boton-serie {
    background-color: #00adef;
    color: white;
    padding: 0.5em;
    cursor: pointer;
}

.boton-serie:hover {
    background-color: black;
}

.card-body {
    border: 1px solid #00adef;
    border-radius: 0;
}

.links-ficha-serie a {
    padding: 0.5em;
}

#footer {
    background-color: #00adef;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
}