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

#container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background-color: #420041;
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a {
    color: white;
    text-decoration: none;
}

#hambur {
    height: 125px;
    display: none;
}




#avec {
    background-color: black;
    width: 1200px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banda {
    display: block;
    width: 100%;
    max-width: 628px;
    margin: 100px auto;
}

#inicio {
    color: #8C0053;
}

#introducao {
    margin-left: 310px;
    margin-right: 310px;
    margin-bottom: 110px;
    width: 100%;
    max-width: 572px;
}

#banda2 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
    padding-bottom: 40px;

    
}

#iniicio {
    width: 490px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    float: right;
    padding-top: 200px;
    margin-bottom: 100px;
    margin-right:100px ;
}

#up {
   
    margin-top: 335px;
}

nav {
    width: 398px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 40px;
    color: #E3686B;
    border: 1px solid #E3686B;
    border-radius: 6px;
    
}

.intro {
    
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: flex-start;
}

#events{
   padding-top: 50px;
   padding-bottom: 50px;
   text-align: left;
   margin-bottom: 20px;
    
}

#ultimatediv {
    
    width: 1200px;
    height: 700px;
    font-display: row;
    align-items: start;
    
    flex-direction: row;
   
}

.diva {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: start;
    row-gap: 10px;
    width: 1200px;
    height: 200px;

    
}

.date{
    text-align: center;
    margin-left: 500px;
}

.button {
    display: inline-flex;  
    padding: 10px 20px;  
    border: 2px solid #8C0053;  
    border-radius: 5px;  
    color: white;  
    font-size: 16px;  
    font-weight: bold;  
    text-align: right; 
    white-space: nowrap;  
    align-items: center;  
    justify-content: flex-end;  
    background-color: #8C0053;  
    margin-left: 1000px;
    margin-bottom: 90px;

    
}


#break {
    width: 1160px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-image: url(imgs/separador.jpg);
    background-size: cover;
}

#more{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    color: black;
    align-content: space-between;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 40px;

    margin-top: 500px;


    
    font-size: 30px;  
    font-weight: bold; 
    text-align: center;  
    white-space: nowrap;  
    align-items: center; 
    background-color: #8C0053;
}




#album {
    display: flex;
    justify-content: left; 
    align-items: center; 
    flex-wrap: wrap;
    height: 375px;
    width: 1200px;
    margin-bottom: 40px;
    
}

.right {
    width: 100%;
    max-width: 1200px;
    display: flex;
    width: 1200px;
    align-items: center;
    gap: 20px; 
    font-size: 20px;
    font-weight: bold;
    
    text-align: left;
    
    padding: 15px;
    border-radius: 8px;
}

#prr {
    width: 100%;
    max-width: 375px;
    height: auto;
    justify-content: left;
    padding-top: 150px;
}

.opa{
    margin-left: 90px;
    margin-right: 115px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
    display: block;
}

#album{
    height: 375px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 500px;


   
}


.con {
    display: none;
}

.meio {
    margin: 0 auto;
}

#social {
    width: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h1 {
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
}

h3 {
    text-align: center;
}

p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

footer {
    height: 70px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; 
    background-color: #190038;
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center; 
    gap: 20px;
    padding: 10px;
    position: relative; 
}


#mafs{
    height: 70px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; 
    background-color: #190038;
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center; 
    gap: 20px;
    padding: 10px;
    position: relative; 
    height: 222px;
    color: white;
    padding-left: 300px;
    padding-right: 300px;
    background-color: #420041;
}


#hammburr {
    width: 65px;
    display: none;
}

#lele{
    display: none;
}

.zero {
    display: none;
}



/* --------------------------------------RESPONSIVE---------------------- */





@media only screen and (max-width: 360px){

    #aveve{
        display: none;
    }

    

    #lele{
        display: block;
    }

    #container {
        max-width: 1200px;

        
    }
     
    #more{
        margin-top: 0;
        max-width: 360px;
    }
    
    .con{
       width: 35px; 

       
       
    }

    #social{
        width: 250px;
        justify-content: space-between;
    }

    #mafs{
        max-width: 360px;
        margin: 0;
        padding: 0;
        
    }
    
    #dois{
        margin: 0;
        padding: 0;
    }


    #avec {
        width: 100%;
        max-width: 360px;
        height: 300px;
    }

    #banda {
        max-width: 280px;
        margin-top: 100px;
        margin-bottom: 40px;
       
    }

    #introducao {
        padding-bottom: 20px;
        max-width: 200px;
        margin: 0 auto;
    }

    #iimgg {
        width: 100%;
        max-width: 120px;
    }

    nav { display: none;}
    #hammburr { display: block;
    }

    #ultimatediv{

        display: none;

   }

   #iniicio { 
    font-size: 22px;
    max-width: 360px;
    margin-top: 50px;
    padding: 0px;
    align-content: center;
    padding-left: 200px;
    margin-left: 50px;
    } 
 
 
    #banda2 {
        max-width: 200px;
        margin-left: 78px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        }


        #prr {
            padding: 0;
            width: 250px;
            margin-left: 35px;
           
        }

        #nao{
            width: 360px;
            margin-right: 374px;
        }

        #right{
            max-width: 360px;
            height: 700px;
        }


        .opa{
            display: none;
           
        }

        
  

#album{
    
    width: 20px;
}

 footer { width: 1200px;}
 #mafs { width: 1200px;}

 .icon {
    display: none;
}
.con {
    display: block;
}

footer {
    height: 80px;
    max-width: 360px;
    
}

a{
font-size:medium;
}
    
}

 

