.logo {
    border-radius: 5px; 
    width: 10%;
}

#body-header {
    box-shadow: black 0px 2px 10px;
}

#buscador {
    border-radius: 5px; 
    color: black;  
    width: 120px;
    height: 30px;
    text-align: center;
    padding: 3px;
    
}

img#trazoImg, img#dacImg, img#handacImg {
    margin-bottom: 10px;
    padding: 4px;
    background: white;
    border-radius: 5px;
}

body {
    background-color:#A8161B;
}


.navbar-toggler .navbar-toggler-icon {
    background-image: url("../imagenes/logo.png");
}

.navbar-toggler-colors {
    color: white;
}

.navbar-nav {
    flex-direction: row;
} 

li {
    margin-left: 15px;
}

.navbar {
    flex-wrap:initial;
}

p {
    letter-spacing: 1px;
    text-align: justify;
    font-size: large;
}

figure {
    float: left;
}

figure img {
    margin: 3px 10px;
    padding: 5px;
    background: white;
    border-radius: 5px;
    transition: ease-in-out 0.2s;
}

figure img:hover {
    transform: scale(1.1);
}

figure img:hover + figcaption {
    transform: scale(1.1);
}

figcaption {
    font-weight: bold;
    margin: 3px 10px;
    border-radius: 5px;
    text-align: center;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    transition: ease-in-out 0.2s;
}

p, h2, h4 {
    margin: 20px 0px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-header {
    padding: 10px 15px;
}

.modal-body {
    background-color: white;
    text-align: center;
}

.modal-body h2, .modal-body h4 {
    color: #333;
}

#hiragana-articulo h2, #katakana-articulo h2 {
    margin-bottom: 0;
}

div.align-items-center {
    justify-content: space-between;
}

[data-content] {
    display: none;
}

.active[data-content] {
    display: block;
}

.oculta {
    display: none
}

