* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

header {

    width: 100%;

    background-color: #00a7af;
}

#topo {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #00a7af;
}

nav {
     width: 100%;
     max-width: 564px;

     display: flex;
     justify-content: space-between;


     margin-right: 24px;

}

#titulo1 {
    
    
   width: 100%;
   max-width: 1200px;
   height: 609px;

   display: flex;
   justify-content: flex-end;
   align-items: flex-end;

    background-image: url(Img/fotografia_banda_header.png);
    background-repeat: no-repeat;

}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 96px;
    line-height: 116px;
    width: 686px;
    margin-bottom: 20px;
   
   
    text-align: center;
    color: #00a7af;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 96px;
    font-weight: 800;
    color: #494858;

    margin-bottom: 30px;
    margin-top: 30px;
}

h3 {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 64px;
    color: #F7F5F2;

    
    text-align: center;

}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #9a5005;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 10px;
    color: #f7f5f2;
}


#intro {

    width: 760px;
    height: 696px;

   
   padding-top: 50px;

    margin-left: 220px;
    margin-right: 220px;
    margin-bottom: 270px;
    text-align: center;


    border-color: #b1cbe1;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;

    background-color: #b1cbe1;
}




img {
    margin-bottom: 20px;
}

#container {
     width: 100%;
     max-width: 1200px;
     margin-left: auto;
     margin-right: auto;

     background-color: lightcyan;
     

}

#container2 {
    width: 100%;
     max-width: 1200px;
     
     margin-left: auto;
     margin-right: auto;
     padding-top: 103px;

     background: linear-gradient(180deg, #494158 24.08%, #F2DBBE 24.88%, #F7F5F2 63.87%, #9D8E8B 90.11%);
}




p {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #5e211d;

    margin-bottom: 30px;
}

#cta {
    width: 130px;
    height: 40px;

    border-color: #9a5005;
    border-style: none;
    border-width: 1px;
    border-radius: 43px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #9a5005;
    text-decoration: none;

    background-color: #ffc519;

    padding: 8px 30px;
}

.subtitulos {
    background-color: #494158;
    
    margin-bottom: 103px;
    margin-top: 350px;
    margin-left: 318px;
    margin-right: 318px;

    border-color: #494158;
    border-style: solid;
    border-width: 1px;
    border-radius: 26px;
    max-width: 1200px;
    text-align: center;

    padding-bottom: 23px;
    padding-top: 23px;

}


#albumes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    padding-top: 50px;

   
}

.albumescard {
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding-bottom: 40px;
    
}



a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #f7f5f2;
    text-decoration: none;
    font-weight: 800;
}

#historia {

    width: 1200px;
    height: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-bottom: 150px;
    background-color: #f7f5f2;
    padding-left: 24px;
    padding-right: 24px;
    
    
}

.historiatxt {
    width: 100%;
    max-width: 564px;
    padding-top: 50px;
    
    
}


footer {
    width: 100%;
    max-width: 1200px;

    display: flex;
    justify-content: space-between;

   

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;

}

#copy {
    width: 100%;
    max-width: 662px;
    padding-top: 200px;

    

}

h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 36px;
    color: #f7f5f2;
    font-weight: 300;
    text-align: right;
}

#social {
    width: 100%;
    max-width: 369px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

#redessociais {
    display: flex;
    flex-direction: column;
}
.listas1e2 {

    width: 364px;
    height: 446px;

   
   padding-top: 50px;

    margin-left: 24px;
    margin-right: 24px;
    
   text-align: center;


    border-color: #5b93b5;
    border-style: solid;
    border-width: 1px;
    border-radius: 35px;
    background-color: #5b93b5;
}

#listas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    margin-top: 170px;
    margin-bottom: 170px;
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 40px;
    color: #f7f5f2;
    font-weight: 500;
    text-align: center;
    list-style-type: none;

}

#lista_centro {
    background-color: #ffc519;
     border-color: #ffc519;
    border-style: solid;
    border-width: 90px;
    border-radius: 196px;
    text-align: center;
    margin-top: 125px;
    margin-bottom: 125px;
}