html, body{
margin:0;
padding:0;
font-family: "Poppins", "Helvetica", "Arial", sans-serif;
width: 100%;
max-width: 100%;
height: 100%;
min-height: 100vh;
background:#fff;
transition: all .3s linear;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select, textarea{
outline: 0 !important;
border:0;
text-decoration: none;
}
#loading-form{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
visibility: visible;
opacity: 1;
transition: all .2s ease-out;
background: rgba(255, 255, 255, 0.6);
display: none;
align-items: center;
justify-content: center;
flex-wrap:wrap;
}
.container{
width: 100%;
max-width: 1220px;
padding: 0 20px;
}
.items-header .language-header{
margin-right:20px;
}
.items-header .language-header{
position:relative;
cursor:pointer;
color:#fff;
}
.items-header .language-header .flag{
display:flex;
align-items:center;
margin-right:10px;
text-transform:uppercase;
font-weight:500;
}
.items-header .language-header .flag img{
margin-right:5px;
max-width:32px;
}
.items-header .language-header i{
font-size:14px;
transition:all .3s linear;
}
.items-header .language-header.active i{
transform:rotate(180deg);
}
.select-lang{
background:#fff;
position:absolute;
left:-10px;
top:100%;
width:calc(100% + 20px);
border:1px solid #ccc;
overflow:hidden;
max-height:0;
opacity:0;
visibility:hidden;
transition:all .3s linear;
}
.select-lang.active{
max-height:100px;
opacity:1;
visibility:visible;
}
.select-lang a{
padding:0 10px;
height:34px;
color:#000;
font-size:15px;
background:transparent;
}
.select-lang a img{
margin-right:5px;
}
header{
position: fixed;
width:100%;
left:0;
top:0;
z-index:999;
border-bottom: 1px solid rgb(255,255,255,.3);
}
h1.logo-text{
font-weight: 300;
color: #fff !important;
text-transform: uppercase;
font-size: 34px;
margin:0;
line-height: 1;
}
.content-header{
padding: 20px 0;
}
.content-header .sociais ul li a svg{
fill:#fff;
}
.content-header .sociais ul li a:hover{
transform:scale(1.04);
}
.content-header .menu ul li a{
color:#fff;
font-size:16px;
font-weight: 500;
transition: all .3s linear;
display: block;
position: relative;
padding:7px 3px;
}
.content-header .menu ul li a:after{
content:"";
width:100%;
height:2px;
background:#fff;
position: absolute;
bottom:0;
left:0;
opacity: 0;
visibility: hidden;
transition: all .3s linear;
}
.content-header .menu ul li a:hover, .content-header .menu ul li a.active{
transform:translatey(-6px);
}
.content-header .menu ul li a:hover:after, .content-header .menu ul li a.active:after{
opacity: 1;
visibility: visible;
bottom:-2px;
}
.content-header .menu ul li:not(:last-child){
margin-right: 30px;
}
.content-page{
height:100vh;
position: relative;
background-color: #e02b2b;
}
.content-page-home{
background-image:url(../img/bg_carol.jpg);
background-size: cover;
background-position: top right;
background-repeat: no-repeat;
}
#music-player {
position: fixed;
bottom:0;
left:0;
background:#000000d4;
padding:15px 0;
color:#fff;
width: 100%;
}
#volume-control span{
font-size: 18px;
margin-right:10px;
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
height: 3px;
background: #fff;
border-radius: 5px;
outline: none;
opacity: 1;
transition: opacity 0.2s;
}
input[type="range"]:hover {
opacity: 1;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 12px;
height: 12px;
border-radius: 50%;
background: #f02d00;
cursor: pointer;
box-shadow: none;
border:none;
}
input[type="range"]::-webkit-slider-runnable-track {
width: 100%;
height: 3px;
cursor: pointer;
background: #fff;
border-radius: 5px;
}
input[type="range"]::-moz-range-thumb {
width: 12px;
height: 12px;
border-radius: 50%;
background: #f02d00;
cursor: pointer;
box-shadow: none;
border:none;
}
input[type="range"]::-moz-range-track {
width: 100%;
height: 3px;
background: #fff;
border-radius: 5px;
cursor: pointer;
}
input[type="range"]::-ms-thumb {
width: 12px;
height: 12px;
border-radius: 50%;
background: #f02d00;
cursor: pointer;
box-shadow: none;
border:none;
}
input[type="range"]::-ms-track {
width: 100%;
height: 3px;
background: transparent;
border-color: transparent;
color: transparent;
cursor: pointer;
}
input[type="range"]::-moz-range-progress {
background: #f02d00;
height:3px;
}
#track-info p{
margin: 0;
font-size: 14px;
color:#fff;
line-height: 20px;
}
#controls{
width:100px;
}
#controls button {
padding: 0;
margin: 0;
cursor: pointer;
background: transparent;
color: #fff;
font-size: 22px;
transition: all .3s linear;
}
#controls button#play-pause-btn{
font-size: 30px;
margin:0 15px;
width: 25px;
display: flex;
justify-content: center;
transition: all .3s linear;
align-items: center;
}
#progress-container {
margin: 0;
width: 400px;
font-size: 14px;
}
#progress-container input{
margin:0 10px;
}
#progress-bar {
width: 100%;
}
#volume-control {
margin: 0;
width: 140px;
}
#volume-bar {
width: 100px;
}
#track-info{
width:300px;
}
.video-container {
overflow: hidden;
position: relative;
width:100%;
max-width:880px;
} 
.video-container::after {
padding-top: 56.25%;
display: block;
content: '';
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.content-page-home h2{
color:#fff;
font-size: 24px;
font-weight:300;
margin:0 0 20px;
}
.content-page-home{
display: flex;
align-items: center;
padding:40px 0;
}
.plataformas{
color: #fff;
font-size: 14px;
margin: 20px 0 0;
display: flex;
align-items:center;
}
.plataformas a{
position: relative;
font-weight: 600;
color:#fff;
display: flex;
transition: all .3s linear;
}
.plataformas a:hover span{
transform:translatey(-4px);
}
.plataformas a:not(:last-child){
padding-right: 10px;
margin-right:10px;
}
.plataformas a:last-child:after{
display:none;
}
.plataformas a:after{
content:"";
width:1px;
height:14px;
background:#fff;
position: absolute;
right:0;
top:50%;
transform:translatey(-50%);
}
.plataformas span{
margin-right:10px;
}
.plataformas a span{
margin:0;
transition: all .3s linear;
}
.content-text{
width: 100%;
height: calc(100vh - 200px);
background: rgba(255, 255, 255, 0.6);
max-width: 880px;
padding: 25px 0px 25px 30px;
}
.content-text .content{
height:100%;
overflow: auto;
padding-right: 30px;
}
.content-text .content p{
font-size: 15px;
color:#000;
}
.content-text.content-disc{
padding:15px 0px 10px 20px;
}
.content-text.content-disc .content{
padding-right:10px;
}
.discos{
display: flex;
align-items:stretch;
justify-content:flex-start;
flex-wrap:wrap;
}
.discos .disco{
width:33.3333%;
padding:12px;
cursor: pointer;
}
.discos .disco .capa{
width: 210px;
height: 210px;
}
.discos .disco .capa img{
width:100%;
height:100%;
object-fit: cover;
}
.discos .disco h4{
font-size: 18px;
font-weight: 500;
line-height: 1;
}
.discos .disco h3 {
font-size: 18px;
font-weight: 700;
margin-top: 10px;
}
.modal-disco.active{
display: flex !important;
align-items: center;
justify-content: center;
background-color: rgba(50, 50, 50, 0.3);
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px);
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 1s;
}
@keyframes fadeInOpacity {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}
.content-modal{
background: #fff;
position: relative;
width: 96%;
max-width: 800px;
margin: 0 auto;
}
.content-modal .dados-disc .capa-dados, .content-modal .dados-disc .faixas{
width:50%;
padding:15px;
}
.close-modal{
background: #f02d00;
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 30px;
border-radius: 0 0 0 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: #fff;
cursor: pointer;
}
.faixas h2{
font-size: 24px;
font-weight: 700;
}
.faixas h3{
font-size: 22px;
font-weight: 400;
}
.faixas ul.aspectos{
font-size: 15px;
margin-bottom: 20px;
}
.faixas h4{
font-size: 18px;
font-weight: 700;
}
.faixas ul.cancoes{
font-size: 15px;
}
.fotos{
justify-content:space-between;
}
.fotos .foto{
width:19%;
padding:8px;
border: 2px solid #fff;
margin-bottom: 1%;
height:160px;
}
.fotos .foto a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height:100%;
}
.fotos .foto a img{
width:100%;
height:100%;
object-fit: cover;
}
.input-contato label{
display: block;
font-weight: 700;
font-size: 15px;
margin:0 3px 2px;
color:#131313;
text-transform: uppercase;
}
.input-contato input{
width:100%;
height:48px;
border-radius:7px;
padding:5px 15px;
color: #000;
  background: #fff;
margin-bottom:20px;
}
.input-contato textarea{
width:100%;
height:100px;
border-radius:7px;
padding:5px 15px;
color: #000;
  background: #fff;
margin-bottom:20px;
resize: none;
}
.form-contato button{
background: #f02d00;
color: #fff;
border-radius: 7px;
width: 200px;
height: 50px;
text-transform: uppercase;
font-weight: 700;
}
.form-contato h3{
font-size: 20px;
color: #131313;
font-weight: 700;
margin: 10px 0 20px;
}

