* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(23, 23, 23);;
}

img {
    max-width: 100%;
}

body {
    background-color: white;
}

.header {
    height: 60px;
    background-color: rgb(23, 96, 184);
}

.titulo_header {
    height: 60px;
    margin: 0;
    padding: 10px;
    color: white;
    text-align: center;
}

nav {
    height: 60px;
    background-color: rgb(3, 154, 255);
    position: relative;
    color: white;
    display: flex;
    /* z-index: 50; */
}

.menu > ul > li {
    display: inline-block;
    margin: 20px 20px;
}

a {
    text-decoration: none;
}

.menu > ul > li > a {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.fondo {
    width: 100%;
    background-image: url("../../img/piano-fondo.jpg");
}

article {
    /* min-height: 600px; */
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-around;
    padding: 20px 20px;
    flex-wrap: wrap;
    background-image: url("../../img/piano-fondo2.jpg");
    /* position: absolute;
    top: 120px;
    background-color: rgba(23, 96, 184, 0.8); */
}

/* article:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(50, 100, 200, 0.5);
    position: absolute;
    display: block;
    top: 100px;
    z-index: 10;
} */

section {
    width: 810px;
    /* border: 2px solid rgb(240, 240, 240); */
    background-color: white;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 20px;
    /* z-index: 20; */
    
}


/* Estilos menu desplegable de patrones */

.menu_desplegable {
    width: 200px;
    height: 50px;
    background-color: rgb(23, 96, 184);
    border-radius: 10px;
    padding: 11px 20px;
    display: inline-block;
    position: relative;
    z-index: 5100;
}

.titulo_patrones {
    display: inline-block;
    width: 118px;
    color: white;
    font-weight: bold;
}

.btn_desplegable {
    display: inline-block;
    width: 20px;
    text-decoration: none;
    border: 0;
    background-color: transparent;
}

.control_audio {
    margin-bottom: 20px;
}

/* 
#audio {
    width: 100%;
    margin: 0;
} */

.btn {
    width: 200px;
    height: 50px;
    background-color: rgb(23, 96, 184);
    border-radius: 10px;
    padding: 11px 20px;
    display: inline-block;
    color: white;
    font-weight: bold;
}

.lista_desplegable {
    width: 200px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 300;
    padding: 10px;
    box-shadow: 0 0 15px lightgray;
}

.patron {
    width: 180px;
    /* height: 50px; */
    background-color: white;
    display: inline-block;
    position: relative;
    /* z-index: 2000; */
    margin: 5px 0;
    border-radius: 10px;
    padding: 5px 10px;
    border: 2px solid rgb(240, 240, 240);
}

.patron:hover {
    box-shadow: 0 0 15px rgb(3, 154, 255);
}

/*  */

h2 {
    color: rgb(23, 96, 184);
    text-align: center;
    margin: 0 0 0 0;
    font-size: 25px;
}

.buscador {
    height: 50px;
    width: 300px;
    background-color: rgb(220, 220, 220);
    border-radius: 25px;
    margin: 20px 10px;
}

.btn_buscar > img {
    width: 100%;
}

.btn_buscar {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

.buscador > input {
    height: 60%;
    width: 230px;
    border: none;
    outline: none;
    margin: 10px 0 0 25px;
    background-color: rgb(220, 220, 220);
}

.header_himnos {
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    border: 2px solid rgb(23, 96, 184);
    background-color: rgb(23, 96, 184);
}

.header_himnos > p {
    display: inline-block;
    color: white;
}

.t_numero {
    width: 83px;
    margin: 0 0 0 5px;
}

.t_nombre {
    width: 310px;
    margin: 0;
}

.t_tonalidad {
    width: 100px;
    margin: 0;
}

.t_compas {
    width: 50px;
    margin: 0;
}

.himno {
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    border: 2px solid rgb(220, 220, 220);
}

.himno:hover {
    box-shadow: 0 0 15px rgb(3, 154, 255);
}

.himno > p {
    display: inline-block;
    margin: 0 20px;
}

.p_nombre {
    width: 300px;
    margin-right: 10px;
}

.p_tonalidad {
    width: 50px;
    margin-right: 10px;
}

.p_compas {
    width: 50px;
    margin-right: 10px;
}

.p_acercade {
    margin: 20px 0;
    line-height: 40px;
}

footer{
    width: 100%;
    min-height: 200px;
    background-color: rgb(1, 39, 64);
    /* border-top: 15px solid rgb(0, 0, 0);; */
    padding: 50px;
    
}

h5 {
    margin: 0 0 20px 0;
}

.color_footer {
    color: gray;
}

.color_footer_link {
    color: rgb(128, 196, 20);
}

.color_footer_link:hover {
    color: rgb(160, 246, 25);
}


/* Estilos Tablet */

@media (max-width: 1100px) {
    .carousel {
        height: 400px;
    }
    
    .carousel-item {
        height: 400px;
        width: 100%;
    }
}

/* Estilos smartphone */

@media (max-width: 700px) {
    .carousel {
        height: 200px;
    }
    
    .carousel-item {
        height: 200px;
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }
}
