@font-face {
    font-family: "street-rock-icons";
    src: url("../fonts/street-rock-icons.eot");
    src: url("../fonts/street-rock-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/street-rock-icons.woff") format("woff"),
    url("../fonts/street-rock-icons.ttf") format("truetype"),
    url("../fonts/street-rock-icons.svg#street-rock-icons") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "street-rock-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon"]:before,
[class*="icon"]:before {
    font-family: "street-rock-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.-menu:before {
    content: "\65";
}
.icon.-close:before {
    content: "\6e";
}

#main-header {
    transition: all 250ms ease;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
}

#main-header > .container {
    max-width: 1920px;
    padding: 15px 60px;
}

#main-header > .container.-hide {
    opacity: 0;
    pointer-events: none;
}

#main-header .logo {
    pointer-events: all;
    float: left;
    width: 103px;
    margin-bottom: 0 !important;
}

#main-header .logo a,
#main-header .logo img {
    display: block;
}

#main-header .listactions {
    pointer-events: all;
    float: right;
}

#main-header a {
    text-decoration: none;
}

#main-header .listactions.-menuactive .avatar:not(.-active),
#main-header .listactions.-menuactive .action:not(.-active) {
    pointer-events: none;
    opacity: 0.6;
}

#main-header .listactions .action:not(.-active):hover > .icon {
    opacity: 0;
    display: none;
}

#main-header .listactions .action > .icon.-close {
    display: none;
}

#main-header .listactions .action.-active > .icon.-close {
    display: block;
}

#main-header .listactions .action.-active > .icon.-menu {
    display: none;
}

#main-header .listactions .action > .icon {
    line-height: 40px;
}

#main-header .listactions .action > .text {
    text-transform: uppercase;
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#main-header .listactions .action.-hover > .listsocial,
#main-header .listactions .action.-hover > .text,
#main-header .listactions .action:not(.-active):hover > .listsocial,
#main-header .listactions .action:not(.-active):hover > .text {
    opacity: 1;
}

#main-header .listactions > ul {
    display: flex;
    font-size: 0;
}

#main-header .listactions > ul > li {
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
    position: relative;
}

#main-header .listactions ul > li:last-of-type {
    margin-right: 0;
}

#main-header .listactions ul > li > a.-menu-profile {
    background-color: transparent;
}

#main-header .listactions ul > li > a.-menu-profile > i.icon.-profile-pic {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-color: #e9217a;
}

#main-header .listactions ul > li > a.-menu-profile.-active,
#main-header .listactions ul > li > a.-menu-profile:not(.-active):hover {
    background-color: #e9217a;
}

#main-header .listactions .avatar,
#main-header .listactions .action {
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: #e9217a;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    color: white;
    overflow: hidden;
    display: block;
    font-size: 20px;
    transition: 0.3s opacity ease;
}

#main-header .listactions .action {
    text-align: center;
    transition: 0.2s width ease-out, 0.05s border-radius ease 0.2s;
    cursor: pointer;
    position: relative;
}

#main-header .listactions .action.-hover,
#main-header .listactions .action:not(.-active):hover {
    border-radius: 28px;
    transition: 0.2s width ease-out, 0.05s border-radius ease 0s;
}

#main-header .listactions .action.-hover > .icon,
#main-header .listactions .action:not(.-active):hover > .icon {
    opacity: 0;
}

#main-header .listactions .action:not(.-active):hover > .listsocial,
#main-header .listactions .action:not(.-active):hover > .text {
    opacity: 1;
}

#main-header .listactions .action:not(.-active):hover.-menu {
    width: 82px;
}

#main-header .listactions .action:not(.-active):hover.-subscribe {
    width: 150px;
}

#main-header .listactions .action:not(.-active):hover.-social {
    width: 162px;
}

#main-header .listactions .action:not(.-active):hover.-login {
    width: 90px;
}

.menuButton{
    border: none;
    padding: 0;
}
.menuButton:focus {
    outline: none !important;
}

#main-header .listactions .action.-subscribe {
    width: 150px;
    border-radius: 28px;
}

#main-header .listactions .action.-subscribe span {
    opacity: 1;
}

#main-header .listactions .main-nav {
    text-align: right;
    position: absolute;
    right: 50%;
    top: calc(100% + 10px);
    pointer-events: none;
}

#main-header .listactions .main-nav > ul {
    perspective: 1000px;
}