@media(max-width:1600px){
h1.logo-text{
font-size:28px;
}
.content-header .menu ul li a{
font-size:15px;
}
.sociais ul li:first-child a svg{
width:24px !important;
}
.sociais ul li:nth-child(2) a svg{
width:32px !important;
}
.sociais ul li:last-child a svg{
width:26px !important;
}
.content-header {
padding: 10px 0;
}
#track-info p {
margin: 0;
font-size: 12px;
color: #fff;
line-height: 16px;
}
#music-player {
padding: 15px 0 13px;
}
.video-container{
max-width:700px;
}
.content-page-home h2{
font-size:22px;
}

}

@media(max-width:992px){
.content-page-home{
background-position: left center;
}
#progress-container, #volume-control{
display: none !important;
}
.plataformas{
flex-wrap:wrap;
justify-content: center;
}
.content-page-home h2 {
font-size: 20px;
text-align: center;
line-height: 28px;
}
#track-info{
margin-left:30px;
}
.menu-mobile{
font-size: 22px;
color: #fff;
}
.overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 999;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: all .3s linear;
}
.overlay.active{
opacity: 1;
visibility: visible;
}
.nav-mobile{
background: #f23241;
position: fixed;
width: 320px;
right: 0;
top: 0;
height: 100vh;
z-index: 1000;
padding: 60px 20px 30px;
transition: all .3s linear;
opacity: 0;
visibility: hidden;
transform: translatex(100%);
}
.nav-mobile.active{
opacity: 1;
visibility: visible;
transform: translatex(0);
}
.nav-mobile .close-menu{
position: absolute;
width: 30px;
height: 30px;
border: 1px solid #fff;
top: 20px;
left: 20px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
}
.nav-mobile .items-header{
margin: 10px 0 10px;
}
.nav-mobile ul.menu li a{
display: flex;
align-items: center;
color: #fff;
font-weight: 600;
line-height: 35px;
}
.nav-mobile .items-header .sociais ul li a svg{
fill:#fff !important;
}
.content-text {
width: 100%;
height: calc(100vh - 150px);
padding: 15px 0px 15px 15px;
}
.content-text .content{
padding-right:15px;
}
.content-text .content p {
font-size: 14px;
color: #000;
}
.content-text.content-disc {
padding: 0;
}
.discos .disco {
width: 100%;
padding: 12px;
cursor: pointer;
}
.discos .disco h4 {
font-size: 16px;
font-weight: 500;
line-height: 1;
}
.discos .disco h3 {
font-size: 16px;
font-weight: 700;
margin-top: 10px;
}
.content-modal .dados-disc .capa-dados, .content-modal .dados-disc{
height: auto;
max-height: 92vh;
overflow: auto;
}
.content-modal .dados-disc .capa-dados, .content-modal .dados-disc .faixas {
width: 100%;
padding: 15px;
}
.faixas h2 {
font-size: 18px;
font-weight: 700;
}
.faixas h3 {
font-size: 18px;
font-weight: 400;
}
.faixas ul.aspectos {
font-size: 14px;
margin-bottom: 20px;
}
.faixas h4 {
font-size: 16px;
font-weight: 700;
}
.faixas ul.cancoes {
font-size: 14px;
}
.fotos .foto {
width: 49%;
padding: 8px;
border: 2px solid #fff;
margin-bottom: 1%;
height: 160px;
}
.content-text.content-disc.content-fotos .content {
padding: 10px;
}
.form-contato h3 {
font-size: 16px;
color: #131313;
font-weight: 600;
}
.input-contato label{
font-size:14px;
}
.input-contato input, .input-contato textarea {
font-size: 14px;
}
.form-contato  button {
background: #f02d00;
color: #fff;
border-radius: 7px;
width: 160px;
height: 46px;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
}



}