@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


* {
    margin: 0;
    padding: 0;
    background-color: transparent;
    list-style: none;
    color: #f1f0e3;
    text-decoration: none;
    border: none; /* Remove bordas padrão */
    outline: none; /* Remove contornos padrão */
    box-shadow: none; /* Remove sombras padrão */
}

/* IMAGENS DE FUNDO DOS INICIOS DAS PAGINAS */
.top-bg {
    background-image: url(./assets/drumagick-home-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 1300px;
}

.black-bg {
    background-color: black;
    width: 100%;
    height: 100vh;
}

.contact-bg {
    background-image: url(./assets/contato-bg-3.jpg);
    background-position: 100% 0%;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/* SESSAO HEADER */
header {
    width: 100%;
    display: flex;
    height: 180px;
    justify-content: space-evenly;
    align-items: center;
}

.h-content {
    position: fixed;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.logo {
    width: 30%;
    display: flex;
    justify-content: center;
}

#logo-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo {
    width: 150px;
    height: 150px;
}

/* MENU */
nav {
    width: 30%;
}

ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

li {
    list-style: none;
    cursor: pointer;
    font-size: 22px;
    transition: .5s;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

li:hover {
    color: #E9B43E;
    font-size: 26px;
}

/* REDES SOCIAIS */
.socials {
    width: 30%;
}

#socials {
    width: 45px;
    height: auto;
}

/* BANNER CENTRAL DE NEW RELEASE */
.banner-ctt {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80%;
}

.bnn-lancamento {
    height: 100%;
    width: 400px;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.new-release {
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    padding-top: 40px;
}

.cover-content {
    width: 100%;
    height: 100%;
}

#nr-cover {
    border-radius: 10px;
    background-image: url(./assets/od-trop-rework.jpg);
    background-position: 50% 50%;
    background-size: cover;
    width: 600px;
    height: 600px;
}

.buttons {
    width: 250px;
    height: 70px;
    background-color: transparent;
    color: #f1f0e3;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: none;
    outline: 3px solid #f1f0e3;
    margin-top: 35px;
}

.buttons:hover {
    background-color: #f1f0e3;
    color: #000;
}


/* SESSAO DE LATEST RELEASES */
.lat-releases {
    width: 100%;
    height: 100vh;
    background-image: url(./assets/releases-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lt-rel-title {
    width: 100%;
    height: 20vh;
    text-align: center;
    font-size: 3em;
}

/* ESTILO DA GALERIA */
.gallery-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 40vh;
    position: relative;
    background-color: transparent;
}

.gallery-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: transform 0.2s ease;
}

.gallery-track a {
    flex: 0 0 16.66%; /* Cada capa ocupa 1/6 da largura visivel */
    text-align: center;
    text-decoration: none;
}

.gallery-track img {
    width: 90%;
    margin: 0 auto;
    border: 2px solid transparent;
    transition: transform 0.3s ease, border-color 0.03s ease;
    cursor: pointer;
}

.gallery-track img:hover {
    transform: scale(1.2);
}

/* Estilizando os botões */
button-gallery {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: background-color 0.3s ease;
    border-radius: 20px;
}

.prev {
    padding-bottom: 25px;
    font-size: 62px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.next {
    padding-bottom: 25px;
    font-size: 62px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

button-gallery:hover {
    background-color: #dddcdc;
}

.prev {
    left: 50px;
}

.next {
    right: 50px;
}




/* SESSAO THIS IS "ARTISTA" */
.playlist {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-image: url(./assets/bg-down.png);
    background-position: 50% 50%;
    background-size: cover;
}

.pl-container {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: auto;
    padding-top: 10vh;
}

.pl-side-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.this-is {
    width: 20vw;
    height: auto;
    text-align: right;
    padding-right: 15%;
}

#pl-text {
    font-size: 4vw;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

.spotify {
    width: 15vw;
    height: auto;
    text-align: right;
    padding-right: 15%;
    padding-top: 50px;
}

#logo-spotify {
    width: 15vw;
    height: auto;
    justify-content: right;
}

/* playlist embedada */
/* .embed-cont {
    width: 50%;
} */

.pl-embed {
    width: 35vw;
    height: 450px;
}

.this-is-playlist {
    width: 100%;
    height: 50vh;
}


/* CODIGO PARA A PAGINA DE CONTATOS */
.main-forms {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
}

/* COLUNA DOS TEXTOS E LINKS */
.text-container {
    width: 50%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.contato-txt {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3.7vw;
    font-weight: 800;
    padding-left: 10vw;
}

.paragrafo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1vw;
    padding-left: 10vw;
    padding-top: 5vh;
    line-height: 3vh;
}

#quebra-linha-contato-mobile {
    display: none;
}

#links {
    color: #00bcd4;
}

#links:hover {
    color: #E9B43E;
}