#main-header .listactions .main-nav > ul > li {
    display: block;
    margin-bottom: 10px;
    transform: rotateY(-95deg);
    transform-origin: 98% 0;
    transition: 0.3s all ease;
    opacity: 0;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(1) {
    transition-delay: 0.1s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(2) {
    transition-delay: 0.2s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(3) {
    transition-delay: 0.3s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(4) {
    transition-delay: 0.4s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(5) {
    transition-delay: 0.5s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(6) {
    transition-delay: 0.6s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(7) {
    transition-delay: 0.7s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(8) {
    transition-delay: 0.8s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(9) {
    transition-delay: 0.9s;
}

#main-header .listactions .main-nav > ul > li:nth-of-type(10) {
    transition-delay: 1.0s;
}

#main-header .listactions .main-nav .actionmenu {
    transition: 0.3s all ease;
    background-color: #e9217a;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
}

.-subscribeMb {
    display: none !important;
}

#main-header .listactions .main-nav .actionmenu:hover {
    background-color: rgba(233, 33, 122, 0.85);
}

#main-header .listactions .main-nav.-active {
    pointer-events: all;
}

#main-header .listactions .main-nav.-active > ul > li {
    transform: rotateY(0);
    opacity: 1;
}
.overlay{
    display: none;
    transition: all 120ms ease-in-out;
}

.overlay.-active {
    background: rgba(0,0,0,.5);
    position: fixed;
    opacity: 1;
    top: 0px;
    left: 0px;
    z-index: 100;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: block;
}

.text-register {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.jamHeader {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 5px;
    left: 0;
    z-index: 9999;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.jamHeader {
    height: 80px;
    padding: 0;
}

.jamHeader > .container {
    max-width: 1140px;
    padding: 10px 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .jamHeader .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .jamHeader .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .jamHeader .container {
        max-width: 540px;
    }
}

.logo {
    width: 103px;
    height: auto;
    float: none;
    margin-left: 0;
}

.logo img {
    max-width: 100%;
    height: 60px;
}

.listactions {
    margin-right: 0;
    float: none;
    margin-left: auto;
}


.language {
    cursor: pointer;
    flex-direction: column;
    z-index: 9;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #e9217a;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    color: white;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}

#flag {
    height: 25px;
    width: 25px;
}

.language > .icon-text {
    display: flex;
    justify-content: center;
}

.language > .icon-text > .contain {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.language > .selection {
    width: 60px;
    height: 0;
    background-color: #fff;
    opacity: 0;
    display: flex;
    border-radius: 3px;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    margin-left: 12px;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.language > .selection:hover {
    background-color: #fee7f1;
}

.language > .selection > .options {
    color: #f8348b;
    font-size: 20px;
    margin-top: 6px;
}

.language > .selection > .options:hover {
    background-color: #fee7f1;
}

.header-background {
    position: absolute;
    background-color: #dc0968;
    width: 100%;
    height: 15vh;
    opacity: 0.6;
    z-index: -1;
}

.header > .container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header > .container > .imagem {
    height: 90%;
    align-self: center;
}

.body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.imagemBackground {
    background: url("../assets/background.png");
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.background {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    align-self: center;
}

.background > .image {
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: absolute;
    overflow: hidden;
}

.arrow {
    width: 15px;
    margin-bottom: 35px;
    align-self: flex-end;
    cursor: pointer;
}

.arrow3 {
    width: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
    align-self: center;
    cursor: pointer;
    z-index: 10;
}

.arrow4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.background > .arrow2 {
    width: 15px;
    padding-bottom: 5%;
    cursor: pointer;
}

.first-body {
    height: 100vh;
    overflow: hidden;
}

.first-body .background {
    height: 100%;
    position: relative;
}

.second-body {
    background: #fff;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
}

.second-body > .contain {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 36px;
    width: 100%;
}

.second-body > .contain > .image {
    width: 100%;
    max-width: 280px;
    height: 100%;
    margin: 18px;
}

.logo {
    width: 40%;
    object-fit: contain;
    margin-bottom: 20px;
}

.background > .left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.column {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.column > .third-background {
    margin-bottom: 20px;
}

.column > .third-background > .container {
    padding-top: 50px;
    max-width: 1250px;
}

#LBL_music {
    margin-bottom: 20px;
}

#LBL_conect {
    width: 375px;
}

#LBL_app {
    width: 445px;
}

#LBL_democracy {
    width: 420px;
}

.container > .left > .store {
    flex-direction: column;
}

.container > .left > .store > a > .icon {
    width: 126px;
    cursor: pointer;
}

.container > .right {
    align-self: flex-end;
}

.container > .right > .hands {
    width: 100%;
    max-width: 640px;
    position: absolute;
    bottom: 0;
    margin-left: 10%;
}

.conexoes {
    max-width: 800px;
    width: 100%;
    position: absolute;
    right: 0;
    margin-top: 20px;
}

.imageBackground_musico {
    background: url("../assets/baterista.png");
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.imageBackground_musico .left {
    position: absolute;
    left: 200px;
    top: 40%;
    width: 45%;
}

.fourth-body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    position: relative;
}

.fourth-body > .contain > .image {
    max-width: 1920px;
    position: absolute;
    z-index: -1;
}

.fourth-body > .contain > .musico {
    display: flex;
}

.fourth-body > .contain > .musico > .right {
    margin-top: 15px;
    flex: 1;
}

.fourth-body > .contain > .musico > .right > .text-content {
    width: 585px;
}

.fourth-body > .contain > .musico > .left {
    flex: 1;
}

.fifth-body {
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.fifth-body > .background > .right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-self: center;
}

.fifth-body > .background {
    background-color: #ebebeb;
}

.fifth-body > .background > .right > .image {
    display: flex;
    overflow: hidden;
    position: absolute;
    right: -12%;
}

.fifth-body > .background > .right > .image > .hidden {
    display: unset;
}

.fifth-body > .background > .right > .image2 > .hidden {
    display: none;
}

.fifth-body > .background > .right > .image > .item {
    width: 100%;
    max-width: 280px;
    height: 100%;
    margin: 15px;
}

.fifth-body > .background > .left {
    width: 45%;
}

#phone_9 {
    display: none;
}

.last-text {
    width: 484px;
}

.footer {
    position: absolute;
    height: 25%;
    width: 100%;
    background-color: black;
    display: flex;
}

.footer > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer > .container > .contain {
    display: flex;
    height: 100%;
}

.footer > .container > .contain > .left {
    align-self: center;
    width: 55%;
}

.footer > .container > .contain > .left > .item {
    width: 100%;
    max-width: 160px;
}

.footer > .container > .contain > .right {
    align-self: center;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer > .container > .contain > .right > .item {
    display: flex;
}

.contain-doubts {
    margin-right: 15px;
    text-align: right;
    font-size: 12px;
    font-family: "Raleway-Light";
    letter-spacing: 1px;
}

.doubts {
    margin-bottom: 0rem;
}

.footer > .container > .last-item {
    align-self: center;
    position: absolute;
    bottom: 10px;
    display: flex;
}

.footer > .container > .last-item > .terms {
    display: flex;
}

.footer > .container > .contain > .right > .item > .sugestions {
    margin-right: 15px;
    width: 123px;
    text-align: end;
    font-size: 12px;
    font-family: "Raleway-Light";
}

.button {
    display: flex;
    width: 135px;
    height: 34px;
    background-color: #f8348b;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button > .element1 {
    margin: 0;
    margin-right: 5px;
    font-family: "Raleway-Light";
}

.button > .element2 {
    margin: 0;
    font-family: "Raleway-Bold";
}

.footer > .container > .contain > .right > .item > .icons {
    margin-left: 74px;
    width: fit-content;
    height: fit-content;
}

.footer > .container > .contain > .right > .item > .icons > .facebook {
    cursor: pointer;
}

.footer > .container > .contain > .right > .item > .icons > .instagram {
    cursor: pointer;
    margin-left: 10px;
}

.footer > .container > .contain > .right > .item > text {
    margin: 3px;
    text-decoration: unset;
}

.fade-background {
    background-color: black;
    height: 100%;
    width: 100vw;
    opacity: 0.6;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
}

.duvidas {
    width: 750px;
    height: 420px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.duvidas > .container {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.duvidas > .container > .button {
    margin-top: 20px;
}

.close {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.head {
    display: flex;
}

.content {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 220px;
}

.content > .left {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    width: 100%;
}

.content > .left > .borders {
    border-width: 1px;
    border-color: #404040;
    border-style: solid;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.content > .left > .borders > .main {
    margin-bottom: 0;
}

.content > .left > .borders > .input-text {
    border-width: 0;
    width: 100%;
}

.content > .left > .borders > .input-text:focus {
    outline: none;
}

.content > .right {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-color: #404040;
    border-style: solid;
    padding-left: 10px;
    width: 100%;
    height: 224px;
}

.content > .right > .main {
    margin: 5px;
}

.content > .right > .input {
    height: 100%;
    width: 100%;
    border-width: 0;
}

.content > .right > .input:focus {
    outline: none;
}

.form-feedback {
    display: none;
    line-height: 1;
    margin-top: 4px;
}

.form-feedback > small {
    color: red;
}

@media screen and (min-width: 1700px) {
    .fifth-body > .background > .right > .image {
        right: -13%;
    }

    .fifth-body > .background > .right > .image > .item {
        width: 27%;
    }

    .conexoes {
        max-width: 925px;
    }
}

@media screen and (min-width: 1920px) {
    .conexoes {
        max-width: 1025px;
    }

    .fourth-body > .contain > .musico > .right {
        width: 900px;
    }
}

@media screen and (min-width: 2200px) {
    .fifth-body > .background > .right > .image {
        right: 0;
    }
}

@media screen and (min-width: 2560px) {
    .fifth-body > .background > .right > .image {
        right: -10%;
    }

    #phone_9 {
        display: unset;
    }
}

@media screen and (min-width: 1200px) {
    .fourth-body {
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-end;
    }

    .fourth-body > .contain > .musico > .right {
        margin-top: 80px;
        margin-right: 130px;
        width: 450px;
    }

    #LBL_chamada,
    #LBL_chamada2,
    #LBL_chamada3,
    #LBL_chamada4 {
        font-size: 52.5px;
        width: 650px;
        margin-bottom: 0rem;
    }
}

@media screen and (min-width: 1444px) {
    .fourth-body > .contain > .musico > .right {
        width: 555px;
    }

    .fourth-body > .contain > .musico > .right > .text-content {
        width: 665px;
    }
}

@media (max-width: 1400px) {
    .fifth-body > .background > .right > .image {
        right: -25%;
    }

    .conexoes {
        max-width: 700px;
    }

    .second-body > .contain > .image {
        max-width: 240px;
    }
}

@media screen and (max-width: 1200px) {
    #main-header > .container {
        max-width: 1920px;
        padding: 15px 30px;
    }

    #LBL_conect {
        width: 100%;
    }

    #LBL_app {
        width: 100%;
    }

    #LBL_democracy {
        width: 100%;
    }

    .background {
        flex-direction: column;
        justify-content: flex-end;
        height: fit-content;
        margin-right: 0;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
    }

    .background > .left {
        align-items: center;
        width: 62%;
    }

    .background > .left > .store > .icon {
        width: 80px;
    }

    .background > .right {
        display: contents;
    }

    .background > .right > .hands {
        width: 100%;
        margin-top: 20px;
        max-width: 450px;
        position: unset;
    }

    .imagemBackground {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .arrow {
        position: absolute;
        align-self: center;
        bottom: 16px;
    }

    .arrow3,
    .arrow4 {
        display: none;
    }

    .language > .contain {
        width: 25%;
        height: 25%;
    }

    .logo {
        width: 100%;
        max-width: 160px;
        margin-top: 60px;
    }

    .second-body {
        height: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 40px;
    }

    .second-body > .contain {
        justify-content: center;
        position: relative;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .last-cell {
        display: none;
    }

    .second-body > .contain > .image {
        width: 35%;
    }

    .background > .arrow2 {
        display: none;
    }

    .third-background {
        height: unset;
    }

    .conexoes {
        display: none;
    }

    .container > .third {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .column {
        height: 100%;
        margin-bottom: 10px;
    }

    .column > .third-background {
        margin-bottom: 40px;
    }

    .fourth-body {
        justify-content: flex-start;
        height: 100%;
    }

    .fourth-body > .image {
        height: 50%;
    }

    .fourth-body > .contain > .musico > .left {
        flex: 0;
    }

    .fourth-body > .contain > .musico > .right {
        display: flex;
        width: 230px;
        flex-direction: column;
    }

    .fourth-body > .contain > .musico > .right > .text-content {
        width: 370px;
        text-align: start;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .imageBackground_musico {
        background-size: contain;
        background: url(../assets/baterista.png);
        width: 100%;
        height: 35vh;
        z-index: -2;
        background-position: 5%;
        background-repeat: no-repeat;
        flex-direction: row;
        justify-content: flex-end;
        align-items: baseline;
    }

    .imageBackground_musico .left {
        position: absolute;
        left: 150px;
        top: 30%;
        width: 35%;
    }


    .fifth-body {
        height: 550px;
    }

    .fifth-body > .background {
        flex-direction: row;
        height: 55vh;
    }

    .fifth-body > .background > .left {
        width: 70%;
        align-items: flex-start;
    }

    .fifth-body > .background > .right {
        width: 40%;
    }

    .fifth-body > .background > .right > .image > .hidden {
        display: none;
    }

    .fifth-body > .background > .right > .image2 {
        justify-content: flex-end;
        display: flex;
    }

    .fifth-body > .background > .right > .image2 > .hidden {
        display: unset;
        width: 100%;
        max-width: 200px;
        height: 100%;
    }

    .fifth-body > .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .fifth-body {
        padding: 0;
    }

    .duvidas {
        width: 280px;
        height: 640px;
        justify-content: flex-start;
    }

    .duvidas > .container {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        align-items: center;
    }

    .head {
        margin-top: 60px;
    }

    .content {
        flex-direction: column;
        height: 220px;
        margin-top: 15px;
        flex-direction: column;
        width: 240px;
    }

    .content > .left {
        margin-right: 30px;
        height: 100%;
        width: 100%;
    }

    .content > .right {
        height: 145px;
        margin-top: 10px;
    }

    .content > .right > .input {
        height: auto;
    }

    .duvidas > .container > .button {
        margin: 0;
        bottom: 20px;
        position: absolute;
    }

    .form-feedback {
        position: absolute;
        bottom: 70px;
        margin-left: 5px;
        margin-right: 15px;
    }

    .footer > .container > .contain > .left {
        width: 47%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .fifth-body {
        height: 100vh;
    }

    .background > .left > .store > .icon {
        width: 110px;
    }

    .second-body > .contain {
        justify-content: center;
    }

    .second-body > .contain > .image {
        max-width: 200px;
    }

    .sugestions {
        font-size: 12px;
    }

    .imageBackground_musico {
        height: 487px;
    }

    .fourth-body > .contain > .musico > .right {
        display: flex;
        width: 400px;
        flex-direction: column;
        margin-top: 45px;
    }

    .fourth-body > .contain > .musico > .right > .text-content {
        font-size: 27px;
    }

    .fifth-body {
        height: 550px;
    }

    .fifth-body > .container {
        padding-left: 150px;
        padding-right: 150px;
    }

    .fifth-body > .background {
        flex-direction: row;
        height: 100%;
    }
}

@media screen and (min-width: 560px) and (max-width: 992px) {
    .language {
        margin-right: 30px;
    }

    .imageBackground_musico {
        height: 390px;
    }

    .background > .left > .store > .icon {
        width: 90px;
    }

    .second-body > .contain > .image {
        max-width: 200px;
    }

    .sugestions {
        font-size: 12px;
    }

    .fourth-body > .contain > .musico > .right {
        display: flex;
        width: 370px;
        flex-direction: column;
        margin-top: 40px;
    }

    .fourth-body > .contain > .musico > .right > .text-content {
        font-size: 22px;
    }

    .fifth-body > .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .fifth-body {
        height: 550px;
    }

    .fifth-body > .background {
        flex-direction: row;
        height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .imageBackground_musico {
        background-position: 100%;
        background-size: cover;
    }

    .imageBackground_musico .left {
        left: 125px;
        top: 20%;
        width: 30%;
    }

    .footer {
        height: fit-content;
    }

    .footer > .container > .contain {
        flex-direction: column;
    }

    .footer > .container > .contain > .left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 20px;
    }

    .footer > .container > .contain > .right {
        flex-direction: column;
    }

    .footer > .container > .contain > .right > .item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .contain-doubts {
        text-align: center;
        margin: 0 auto;
    }

    .footer > .container > .contain > .right > .item > .sugestions {
        text-align: center;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer > .container > .contain > .right > .item > .icons {
        margin-left: 0;
    }

    .footer > .container > .contain > .right > .item > .button {
        margin-bottom: 40px;
    }

    .footer > .container > .last-item {
        position: unset;
        flex-direction: column;
        align-items: center;
    }

    .footer > .container > .last-item {
        position: unset;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer > .container > .last-item > .hidden {
        display: none;
    }

    .footer > .container > .last-item > .terms {
        display: flex;
        width: 235px;
        justify-content: center;
    }

    .footer > .container > .last-item > .terms > .visible {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media screen and (max-width: 767px) {
    .action.-subscribe{
        display: none !important;
    }
    .-subscribeMb{
        display: inline-block !important;
    }
    .background > .right > .hands {
        max-width: 300px;
    }

    .second-body > .contain > .image {
        max-width: 140px;
    }

    .imageBackground_musico {
        height: 300px;
    }

    .imageBackground_musico .left {
        left: 100px;
        top: 15%;
        width: 22%;
    }
}

@media screen and (max-width: 560px) {
    .second-body > .contain > .image {
        max-width: unset;
        width: 30%;
        margin: 10px;
    }

    .second-body > .contain > .image:first-child {
        margin-left: 30%;
    }

    .imageBackground_musico {
        height: 250px;
    }

    .imageBackground_musico .left {
        left: 80px;
        top: 10%;
        width: 20%;
    }
}

@media screen and (max-width: 500px) {
    .imageBackground_musico {
        height: 200px;
    }

}


@media screen and (max-width: 400px) {
    .imageBackground_musico {
        height: 150px;
    }
}
