body{
    font-family: sans-serif;
    margin: 0;
    background-color: #19437d;
}
a{
    text-decoration: none;
    color: aliceblue;
}
header{
    display: flex;  
    height: 90px;
    background-color: #0e2546;
    justify-content: space-between; 
    align-items: center;
    padding: 10px;
}
.img{
    display: flex;
    align-items: center;
    color: aliceblue;
    
}
.img img{
    height: 90px;
    margin-right: 10px;
}
nav a{
    font-weight: 600;
    padding-right: 10px;
}
nav a:hover{
    color: #f39b3c;
}
.BIOGRAFIA{
    color: aliceblue;
    align-items: center;
}
.DISCOGRAFIA{
    color: aliceblue;
}
.knowledge{
    background-color: #14366d;
    background-size: 20px 20px;
    background-position: 0,0 10px 10px;
    overflow: hidden;
}
.knowledge_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}
.knowledge_picture{
    max-width: 400px;
}
.knowledge_texts{
    color: aliceblue;
}
.knowledge_img{
    width: 100%;
}
.principal_image{
    width: 100%;
    max-width: 9000px;
}
.HTE{
    background-color: #14366d;
    background-size: 20px 20px;
    background-position: 0,0 10px 10px;
    overflow: hidden;
}
.HTE_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}
.HTE_picture{
    max-width: 400px;
}
.HTE_texts{
    color: aliceblue;
}
.HTE_img{
    width: 100%;
}
.HMHS{
    background-color: #14366d;
    background-size: 20px 20px;
    background-position: 0,0 10px 10px;
    overflow: hidden;
}
.HMHS_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}
.HMHS_picture{
    max-width: 400px;
}
.HMHS_texts{
    color: aliceblue;
}
.HMHS_img{
    width: 100%;
}
.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #0e2546;
}
.box-container .box{
    height: 20rem;
    width: 25rem;
    background: #f39b3c;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
}
.box-container .box-img{
    height: 11rem;
}
.titulo{
    text-align: center;
    color: aliceblue;
}
.colab-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #0e2546;
}
.colab-container .colab{
    height: 28rem;
    width: 25rem;
    background: #f39b3c;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
}
.colab-container .colab-img{
    height: 11rem;
}
.video-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.video-container .video{

    text-align: center;
    display: flex;
}
.video-container .video-img{
    height: 16rem;
    padding: 10px;
}
section[id]{
    scroll-margin-top: 70px;
}
html{
    scroll-behavior: smooth;
}
.borde{
    border: 3px solid #f39b3c;
    height: 2px; 
    background-color: #f99224;
}
.imagenb{
    justify-content: center;
    padding-left: 560px;
    width: 350px;
}
.final-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #0e2546;
    background-color: #f39b3c;
    overflow: hidden;
}
.final-container .final{
    height: 6rem;
    width: 6rem;
    background: #f39b3c;
    text-align: center;
    border-radius: 1rem;
    margin: 2rem;
}
.final-container .final-img{
    height: 3rem;
}