#-contact-hifen {
    display: contents;
}
#contact-mobile-divider {
    display: none;
}
span, .contact-mobile-spancer {
    display: none;
}

/* INICIO DO CODIGO DO FORMULARIO (CABECALHO PERSONALIZADO*/
.mautic-main-box {
    width: 35%;
}

.container-forme {
    margin-top: 15vh;
}

/* CODIGO DO MAUTIC */
/* Titulo do formulario - não é do Mautic */
.m-form-title {
    font-size: 3em;
    font-family: 'Nunito Sans', sans-serif;
}

.mauticform-wrapper {
    width: 100%;
    margin: 10px auto;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 2vh;
} 


.mauticform-innerform {}

.mauticform-post-success {}

.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px;
}

.mauticform-error {
    margin-bottom: 10px;
    color: red;
}

.mauticform-message {
    margin-bottom: 10px;
    color: green;
}

.mauticform-row {
    display: block;
    margin-bottom: 20px;
}

/* os labels do fomrulario */
.mauticform-label {
    font-size: 2em;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: inline;
}

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 2px;
}

.mauticform-input,
.mauticform-textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid 343333;
    background: #343333;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    font-size: 2em;
}

.mauticform-textarea {
    line-height: 1.5; /* Altura de cada linha */
    height: calc(1.5em * 8); /* 5 linhas de altura */
    resize: none;
}

