body {
background-color: #161616;
font-family: transcript;
letter-spacing: -0.05em;
overflow: hidden;
}


@font-face {
  font-family: transcript;
  src: url(fonts/transcript-medium-pro.ttf);
  font-weight: normal;
  font-style: normal;
}

a, a:visited {
    color: #545454;
}

#ma180 {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 80vh;
}

#logo180 {
    position: absolute;
    width: 50px;
    right: 50px;
    bottom: 50px;

}

#edicao_anterior {
    position: absolute;
    right: 200px;
    bottom: 55px;
    font-size: 12px;
    color: #e8e8e8;
    text-decoration: underline;
}

#motion {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 110vh;
}

#motiongif {
    position: absolute;
    width: 80vw;
    height: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

#slogan {
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #e8e8e8;
    position: absolute;
    left: 50px;
    bottom: 525px;
    z-index: 20;
    mix-blend-mode: exclusion;
}

.coming-soon {
    width: 280px;
}

.coming-soon-mobile {
    display: none;
    width: 280px;
}

#mc_embed_shell {
}

#mc_embed_signup {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #e8e8e8;
    clear: left;
    width: 250px;

}

.mc-field-group {
    width: 100%;
}

label {
    display: inline-flex;
    font-size: 16px;
    align-items: center;
}

.asterisk {
    color: #6f6f6f;
    font-size: 14px;
    margin-left: 5px;
}

#mce-EMAIL {
    width: 230px;
}

#mce-FNAME {
    width: 230px;
}

#mce-MMERGE3 {
    width: 230px;
}

input {
    background: none;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    padding: 10px;
    color: #e8e8e8;
    font-family: transcript;
    letter-spacing: -0.05em;
    font-size: 18px;
    width: 230px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.mce_inline_error {
    margin-left: auto;
    margin-right: auto;
    width: 125px;
    border-radius: 50px;
    background: none;
    font-family: transcript;
    letter-spacing: -0.05em;
    font-size: 16px;
}


#mergeRow-gdpr {
    margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
    font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding-bottom: 0px;
}

.content__gdpr {
    font-size: 13px;
    color: #e8e8e8;
}

.content__gdprLegal {
    font-size: 13px;
    color: #545454;
    width: 110%;
}


#mc-embedded-subscribe {
    font-size: 18px;
    color:#151515;
    background-color: #e8e8e8;
    padding: 10px;
    width: 250px;
    border-radius: 200px;

}

/*
@media screen and (max-width: 1200px) {

    #slogan {
        top: 5vh;
 
    }

    #logo180 {
        bottom: 25px;
    }

    #edicao_anterior {
    bottom: 30px;
  
}

}

*/


@media screen and (max-width: 1000px) {
body {

}

#ma180 {
    width: 90%;
    height: auto;
}

#slogan {
    font-size: 28px;
    letter-spacing: -0.05em;
    z-index: 20;
    color: #ebebeb;
    position: absolute;
    top: auto;
    left: 20px;
    bottom: 200px;
}


#motiongif {
    z-index: 20;
    height: 100%;
    width: 120%;
    right: auto;
    left: -100px;
    bottom: 0px;
    z-index: 0;
}


#logo180 {
    position: absolute;
    width: 40px;
    right: 25px;
    bottom: 40px;
}


#edicao_anterior {
    position: absolute;
    left: 25px;
    bottom: 45px;
    font-size: 12px;
    color: #e8e8e8;
    text-decoration: underline;
}




#mc_embed_signup {
    position: absolute;
   /* display: none; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0px;
    bottom: -530px;
    transition: top 1s;
    padding: 0%;
    padding-bottom: 20px;
    color: #151515;
    background-color: #e8e8e8;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    transition: bottom 1s;
    z-index: 30;

}



.coming-soon {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 30px;
}

.coming-soon-mobile {
    position: absolute;
    display: flex;
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;

    font-size: 18px;
    bottom: 20px;
    color:#151515;
    background-color: #e8e8e8;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 200px;
    cursor: pointer;
    
}

.coming-soon-mobile:hover {
    text-decoration: underline;
}

.mc-field-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

label {
    display: inline-flex;
    font-size: 16px;
    align-items: center;
    color: #151515;
}

.asterisk {
    color: #6f6f6f;
    font-size: 14px;
    margin-left: 5px;
}

#mce-EMAIL {
    width: 93%;
}

#mce-FNAME {
    width: 93%;
}

#mce-MMERGE3 {
    width: 93%;
}

input {
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    background: none;
    border: 1px solid #151515;
    color: #151515;
    font-family: transcript;
    letter-spacing: -0.05em;
    font-size: 18px;
}


.mce_inline_error {
    margin-left: auto;
    margin-right: auto;
    width: 125px;
    background: none;
    font-family: transcript;
    letter-spacing: -0.05em;
    font-size: 16px;
}

.button {

}

#mc-embedded-subscribe {
    display: block !important;
    float: none !important;
    margin: 20px auto !important;
    width: 80%; /* optional – match the inputs */
    text-align: center;
    font-size: 18px;
    color #e8e8e8;
    background-color:#151515;
    border-radius: 200px;
}

#mergeRow-gdpr {
    margin-top: 20px;
    display: block !important;
    float: none !important;
    margin: 20px auto !important;
    width: 80%; /* optional – match the inputs */
    text-align: left;
    font-size: 18px;
    color:#151515;
    padding: 0px;

}

#mergeRow-gdpr fieldset label {
    font-weight: normal;
}


.content__gdpr {
    font-size: 13px;
    color: #e8e8e8;
}

.content__gdprLegal {
    font-size: 13px;
    color: #545454;
    width: 100%;
}


}

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

#slogan {
    font-size: 24px;
}

}