* {
    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;
}

#hamburguer {
    display: none;
}

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;
}

#verme {
    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: 360px) {

    .fundoblue1,
    .fundored,
    .fundoroxo,
    .fundovioleta,
    .fundopink {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
        width: 360px;
    }


    nav {
        display: none;
    }

    .header {
        width: 360px;
    }

    #loja {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }

    .member-info {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }

    .buttons-row {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }

    .member-images {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }

    .containerpink,
    .containerred,
    .containerroxo,
    .containervio {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 20px auto;
        height: 270px;
        margin-bottom: 40px;
    }


    #disapear {
        display: none;
    }


    #tour {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 60px 20px;
    }


    .albuns {
        max-width: 360px;
        display: table-column;
        grid-template-columns: none;

    }


    .fbfilhos img {
        width: 300px;
        display: flex;
        align-content: center;
        flex-direction: column;
        margin: auto;



    }

    .fbfilhos,
    .direita,
    .meio,
    .esquerda {
        margin: 15px auto;
        justify-content: space-between;
        align-items: center;
        height: 345px;
    }


    #lol {
        margin: 95px 5px 15px;

    }

    #lmao {
        margin-bottom: 80px;

    }

    #xd {
        margin-top: -10px;

    }

    .line {
        max-width: 300px;
    }

    #logo img {
        width: 100%;
        max-width: 67px;
    }

    #logo {
        margin-left: -20px;
    }

    #hamburguer {
        width: 100%;
        max-width: 51px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        margin-right: -20px;
    }

    .fundoblue1,
    .fundoroxo,
    .fundovioleta,
    .fundopink,
    .fundored {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 420px !important;
        margin: auto !important;
        padding: 40px 30px !important;
        height: auto !important;
    }

    .member-info {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        order: 1 !important;
    }

    .member-info h1 {
        font-family: "Atma", system-ui, sans-serif !important;
        font-size: 32px !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    .member-info p {
        font-family: "Ubuntu", sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
        text-align: left !important;
    }


    .member-images {
        position: relative !important;
        width: 100% !important;
        height: 340px !important;
        margin: 0 auto 40px auto !important;
        flex-shrink: 0 !important;
        order: 2 !important;
    }

    .member-images img {
        position: absolute !important;
        object-fit: cover !important;
    }

    .image-bottom {
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        bottom: auto !important;
        width: 260px !important;
        height: 260px !important;
        z-index: 1 !important;
    }


    .image-top {
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        width: 170px !important;
        height: 170px !important;
        z-index: 2 !important;
    }


    .buttons-row {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 50px !important;
        position: relative !important;
        margin: 20px auto 0 auto !important;
        padding: 0 !important;
        order: 3 !important;
    }



    .roxobutao,
    .violetabutao,
    .pinkbutao,
    .vermelhobutao {
        width: 180px !important;
        height: 48px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 40px !important;
        position: absolute !important;
        top: 0 !important;
        margin: 0 !important;
    }



    .roxobutao,
    .violetabutao {
        left: 20px !important;
        z-index: 2 !important;
    }


    .pinkbutao,
    .vermelhobutao {
        right: 20px !important;
        z-index: 1 !important;
    }


    .azulbutao1 {
        transform: translateX(-30%) !important;
        z-index: 2 !important;
        width: 180px !important;
        height: 48px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 40px !important;
        position: absolute !important;
        top: 0px !important;
        margin-left: 20px;
    }

    .azulbutao2 {
        transform: translateX(15%) !important;
        z-index: 1 !important;
        width: 180px !important;
        height: 48px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 40px !important;
        position: absolute !important;
        top: 0px !important;
        margin-left: 20px;
    }


    .footer {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: auto !important;
        padding: 40px 20px !important;
        gap: 20px !important;
    }

    .apps {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        max-width: 200px !important;
        margin: 0 auto !important;
    }


    .apps img {
        width: 24px !important;
        height: 24px !important;
        display: block !important;
        filter: none !important;
    }




    .help {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .legal-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .footer-text h6,
    .legal-links h6,
    .legal-links a h6 {
        text-align: center !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }

    .legal-links a {
        text-decoration: none !important;
        display: block !important;
        width: 100% !important;
    }


    .fundotour {
        width: 100% !important;
        max-width: 420px !important;
        margin: 40px auto !important;
        padding: 40px 25px !important;
        border-radius: 0px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .tour-title {
        margin-bottom: 40px !important;
        text-align: center !important;
        width: 100% !important;
        letter-spacing: 0.5px !important;
    }


    .tour-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 40px !important;
    }


    .tour-col:first-child {
        text-align: left !important;
        width: 100% !important;
    }

    .tour-col:first-child h3 {
        text-align: left !important;
    }

    .tour-col:first-child p {
        text-align: left !important;
    }


    .tour-col.right-align,
    .tour-col.right-align .region {
        text-align: right !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        margin-bottom: 25px !important;
    }

    .tour-col.right-align .region:last-child {
        margin-bottom: 0px !important;
    }

    .tour-col h3 {
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    .tour-col p {
        line-height: 1.6 !important;
        margin-bottom: 8px !important;
        width: 100% !important;
    }

    .buy-tickets {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 240px !important;
        height: 48px !important;
        padding: 0 !important;
        border-radius: 30px !important;
        text-transform: uppercase !important;
        transition: transform 0.2s ease !important;
        margin: 0 auto !important;
    }

    .buy-tickets:hover {
        transform: scale(1.05) !important;
    }
}