.mauticform-button {
    color: #ffffff;
    background-color: #00bcd4;
    /* background-color: #000; */
    border: none;
    /* border: 1px solid #dddddd; */
    font-weight: 600;
    padding: 12px 20px;
    font-size: 2em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mauticform-button:hover {
    background-color: rgba(0, 188, 212, 0.4);
}

.mauticform-button[disabled] {
    background-color: #ffffff;
    border-color: #dddddd;
    opacity: 0.75;
    cursor: not-allowed;
}
/* FIM DO CODIGO DO FOMRULARIO DO MAUTIC */


/* CODIGO PARA A PAGINA DE LANCAMENTO */
.lancamento-bg {
    width: 100%;
    height: 120vh;
    background-image: url(./assets/lancamento-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

/* SESSAO DO LANCAMENTO */

.lancamento-section {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 10vh;
}

/* COLUNA DO LANCAMENTO */
.lanc-col1 {
    width: 50%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.novo-lancamento {
    font-size: 2em;
    font-family: 'Nunito Sans', sans-serif;
}

.capa-container {
    margin-top: 3vh;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.record-cover {
    width: 100%;
    height: 100%;
    background-image: url(./assets/od-trop-rework.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 2%;
}

.lancamento-button-bloc {
    margin-top: 1em;
}

.buttons-lancamento {
    width: 230px;
    height: 50px;
    background-color: transparent;
    color: #f1f0e3;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: none;
    outline: 3px solid #f1f0e3;
    margin-top: 35px;
}

.buttons-lancamento:hover {
    background-color: #f1f0e3;
    color: #000;
}


/* COLUNA DA PLAYLIST */
.lanc-plist-content {
    width: 50%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lanc-plist-box {
    width: 70%;
    height: auto;
    text-align: center;
}

.lanc-plist-container {
    display: flex;
    justify-content: center;
    height: 100%;
}

.album-name {
    font-size: 2.6em;
    font-family: 'Nunito Sans', sans-serif;
    padding-bottom: 2vh;
}

.album-description {
    font-size: 1.5em;
    font-family: 'Nunito Sans', sans-serif;
}

.lanc-plist-container {
    padding-top: 5vh;
}

.lancamentos-playlist {
    width: 100%;
    height: 30vh;
}

/* NAV MOBILE */
.nav-mobile {
    display: none;
}

/* SOCIALS MOBILE */
.socials-mobile-bloc {
    display: none;
}

/* SESSAO DE RODAPE FOOTER */
footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100vw;
    height: 30vh;
    background-color: black;
    text-align: center;
    color: #343333 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* footer {

    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 20vh;
    z-index: 9999 !important;
} */

.copy-content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 5vh;
}

.copyright {
    display: flex;
    font-size: 1.5em;
    color:#343333;
}

.politics {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    padding-bottom: 3vh;
}

#foot-words {
    display: flex;
    font-size: 1.2em;
    color: #343333;
    letter-spacing: 2px;
    padding: 0px 10px;
}



/* CODIGOS DE RESPONSIVIDADE */

@media (max-width: 1925px) {
    /* PAGINA CONTATO */
    /* Coluna esquerda textos e links */
    .text-container {
        width: 40%;
    }
    .contato-txt {
        padding-left: 5vw;
    }
    .paragrafo {
        padding-left: 5vw;
    }
    /* Coluna de Formulario */
    .mautic-main-box {
        width: 45%;
    }
    .m-form-title {
        font-size: 2em;
    }
    .mauticform-wrapper {
        margin: 0;
        margin-top: 0vh;
    }
    .mauticform-label {
        font-size: 1.3em;
    }
    .mauticform-input,.mauticform-textarea {
        padding: 0.5em;
        font-size: 1.3em;
    }
    .mauticform-button {
        font-size: 1.3em;
    }
    /* PAGINA LANCAMENTOS */
    .lancamento-section {
        padding-top: 2vh;
    }
    .novo-lancamento {
        font-size: 1em;
        font-family: 'Nunito Sans', sans-serif;
    }
    .capa-container {
        width: 400px;
        height: 450px;
    }
    .record-cover {
        width: 300px;
        height: 300px;
    }
    .lancamento-button-bloc {
        margin-top: 0.5em;
    }    
    .buttons-lancamento {
        width: 190px;
        height: 30px;
        font-size: 18px;
    }
    /* PLAYLIST */
    .album-name {
        font-size: 1.7em;
        padding-bottom: 1vh;
    }
    .lanc-plist-container {
        padding-top: 2vh;
    }
    .pl-embed {
        height: 360px;
    }
    .lancamentos-playlist {
        width: 100%;
        height: 42vh;
    }
    .lanc-plist-box {
        height: 80px;
        padding-top: 20px;
    }
    .album-description {
        font-size: 1em;
    }
}

@media (max-width: 1440px) {
    /* HOME */
    .top-bg {
        height: 800px;
    }
    /* HEADER */
    header {
        height: 130px;
    }
    /* MENU NAV */
    li {
        font-size: 15px;
    }
    li:hover {
        font-size: 20px;
    }
    /* LOGO HEADER */
    #logo {
        width: 100px;
        height: 100px;
    }
    /* SOCIALS NAV */
    #socials {
        width: 30px;
    }
    /* BANNER CENTRAL DE NEW RELEASE */
    .new-release {
        font-size: 15px;
    }
    #nr-cover {
        width: 400px;
        height: 400px;
    }
    .buttons {
        width: 200px;
        height: 40px;
        font-size: 14px;
    }
    /* SESSAO DE LATEST RELEASES */
    .lat-releases {
        height: 100vh;
    }
    #lt-rel-title {
        height: 10vh;
        font-size: 2em;
    }
    /* Estilizando os botões */
    button-gallery {
        width: 30px;
        height: 15px;
        padding: 10px 20px;
        border-radius: 10px;
    }
    .prev {
        padding-bottom: 15px;
        font-size: 32px;
    }
    .next {
        padding-bottom: 15px;
        font-size: 32px;
    }
    /* PAGINA CONTATO */
    /* Coluna esquerda textos e links */
    .text-container {
        width: 40%;
    }
    .contato-txt {
        padding-left: 5vw;
    }
    .paragrafo {
        padding-left: 5vw;
    }
    /* Coluna de Formulario */
    .mautic-main-box {
        width: 45%;
    }
    .m-form-title {
        font-size: 2em;
    }
    .mauticform-wrapper {
        margin: 0;
        margin-top: 0vh;
    }
    .mauticform-label {
        font-size: 1.3em;
    }
    .mauticform-input,.mauticform-textarea {
        padding: 0.5em;
        font-size: 1.3em;
    }
    .mauticform-button {
        font-size: 1.3em;
    }
    /* PAGINA LANCAMENTOS */
    .lancamento-bg {
        height: 110vh;
    }
    .lancamento-section {
        padding-top: 2vh;
    }
    .novo-lancamento {
        font-size: 1em;
        font-family: 'Nunito Sans', sans-serif;
    }
    .capa-container {
        width: 400px;
        height: 450px;
    }
    .record-cover {
        width: 300px;
        height: 300px;
    }
    .lancamento-button-bloc {
        margin-top: 0.5em;
    }    
    .buttons-lancamento {
        width: 190px;
        height: 30px;
        font-size: 18px;
    }
    /* PLAYLIST */
    .album-name {
        font-size: 1.7em;
        padding-bottom: 1vh;
    }
    .lanc-plist-container {
        padding-top: 2vh;
    }
    .pl-embed {
        height: 360px;
    }
    .lancamentos-playlist {
        width: 100%;
        height: 42vh;
    }
    .lanc-plist-box {
        height: 80px;
        padding-top: 20px;
    }
    .album-description {
        font-size: 1em;
    }
    /* SESSAO DE RODAPE FOOTER */
    .copyright {
        font-size: 1em;
    }
    #foot-words {
        font-size: 0.8em;
    }
}

