* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #F9F9F9;
}

#headercor {
    width: 100%;
    padding: 27px 42px 27px 24px;
}

#hmmenu {
    display: none;
}

.pisos {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    width: 546px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-cta:hover {
    border-radius: 10px;
    padding: 0px 5px;
}

a {
    text-decoration: none;

    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 29px;
    color: #161616;
}

a:hover {
    background-color: #C00000;
    color: #F9F9F9;
    transition-duration: 500ms;
}

#hero-container {
    width: 1152px;
    position: relative;
}

#dance-vid {
    width: 100%;
}

#dance-vid-phone {
    display: none;
}

#hero-info {
    position: absolute;
    top: 0px;
}

#txt-overlay-phone {
    display: none;
}

#hero-cta {
    background-color: #F9F9F9;
    color: #C00000;
    padding: 0px 40px;
    position: absolute;
    left: 40px;
    bottom: 170px;
}

#hero-cta:hover {
    background-color: transparent;
    color: #F9F9F9;
    padding: 0px 40px;
}

.botoes {
    width: 172px;
    height: 43px;

    background-color: #00C07D;

    border-radius: 22px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    color: #F9F9F9;
}

.botoes:hover {
    background-color: #F9F9F9;
    color: #00C07D;
}

h1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 126px;
    margin-top: 220px;

    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 100px;
    line-height: 182px;
    text-align: center;
    color: #00C07D;
}

#eventos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 220px;
}

.eventostxt {
    width: 172px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.eventostxt img {
    height: 125px;
    margin-bottom: 100px;
}

.divisoriared {
    background-color: #C00000;
    margin-bottom: 220px;
}

#historia {
    padding: 38px 24px;    
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 122px;
}

.anoshhi {
    display: block;
}

.anoshhiphone {
    display: none;
}

#historiatxt {
    width: 466px;
    margin: 135px 0px;
    text-align: left;
    color: #F9F9F9;
    line-height: 106px;
}

#historiatxtphone {
    display: none;
}

h3 {
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 48px;
    text-align: left;
    color: #F9F9F9;
}

p {
    margin-bottom: 30px;

    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #F9F9F9;
}

#historiatitulo {
    margin: 0px;

    line-height: 106px;
    text-align: left;
    color: #F9F9F9;
}

#galeria1 {
    width: 588px;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 24px;
}

#galeria2 {
    width: 662px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-content: center;
    gap: 24px;
}

#lista {
    padding: 23px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 220px;
}

#imagens {
    width: 368px;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    gap: 24px;
}

#alterarimagem {
    height: 462px;
    display: flex;
    justify-content: left;
    align-items: center;
}

#lista1 {
    width: 466px;
}

hr {
  border-style: solid;
  border-width: 3px;
  border-color: #C00000;
}

.divisóriagreen {
    background-color: #00C07D;
    margin-bottom: 220px;
}

#caixa {
    height: 288px;
    padding: 79px 122px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

h2 {
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 48px;
    text-align: left;
    color: #F9F9F9;
}

h5 {
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 28.8px;
    text-align: right;
    color: #F9F9F9;
}

#frase {
    height: 112px;
    width: 760px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
}

#frase h5 {
    display: flex;
    justify-content: right;
    align-items: flex-end;
}

#merchtitulo {
    display: block;
}

#merchtitulophone {
    display: none;
}

#merch {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 24px;
    margin-bottom: 220px;
}

#merchimgsphone {
    display: none;
}

#merchimgs{
    display: block;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 11px;
}

.merchbutons {
    display: flex;
    justify-content: space-evenly;
    gap: 11px;
}

.merchbutons a {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #00C07D;
}

.merchbutons a:hover {
    background-color: #00C07D;
}

footer{
    height: 288px;
    background-color: #C00000;
}

#footer {
    padding: 72px 24px;
}

#aphhdcphone {
    display: none;
}

#aphhdc {
    display: flex;
    align-self: flex-end;
    justify-self: flex-start;
}

#social {
    width: 313px;
    display: block;
    display: flex;
    justify-items: center;
    justify-content: space-between;
    justify-self: center;
}

#copyright {
    width: 1152px;
    display: flex;
    justify-content: space-between;
}

#copyrighttxt {
    justify-self: flex-end;
    text-align: right;
    justify-self: flex-end;
    align-content: flex-end;
}

h6 {
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 29px;
    color: #F9F9F9;
}

/*---------------Responsive---------------*/



/*---------------Tablet---------------*/


