* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #F9F9F9;
}

#headercor {
    width: 100%;
    padding: 27px 42px 27px 24px;
}

.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;
}

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;
}

.head-cta:hover {
    border-radius: 10px;
    padding: 0px 5px;
}

#hero-container {
    width: 1152px;
    position: relative;
}

#dance-vid {
    width: 100%;
}

#hero-info {
    position: absolute;
    top: 0px;
}

#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;
}

#historiatxt {
    width: 466px;
    margin: 135px 0px;
    text-align: left;
    color: #F9F9F9;
    line-height: 106px;
}

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;
}

h3 {
    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 h4 {
    display: flex;
    justify-content: right;
    align-items: flex-end;
}

#merch {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 24px;
    margin-bottom: 220px;
}

#merchimgs{
    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;
}

#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-content: 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;
}