@media (max-width: 1024px) {
    /* HOME */
    .top-bg {
        height: 700px;
    }
    /* HEADER */
    header {
        height: 100px;
    }
    /* MENU NAV */
    li {
        font-size: 11px;
    }
    li:hover {
        font-size: 16px;
    }
    /* LOGO HEADER */
    #logo {
        width: 80px;
        height: 80px;
    }
    /* SOCIALS NAV */
    #socials {
        width: 20px;
    }
    /* BANNER CENTRAL DE NEW RELEASE */
    .new-release {
        font-size: 13px;
    }
    #nr-cover {
        width: 320px;
        height: 320px;
    }
    .buttons {
        width: 170px;
        height: 30px;
        font-size: 11px;
    }
    /* SESSAO DE LATEST RELEASES */
    .lat-releases {
        height: 100vh;
    }
    #lt-rel-title {
        height: 10vh;
        font-size: 2em;
    }
    /* Estilizando os botões */
    button-gallery {
        width: 15px;
        height: 5px;
        padding: 10px 20px;
        border-radius: 7px;
    }
    .prev {
        padding-bottom: 15px;
        font-size: 22px;
    }
    .next {
        padding-bottom: 15px;
        font-size: 22px;
    }
    /* SESSAO THIS IS "ARTISTA" */
    .pl-side-box {
        width: 30%;
    }
    .embed-cont {
        width: 50%;
    }
    .pl-embed {
        width: 50vw;
        height: 450px;
    }
    /* PAGINA CONTATO */
    /* Coluna esquerda textos e links */
    .paragrafo {
        font-size: 1.2vw;
        padding-left: 5vw;
        padding-top: 4vh;
    }
    /* Coluna de Formulario */
    .m-form-title {
        font-size: 1.5em;
    }
    .mauticform-label {
        font-size: 1em;
    }
    .mauticform-input,.mauticform-textarea {
        padding: 0.5em;
        font-size: 1em;
    }
    .mauticform-button {
        font-size: 1em;
    }
    /* PAGINA LANCAMENTOS */
    .lancamento-bg {
        height: 110vh;
    }
    .lancamento-section {
        padding-top: 2vh;
    }
    .novo-lancamento {
        font-size: 1em;
        font-family: 'Nunito Sans', sans-serif;
    }
    .capa-container {
        width: 400px;
        height: 450px;
    }
    .record-cover {
        width: 300px;
        height: 300px;
    }
    .lancamento-button-bloc {
        margin-top: 0.5em;
    }    
    .buttons-lancamento {
        width: 190px;
        height: 30px;
        font-size: 18px;
    }
    /* PLAYLIST */
    .album-name {
        font-size: 1.3em;
        padding-bottom: 1vh;
    }
    .lanc-plist-container {
        width: 90%;
        height: 400px;
    }
    .pl-embed {
        height: 360px;
    }
    .album-description {
        font-size: 0.8em;
    }
    /* SESSAO DE RODAPE FOOTER */
    .copyright {
        font-size: 0.7em;
    }
    #foot-words {
        font-size: 0.5em;
    }
}