@media only screen and (max-width: 720px) {

    .pisos {
        max-width: 720px;
    }

    #logotipo {
        width: 74px;
    }

    nav {
        width: 345px;
    }

    nav a {
        font-size: 12px;
        line-height: 19px;
    }

    #hero-container {
        width: 672px;
        position: relative;
    }

    #hero-cta {
        padding: 0px 34px;
        left: 23px;
        bottom: 85px;
    }

    #txt-overlay {
        width: 672px;
    }

    h1 {
        margin-bottom: 60px;
        margin-top: 120px;

        font-size: 80px;
        line-height: 128px;
    }

    #eventos {
        width: 672px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 30px;
        row-gap: 45px;

        margin-bottom: 120px;
    }

    .eventostxt {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-content: space-between;
    }

    .eventostxt img {
        margin-bottom: 0px;
    }


    #img1 {
        width: 111px;
        height: auto;
    }

    #img2 {
        width: 100px;
        height: auto;
    }

    #img3 {
        width: 109px;
        height: auto;
    }

    #img4 {
        width: 123px;
        height: auto;
    }

    #img5 {
        width: 97px;
        height: auto;
    }

    .divisoriared {
        margin-bottom: 120px;
        padding: 27px 0px;
    }

    #historia {
        padding: 0px 27px;    
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .anoshhi {
        height: 17px;
    }

    #historiatxt {
        width: 672px;
        margin: 80px 0px;
    }

    h3 {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    #galeria1 {
        width: 672px;
    }

    #lista {
        padding: 27px;
        flex-direction: column-reverse;
        margin-bottom: 120px;
        row-gap: 24px;
    }

    #lista1 {
        width: 440px;
    }

    #lista1 img {
        height: 77px;
    }

    #galeria2 {
        width: 320px;
        gap: 20px;
    }

    #imagens {
        width: 150px;
        gap: 20px;
        margin: 10px 0px;
    }

    #imglista1 {
        width: 150px;
        height: 100px;
    }

    #imglista2 {
        width: 121px;
        height: 86px;
    }

    #alterarimagem {
        height: 226px;
    }

    #imglista3 {
        width: 150px;
    }












    .merchbutons {
        gap: 10px;
    }

    .merchbutons a {
        width: 18px;
        height: 18px;
        border: 2px solid #00C07D;
    }





}



/*---------------Telefone---------------*/


@media only screen and (max-width: 360px) {

    .pisos {
        max-width: 360px;
    }

    #logotipo {
        width: 52px;
    }

    #hmmenu {
        display: block;
    }

    nav {
        display: none;
    }

    #dance-vid {
        display: none;
    }

    #dance-vid-phone {
        display: block;
        width: 100%;
    }

    #txt-overlay {
        display: none;
    }

    #txt-overlay-phone {
        display: inline-block;
    }

    #hero-container {
        width: 320px;
        position: relative;
    }

    #hero-cta {
        position: absolute;
        left: 74px;
        bottom: 68px;
    }

    #hero-cta:hover {
        background-color: #C00000;
        color: #F9F9F9;
        padding: 0px 40px;
    }

    h1 {
        margin-bottom: 70px;

        font-size: 64px;
        line-height: 72px;
    }

    #eventos {
        width: 320px;
        column-gap: 20px;
    }

    .divisoriared {
        padding: 20px 0px;
    }

    #historia {
        padding: 0px 20px;
        row-gap: 30px;
    }

    .anoshhi {
        display: none;
    }

    .anoshhiphone {
        display: block;
        margin: auto;
    }

    #historiatxt {
        width: 320px;
        margin: 80px 0px;
    }

    #historiatitulo {
        line-height: 72px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    #galeria1 {
        display: none;
    }

    #historiatxtphone {
        display: block;
    }

    #galeria1phone {
        display: block;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 80px;
        row-gap: 31px;
    }

    .merchbutons {
        gap: 10px;
    }

    .merchbutons a {
        width: 18px;
        height: 18px;
        border: 2px solid #00C07D;
    }

    #historiabutons a {
        border: 2px solid #F9F9F9;
    }

    #historiabutons a:hover {
        background-color: #F9F9F9;
    }

    #lista {
        padding: 20px;
        row-gap: 80px;
    }

    #lista1 {
        width: 320px;
    }

    #lista1 img {
        height: 87.5px;
    }

    #galeria2 {
        width: 320px;
        gap: 20px;
    }

    #imagens {
        width: 150px;
        gap: 20px;
        margin: 10px 0px;
    }

    #imglista1 {
        width: 150px;
        height: 100px;
    }

    #imglista2 {
        width: 121px;
        height: 86px;
    }

    #alterarimagem {
        height: 226px;
    }

    #imglista3 {
        width: 150px;
    }

    .divisóriagreen {
        margin-bottom: 120px;
    }

    #caixa {
        height: 437px;
        padding: 80px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
    }

    #quoteimg {
        width: 150px;
    }

    h2 {
        font-size: 20px;
        line-height: 32px;
    }

    h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 29px;
        text-align: left;
    }

    #merchtitulo {
        display: none;
    }

    #merchtitulophone {
        display: block;
    }

    #merch {
        padding: 0px 20px;
        margin-bottom: 120px;
        row-gap: 11px;
    }

    #merchimgs {
        display: none;
    }

    #merchimgsphone {
        display: block;
    }

    footer{
        height: 399px;
        background-color: #C00000;
    }

    #footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 60px;
        padding: 80px 20px 20px;
    }

    #aphhdc {
        display: none;
    }

    #aphhdcphone {
        display: block;
    }

    #social {
        width: 320px;
    }

    #copyright {
        justify-content: center;
    }

    #copyrighttxt {
        text-align: center;
    }

    h6 {
        font-size: 10px;
        line-height: 16px;
    }


}