* {
    box-sizing: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
}

/* header */
header {
    background-color: #32C2B9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* menú desplegable */
.dropbtn {
    background-color: #00686C;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.menu-dropdown {
    position: relative;
    display: none;
    background-color: #00686C;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #00686C;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 16;
    height: 90vh;
}

.dropdown-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #FF9915;
}

.menu-dropdown:hover .dropdown-content {
    display: block;
}

.menu-dropdown:hover .dropbtn {
    background-color: #FF9915;
}

.barras {
    width: 30px;
    height: 5px;
    background-color: #32C2B9;
    margin: 6px 0;
    transition: 0.4s;
    margin: 5px 5px 5px 5px;
}

.barras:hover {
    background-color: #00686C;
}

/* lista de categorías */
.lista {
    height: 100%;
    display: flex;
}

nav li {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

nav li a {
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

nav.categorias li:hover {
    background-color: #FF9915;
    text-decoration: none;
}

.categorias {
    overflow: hidden;
    width: 80%;
    height: 65px;
}

.categorias a {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

/* logo superior */
.logoTop {
    width: 160px;
    margin: 10px 30px 10px 0;
}

/* página de bienvenida */
.welcome {
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-image: url(https://www.theilluminerdi.com/wp-content/uploads/2021/01/studio_ghibli.jpg);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #00686C;
    line-height: 30px;
    margin-bottom: 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: sticky;
    z-index: 15;
}

#fondoBienvenida {
    background: rgba(255, 255, 255, 0.66);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    padding: 3rem 4rem 3rem 4rem;
}

#fondoBienvenida h1 {
    font-size: 35px;
    max-width: 50ch;
    margin-bottom: 3rem;
}

#fondoBienvenida p {
    font-size: 20px;
    max-width: 60ch;
}

/* botón regresar */
.backButton {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #00686C;
    border: none;
    margin-left: 5rem;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.backButton:hover {
    background-color: #FF9915
}

.flecha {
    width: 60%;
}

/* titulos */
.botonAZ {
    width: 20px;
    height: 20px;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    background-color: #00686C;
    border: none;
    margin-left: 20px;
    margin-right: 20px;
}

.botonAZ:hover {
    background-color: #FF9915;
}

.AZ {
    color: #00686C;
    display: flex;
    align-self: center;
}

#directorList {
    color: #00686C;
    margin-left: 50px;
}
#directorSelect {
    color: #00686C;
    font-style: italic;
}
.busquedaDirector {
    width: 300px;
    border-color: #00686C;
    border-width: 2px;
}
.busquedaDirector:hover {
    border-color: #FF9915;
}

.columnaPeliculas {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.contenedorPeliculas {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-bottom: 30px;  
}

.miniaturaPeliculas {
    width: 200px;
    height: 290px;
    border-radius: 10%;
}

.descripcionPeliculas {
    color: #00686C;
    width: 50vh;
    display: block;
    justify-content: flex-start;
    margin-left: 15px;
}

/* info completa por película */
.parteSuperior {
    display: block;
    width: 100%;
    align-content: flex-end;
    margin-top: 50px;
    margin-bottom: 80px;
}

.contenedorTitulo {
    line-height: 3px;
    margin: 15px;
}

.titulos {
    color: #00686C;
    display: flex;
    justify-content: center;
}

.barra {
    display: flex;
    justify-content: center;
    color: #FAD928;
    background: #FAD928;
    width: 180px;
    height: 18px;
    margin: 0 auto;
}

/* personajes de película en detalle*/
.tituloYBoton {
    display: flex;
    justify-content: flex-start;
    margin-left: 30px;
    margin-bottom: 50px;
}

.resultados {
    color: #00686C;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-style: italic;
}

.tresColumnas {
    display: grid;
    grid-template-columns: 33% 33% 33%; 
}

.marchando {
    display: flex;
    width: 300px;
    margin: auto;
    margin-top: 50px;
}

/* footer */
footer {
    background-color: #32C2B9;
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 12px;
    align-items: center;
    margin-top: 20px;
    padding-top: 3px;
    position: sticky;
    z-index: 15;
}

.logobottom {
    margin-left: 15px;
}

.copyrighttext {
    text-align: center;
    text-shadow: slategrey;
    margin-top: 40px;
}

.socialfooter {
    display: flex;
    margin-right: 20px;
    list-style: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}