@media (max-width: 1440px) {
    /* HOME */
    .top-bg {
        height: 800px;
    }
    /* HEADER */
    header {
        height: 130px;
    }
    /* MENU NAV */
    li {
        font-size: 15px;
    }
    li:hover {
        font-size: 20px;
    }
    /* LOGO HEADER */
    #logo {
        width: 100px;
        height: 100px;
    }
    /* SOCIALS NAV */
    #socials {
        width: 30px;
    }
    /* BANNER CENTRAL DE NEW RELEASE */
    .new-release {
        font-size: 15px;
    }
    #nr-cover {
        width: 400px;
        height: 400px;
    }
    .buttons {
        width: 200px;
        height: 40px;
        font-size: 14px;
    }
    /* SESSAO DE LATEST RELEASES */
    .lat-releases {
        height: 100vh;
    }
    #lt-rel-title {
        height: 10vh;
        font-size: 2em;
    }
    /* Estilizando os botões */
    button-gallery {
        width: 30px;
        height: 15px;
        padding: 10px 20px;
        border-radius: 10px;
    }
    .prev {
        padding-bottom: 15px;
        font-size: 32px;
    }
    .next {
        padding-bottom: 15px;
        font-size: 32px;
    }
    /* PAGINA CONTATO */
    /* Coluna esquerda textos e links */
    .text-container {
        width: 40%;
    }
    .contato-txt {
        padding-left: 5vw;
    }
    .paragrafo {
        padding-left: 5vw;
    }
    /* Coluna de Formulario */
    .mautic-main-box {
        width: 45%;
    }
    .m-form-title {
        font-size: 2em;
    }
    .mauticform-wrapper {
        margin: 0;
        margin-top: 0vh;
    }
    .mauticform-label {
        font-size: 1.3em;
    }
    .mauticform-input,.mauticform-textarea {
        padding: 0.5em;
        font-size: 1.3em;
    }
    .mauticform-button {
        font-size: 1.3em;
    }
    /* PAGINA LANCAMENTOS */
    .lancamento-bg {
        height: 110vh;
    }
    .lancamento-section {
        padding-top: 2vh;
    }
    .novo-lancamento {
        font-size: 1em;
        font-family: 'Nunito Sans', sans-serif;
    }
    .capa-container {
        width: 400px;
        height: 450px;
    }
    .record-cover {
        width: 300px;
        height: 300px;
    }
    .lancamento-button-bloc {
        margin-top: 0.5em;
    }    
    .buttons-lancamento {
        width: 190px;
        height: 30px;
        font-size: 18px;
    }
    /* PLAYLIST */
    .album-name {
        font-size: 1.7em;
        padding-bottom: 1vh;
    }
    .lanc-plist-container {
        padding-top: 2vh;
    }
    .pl-embed {
        height: 360px;
    }
    .lancamentos-playlist {
        width: 100%;
        height: 42vh;
    }
    .lanc-plist-box {
        height: 80px;
        padding-top: 20px;
    }
    .album-description {
        font-size: 1em;
    }
    /* SESSAO DE RODAPE FOOTER */
    .copyright {
        font-size: 1em;
    }
    #foot-words {
        font-size: 0.8em;
    }
}

