@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body, .color-fondo {
    background-color: rgb(220, 220, 220);
    font-family: "Open Sans", serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    opacity: 60%;
}

.fondo-naranjo {
    background-color: rgb(235, 160, 89);
}

.small-container {
    max-width: 700px;
    padding: 0px 10px 0px 10px;
    margin:auto;
}

.medium-container {
    max-width: 1100px;
    padding: 0px 10px 0px 10px;
}

.texto-oscuro {
    color: rgb(80, 80, 80);
}

.texto-naranjo {
    color: rgb(235, 160, 89);
}

.texto-naranjo-claro {
    color: rgb(246, 213, 187);   
}

.texto-sm {
    font-size: smaller;
}

.bodoni-moda {
    font-family: "Bodoni Moda", serif;
}

.titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-size: cover;
    color: white;
    font-family: "Bodoni Moda", serif;
}

/* Home */
.info-top {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    aspect-ratio: 2/1;
    background-size: cover;
    font-style: italic;
}


.tarjeta-link {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
}

.tarjeta {
    display: flex;
    align-items: start;
    justify-content: end;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    color: rgb(246, 213, 187); 
}

.tarjeta-title {
    font-size: 1.5em;
}

.tarjeta-text {
    font-size: 1em;
}

/* Nosotros */

.subtitulo {
    color: rgb(236, 149, 26);
    font-size: 3rem;
    font-style: italic;
    line-height: 0.9;
}

.tn {
    color: rgb(240, 147, 60);
}

/* Obra */
.thumbnail {
    width: 100%;
    aspect-ratio: 4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.partitura {
    width: 100%;
    aspect-ratio: 4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.box {
    width: 100%;
    aspect-ratio: 4;
    background-color: rgb(0,0,0,0.7);
    backdrop-filter: blur(2px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bodoni Moda", serif;
    text-align: center;
}

.media-icon {
    width: 70px;
    height: 70px;
    font-size: 3rem;
}

.media-icon:hover {
    opacity: 50%;
}

.partitura {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;

}

.iframe16_9 {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    aspect-ratio: 1.78;
}

/* Navbar */
.busqueda-label {
    height: 25px;
    line-height: 17px;
    padding: 5px;
    color: rgb(80, 80, 80);
}

.busqueda {
    width: 250px;
    height: 25px;
    min-height: 25x !important;
    border-radius: 20px;
    padding: 5px;
}

.small-text {
    font-size: 0.8em;
}

.pad-right {
    padding-right: 0px;
}

/* Footer */
.info-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    height: 70px;
    background-size: cover;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px;
    background-color: rgb(22, 25, 27);
    color: rgb(246, 213, 187);
    padding: 10px;
    font-size: 0.7em;
}


@media (max-width: 800px) {
    .tarjeta-title {
        font-size: 0.8em;

    }
    .tarjeta-text {
        font-size: 0.8em;
    }

    .thumbnail {
        aspect-ratio: 3;
    }
    
    .box {
        aspect-ratio: 3;
    }

    .pad-right {
        padding-right: 10px;
    }

    .busqueda {
        width: 150px;
        height: 25px;
        min-height: 25x !important;
        border-radius: 20px;
        padding: 5px;
    }

    .dac {
        font-size: 0.7em;
    }
}