* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

body {
        background-color: #C31A34;

}


.header {
    width: 100%;
    max-width: 1200px;
    height: 101px;
    margin: 0 auto;
    background-color: #C31A34;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

nav a.head, 
nav a:visited, 
nav a:link {
    color: #212554 !important; 
    text-decoration: none;
    transition: color 0.3s ease;
}

nav {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #212554;
    width: 100%;
    max-width: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    text-decoration: none;
    }

.fundoblue {
    width: 100%;
    /* height: 633px; */
    max-width: 1200px;
    margin: auto;
    padding: 52px 0 65px 0;
    background-color: #212554;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}


.filhos0 {
   /*width: 100%;*/
    /*max-width: 465px;*/
    height: 503px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    margin: auto;
    align-items: center;
}

.filhos0 {
    height: 503px;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;    
    gap: 25px;              
    margin: 0;
}

.filhos0 > img {
    max-width: 100%; 
    height: auto;
}

.controles-merch {
    display: flex;
    flex-direction: row;   
    align-items: center;   
    gap: 30px;              
}

.setas img {
    width: 25px;          
    height: auto;
}


.rodas img {
    width: auto;           
}

.filhos1 {
    /* width: 100%; */
    max-width: 466px;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    margin-left: 0;        
    align-items: flex-start; 
}

.filhos1 h1, 
.filhos1 p {
    text-align: left;
    width: 100%;
}

.fbfilhos {
        width: 100%;
    max-width: 368px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frfilhos {
        width: 100%;
    max-width: 368px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frfilhos2 {
        width: 100%;
    max-width: 368px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frfilhos3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #212554;
    border-radius: 30px;
    padding: 11px 60px;
    
}

.azul {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #212554;
    text-align: left;
}

.roxo {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #38214F;
}

.violeta {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #512147;
}
.pink {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #831D3D;
}

.vermelho {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #C31A34;
}

.buttons-row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.azulbutao1 {
    text-align: center;
    width: 200px;
    height: 50px;
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #212554;
    background-color: #C31A34;
    border-radius: 30px;
     padding: 15px 45px;
    border-radius: 40px;
    text-decoration: none;
    position: relative;
    transition: transform 0.2s;
    z-index: 1;
}


.azulbutao2 {
    text-align: center;
    width: 200px;
    height: 50px;
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #212554;
    background-color: #831D3D;
    border-radius: 30px;
     padding: 15px 45px;
    border-radius: 40px;
    text-decoration: none;
    margin-top:40px ;
    margin-left: -40px; 
    position: relative;
    transition: transform 0.2s;
    z-index: 2;
    margin-left: -30px;
}

.azulbutao1:hover { z-index: 3; transform: scale(1.05); }
.azulbutao2:hover { transform: scale(1.05); }

.roxobutao {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #38214F;
    background-color: #831D3D;
    border-radius: 30px;
    padding: 11px 60px;
}

.violetabutao {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #512147;
    background-color: #C31A34;
    border-radius: 30px;
    padding: 11px 60px;
}
.pinkbutao {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #831D3D;
    background-color: #38214F;
    border-radius: 30px;
    padding: 11px 60px;
}

.vermelhobutao {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #C31A34;
    background-color: #212554;
    border-radius: 30px;
    padding: 11px 60px;
}

.names {
font-family: "Atma", system-ui;
 font-weight: 600;
    font-style: normal;
    color: #fff;
}

h4 {
font-family: "Atma", system-ui;
 font-weight: 400;
    font-style: light;
    color: #fff;
}

p {
color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h6 {
color: #C31A34;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* .direita {
    width: 100%;
    display: flex;
}

.meio {
    width: 100%;
    display: flex;
    align-items: center;
}

.esquerda {
    width: 100%;
    display: flex;
} */

.fundoblue1, .fundoroxo, .fundovioleta, .fundopink, .fundored {
    width: 100%;
    max-width: 1200px;
    min-height: 700px;
    margin:40px auto;
    display: flex;
    justify-content: center; 
    align-items: center;    
    gap: 100px;            
    padding: 60px;
        position: relative;
    overflow: hidden;
}

.member-images {
    position: relative;
    width: 500px;  
    height: 450px; 
    flex-shrink: 0;
}

.member-images img {
    position: absolute;
    width: 320px;         
    height: 320px;
    object-fit: cover;    
    transition: transform 0.3s ease;
}

.image-bottom {
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
     width: 320px;
    height: 320px;
}

.image-top {
    bottom: 0px !important;
    right: 0px !important;
    z-index: 2;
    width: 250px;
    height: 250px;
}


.member-images-overlap:hover .img-front { transform: translate(-10px, -10px); }
.member-images-overlap:hover .img-back { transform: translate(10px, 10px); }


.member-info {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.member-info h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

.member-info p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.member-buttons {
    display: flex;
    gap: 15px;
}

.member-info {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.member-info h1 {
    margin-bottom: 20px;
    font-size: 40px;
}

.member-info p {
    margin-bottom: 30px;
}

.fundoblue1 {
    width: 100%;
    height: 633px;
    max-width: 1200px;
    margin: auto;
    background-color: #212554;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fundored {
    width: 100%;
    min-height: 633px;
    max-width: 1200px;
    margin: auto;
    background-color: #C31A34;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;              
    padding: 40px;
}

.filhos0, .filhos1 {
    margin: 0;               
    flex: 0 1 auto;          
}

.fundoroxo {
    width: 100%;
    height: 633px;
    max-width: 1200px;
    margin: auto;
    background-color: #38214F;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fundovioleta {
    width: 100%;
    height: 633px;
    max-width: 1200px;
    margin: auto;
    background-color: #512147;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.fundopink {
    width: 100%;
    height: 633px;
    max-width: 1200px;
    margin: auto;
    background-color: #831D3D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer {
    width: 100%;
    height: 169px;
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    background-color: #212554;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.apps {
display: flex;          
    justify-content: center; 
    align-items: center;
    gap: 20px;                 
}

.apps img {
    width: 24px;            
    height: auto;
    transition: transform 0.2s ease, opacity 0.2s;
    opacity: 0.7;           
}

.social-icons img:hover {
    transform: scale(1.2);  
    opacity: 1; 
}

.help {
     width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    background-color: transparent; 
    
    display: flex;
    flex-direction: row;       
    justify-content: space-between; 
    align-items: center;
    gap: 20px;
}
.legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap; 
}

    .legal-links a {
    color: rgba(255, 255, 255, 0.6); 
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
    transition: color 0.3s;
    }

    .legal-links a:hover {
    color: #fff; 
    }

    .footer-text {
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    }

.footer-bottom h6 {
    color: rgba(255, 255, 255, 0.4);
}


.riscarosa {
    width: 100%;
    height: 31px;
    max-width: 1200px;
    margin: auto;
    background-color: #831D3D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.riscavioleta {
    width: 100%;
    height: 31px;
    max-width: 1200px;
    margin: auto;
    background-color: #512147;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.riscaroxo {
    width: 100%;
    height: 31px;
    max-width: 1200px;
    margin: auto;
    background-color: #38214F;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.albuns {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 40px auto;
    background-color: #212554;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 40px;
    padding: 40px;
    justify-items: center;
}


.containerred {
        background-color: #C31A34;
        border-radius: 30px;     
    padding: 20px;
    width: 100%;
    max-width: 210px;        
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    min-height: 280px;
    }

.containerpink {
background-color: #831D3D;
border-radius: 30px;     
    padding: 20px;
    width: 100%;
    max-width: 210px;        
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    min-height: 280px;
}

.containervio {
background-color: #512147;
border-radius: 30px;     
    padding: 20px;
    width: 100%;
    max-width: 210px;        
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    min-height: 280px;
}

.containerroxo {
background-color: #38214F;
border-radius: 30px;     
    padding: 20px;
    width: 100%;
    max-width: 210px;        
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    min-height: 280px;
}


.containerred :hover {
    transform: translateY(-5px); 
}

.containerpink :hover {
    transform: translateY(-5px); 
}

.containervio :hover {
    transform: translateY(-5px); 
}

.containerroxo :hover {
    transform: translateY(-5px); 
}


.containerred img:first-child {
    width: 100%;
    height: auto;
    border-radius: 15px; 
    margin-bottom: 15px;
} 
.containerpink img:first-child {
    width: 100%;
    height: auto;
    border-radius: 15px; 
    margin-bottom: 15px;
}
.containervio img:first-child {
    width: 100%;
    height: auto;
    border-radius: 15px; 
    margin-bottom: 15px;
} 
.containerroxo img:first-child {
    width: 100%;
    height: auto;
    border-radius: 15px; 
    margin-bottom: 15px;
}

.album {
    position: absolute;
    bottom: 1px; 
    right: 7px;   
    width: 50px;  
    height: 50px;
    z-index: 10;  
    display: flex;
    align-self: flex-end; 
}

.album img {
    width: 100%;
    height: 100%;
}

.names {
    width: 100%;       
    text-align: left;  
    display: block;    
    padding-left: 5px; 
}

.fundoblue2 {
    width: 100%;
    /* height: 633px; */
    max-width: 1200px;
    margin: auto;
    padding: 25px 0 25px 0;
    background-color: #212554;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}

h4 {
    width: 100%;       
    text-align: left;  
    display: block;
    padding-left: 5px; 
}

.fundotour {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 25px 25px;
    text-align: center;
    color: white;
    border-radius: 20px;
}

.tour-title {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
    color: #212554;
    margin-bottom: 50px;
}

.tour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 100px;
    text-align: left;
    margin-bottom: 60px;
}

.tour-col h3 {
    font-family: "Atma", sans-serif;
    margin-bottom: 15px;
    color: #ffffff; 
}

.tour-col p {
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 8px;
    line-height: 1.4;
}


.right-align {
    text-align: right;
}

.region {
    margin-bottom: 30px;
}


.buy-tickets {
    display: inline-block;
    background-color: #212554;
    color: white !important;
    padding: 20px 60px;
    border-radius: 50px;
    font-family: "Atma", sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.buy-tickets:hover {
    transform: scale(1.1);
    background-color: #212554;
}


html {
    scroll-behavior: smooth;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.btn::after {
    content: "↑";
    font-size: 28px;
    font-weight: bold;
    color: white;
    transition: transform 0.3s ease;
}

.btn:hover {
    transform: translateY(-5px); 

.btn:hover::after {
    transform: scale(1.2);
}



@media (max-width: 768px) {
    .fundoblue1, .fundored, .fundoroxo, .fundovioleta, .fundopink {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }
    nav { display: none; } /* Esconde nav no mobile ou pode ajustar */
}