@media (max-width: 768px) {
    /* HOME */
    .top-bg {
        height: 500px;
    }
    /* MENU NAV */
    nav {
        display: none;
    }
    .socials {
        display: none;
    }
    /* LOGO HEADER */
    #logo {
        width: 80px;
        height: 80px;
    }
    /* BANNER CENTRAL DE NEW RELEASE */
    .new-release {
        font-size: 13px;
    }
    #nr-cover {
        width: 200px;
        height: 200px;
    }
    .buttons {
        width: 140px;
        height: 20px;
        font-size: 9px;
    }
    /* SESSAO DE LATEST RELEASES */
    /* Estilizando os botões */
    button-gallery {
        display: none;
    }
    /* SESSAO THIS IS "ARTISTA" */
    .pl-container {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
    }
    .pl-side-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .this-is {
        width: 20vw;
        height: auto;
        text-align: center;
        padding-right: 0;
    }
    .spotify {
        width: 15vw;
        height: auto;
        text-align: center;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .embed-cont {
        width: 100%;
    }
    .pl-embed {
        width: 90vw;
        height: 450px;
        padding-left: 5%;
        }
    /* PAGINA CONTATO */
    .main-forms {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    /* Coluna esquerda textos e links */
    .text-container {
        width: 100%;
        height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contato-txt {
        width: 80%;
        font-size: 3.7vw;
        font-weight: 800;
        padding-left: 0;
        padding-top: 8vh;
    }
    .paragrafo {
        width: 80%;
        font-size: 0.9em;
        padding-top: 2vh;
        padding-left: 0%;
        line-height: 2vh;
        margin-top: 30px;
    }
    /* Coluna de Formulario */
    .mautic-main-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin-top: 30px;
    }
    .m-form-title {
        font-size: 1.2em;
    }
    .mauticform-label {
        font-size: 0.8em;
    }
    .mauticform-input,.mauticform-textarea {
        padding: 0.5em;
        font-size: 0.8em;
    }
    .mauticform-button {
        font-size: 0.8em;
        margin-bottom: 10vh;
    }
    /* PAGINA LANCAMENTOS */
    .lancamento-section {
        width: 100%;
        height: 170vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10vh;
    }
    .lancamento-bg {
        height: 200vh;
    }
    .novo-lancamento {
        font-size: 0.7em;
        padding-top: 3vh;
    }
    .capa-container {
        width: 400px;
        height: 300px;
    }
    .record-cover {
        width: 250px;
        height: 250px;
    }
    .lancamento-button-bloc {
        margin-top: 0.2em;
    }
    .buttons-lancamento {
        width: 90px;
        height: 20px;
        font-size: 10px;
        margin-bottom: 20vh;
    }
    /* PLAYLIST */
    .lanc-plist-box {
        width: 70%;
        height: 3vh;
        text-align: center;
    }
    .album-name {
        font-size: 1.3em;
        padding-bottom: 1vh;
    }
    .lanc-plist-content {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lanc-plist-container {
        width: 90%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pl-embed-lancamentos {
        width: 100%;
    }
    .album-description {
        font-size: 0.8em;
    }
    /* NAV MOBILE */
    .nav-mobile {
        width: 100%;
        height: 10vh;
        background-color: #000;
        display: flex;
        justify-content: space-around;
    }
    .mobile-list-menu {
        display: flex;
        justify-content: space-around;
    }
    li {
        font-size: 13px;
        font-family: 'Kdam Thmor Pro', sans-serif;
        color: #6d6d6d;
    }
    /* SOCIALS MOBILE */
    .socials-mobile-bloc {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 5vh;
        background-color: black;
    }
    .mobile-social-icons {
        display: flex;
        justify-content: space-around;
    }
    #socials-mob {
        width: 20px;
    }
    /* SESSAO DE RODAPE FOOTER */
    .copyright {
        font-size: 0.7em;
    }
    #foot-words {
        font-size: 0.5em;
    }
}

@media (max-width: 320px) {
    /* HOME */
    .top-bg {
        height: 500px;
    }
    /* MENU NAV */
    nav {
        display: none;
    }
    .socials {
        display: none;
    }
    /* LOGO HEADER */
    #logo {
        width: 80px;
        height: 80px;
    }
    /* BANNER CENTRAL DE NEW RELEASE */
    .new-release {
        font-size: 13px;
    }
    #nr-cover {
        width: 200px;
        height: 200px;
    }
    .buttons {
        width: 140px;
        height: 20px;
        font-size: 9px;
    }
    /* SESSAO DE LATEST RELEASES */
    /* Estilizando os botões */
    button-gallery {
        display: none;
    }
    /* SESSAO THIS IS "ARTISTA" */
    .pl-container {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
    }
    .pl-side-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .this-is {
        width: 20vw;
        height: auto;
        text-align: center;
        padding-right: 0;
    }
    .spotify {
        width: 15vw;
        height: auto;
        text-align: center;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .embed-cont {
        width: 100%;
    }
    .pl-embed {
        width: 90vw;
        height: 450px;
        padding-left: 5%;
        }
    /* PAGINA CONTATO */
    .main-forms {
        margin-top: 50px;
        margin-bottom: 150px;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* Coluna esquerda textos e links */
    .text-container {
        width: 100%;
        height: 45vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contato-txt {
        width: 80%;
        font-size: 1em;
        font-weight: 800;
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .paragrafo {
        width: 80%;
        font-size: 0.8em;
        padding-top: 2vh;
        padding-left: 0%;
        line-height: 2vh;
    }
    #quebra-linha-contato-mobile {
        display: flex;
    }
    #-contact-hifen {
        display: none;
    }
    #contact-mobile-divider {
        display: flex;
        border: none;
        border-top: 2px solid #ccc; /* Cor e espessura */
        margin: 60px 0; /* Espaçamento */
        width: 70%; /* Largura */
    }
    /* Coluna de Formulario */
    .mautic-main-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 45vh;
    }
    .m-form-title {
        font-size: 1.2em;
    }
    .mauticform-label {
        font-size: 0.8em;
    }
    .mauticform-input,.mauticform-textarea {
        padding: 0.5em;
        font-size: 0.8em;
    }
    .mauticform-button {
        font-size: 0.8em;
        margin-bottom: 10vh;
    }
    /* PAGINA LANCAMENTOS */
    .lancamento-section {
        width: 100%;
        height: 130vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10vh;
    }
    .lancamento-bg {
        height: 160vh;
    }
    .novo-lancamento {
        font-size: 0.7em;
        padding-top: 3vh;
        margin-top: -100px;
    }
    .capa-container {
        width: 400px;
        height: 300px;
    }
    .record-cover {
        width: 250px;
        height: 250px;
    }
    .lancamento-button-bloc {
        margin-top: 0.2em;
    }
    .buttons-lancamento {
        width: 90px;
        height: 20px;
        font-size: 10px;
        margin-bottom: 20vh;
    }
    /* PLAYLIST */
    .lanc-plist-box {
        width: 70%;
        height: 3vh;
        text-align: center;
    }
    .album-name {
        font-size: 1.3em;
        padding-bottom: 1vh;
    }
    .lanc-plist-content {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -100px;
        margin-bottom: 150px;
    }
    .lanc-plist-container {
        width: 90%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pl-embed-lancamentos {
        width: 100%;
    }
    .album-description {
        font-size: 0.8em;
    }
    /* NAV MOBILE */
    .nav-mobile {
        width: 100%;
        height: 10vh;
        background-color: #000;
        display: flex;
        justify-content: space-around;
    }
    .mobile-list-menu {
        display: flex;
        justify-content: space-around;
    }
    li {
        font-size: 13px;
        font-family: 'Kdam Thmor Pro', sans-serif;
        color: #6d6d6d;
    }
    /* SOCIALS MOBILE */
    .socials-mobile-bloc {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 5vh;
        background-color: black;
    }
    .mobile-social-icons {
        display: flex;
        justify-content: space-around;
    }
    #socials-mob {
        width: 20px;
    }
    /* SESSAO DE RODAPE FOOTER */
    .copyright {
        font-size: 0.7em;
    }
    #foot-words {
        font-size: 0.5em;
    }
}