<style>
 {
}

@font-face {
	font-family: Londrina Solid;
	src: url(fonts/LondrinaSolid-Regular.ttf)
}
@font-face {
	font-family: Londrina Solid Light;
	src: url(fonts/LondrinaSolid-Light.ttf)
}

body {
    font-family: Londrina Solid, sans-serif;
	background-color: #f2e0dc;
	color: #503c33;
	position: relative;
	width: 100%;
	margin: 0;
}
h1 {
    font-family: Londrina Solid;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 4.2px;
    text-align: left;
    color: #503c33;
    padding-top: 40px;
}
h2 {
    font-family: Londrina Solid;
    padding-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #503c33;
    letter-spacing: 2.4px;
}
p {
    font-family: Londrina Solid Light;
    font-size: large;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 2.4px;
    text-align: left;
    color: #503c33;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	color: inherit;
	text-decoration: none;
}
#pre-lancamento {
    display: none; /* Oculto ápós o lançamento. */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.pre-lancamento-content {
    background-color: #f2e0dc;
    margin: 15% auto; /* 15% from the top and centered */
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #888;
	max-width: 400px;
    width: 50%; /* Could be more or less, depending on screen size */
}
.pre-lancamento-content p {
    text-align: center;
}
.foto-pre-lancamento {
    width: 100%;
}
.redes-pre-lancamento {
    text-align: center;
}

.container-tud {
	background-color: #f2e0dc;
	margin: auto;
	width: 100%;
}
.menu {
	max-width: 1200px;
	margin: auto;
}
.logo {
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
}
.logo-tit {
    font-family: Londrina Solid;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.1;
    letter-spacing: 2.5px;
    text-align: left;
    color: #503c33;
}
.logo-texto {
    font-family: Londrina Solid Light;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.1;
    letter-spacing: 2.55px;
    text-align: left;
    color: #503c33;
    margin-left: 80px;
}
.barra-menu {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #f2e0dc;
    display: flex;
    justify-content: space-between;
}
.idiomas {
	vertical-align: top;
	display: flex;
    align-items: top;
}
.idioma-menu {
	padding-right: 10px;
	width: 30px;
	height: 20px;
}
.redes {
	display: flex;
    align-items: center;
}
.rede-menu {
    padding-right: 10px;
    width: 30px;
    height: 30px;
}
.idiomas {
	width: 100px;
}

.linha-dir {
	float: right;
	width: 60%;
	border: none;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.hero {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
}
.img-hero {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.tit-hero {
    position: absolute;
    top: 50%;
    left: 12%;
    width: 40%;
    height: 150px;
    font-family: Londrina Solid;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 4.2px;
    text-align: center;
    color: #f2e0dc;
}
.text-hero {
    position: absolute;
    top: 65%;
    left: 22%;
    width: 33%;
    height: 66px;
    font-family: Londrina Solid Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 1.5px;
    text-align: left;
    color: #f2e0dc;
}

.bio {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
	max-width: 1200px;
	clear: both;
}
.bio-tit {
    font-family: Londrina Solid;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 4.2px;
    text-align: left;
    color: #503c33;
	width: 55%;
}
.bio-texto {
    font-family: Londrina Solid Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #503c33;
	width: 45%;
}
.bio-video {
	float: right;
	width: 30%;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	border: none;
	margin-left: 10px;
	padding: 10px;
}
.bio-img {
    position: absolute;
	top: 150px;
	right: 0px;
	width: 45%;
}
.fig-esq {
	float: left;
	width: 300px;
	border: none;
	margin: 5px;
	padding: 20px;
}

.separador {
    position: relative;
    display: block;
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	clear: both;
}
.img-sep {
    width: 100%;
}
.sep-tit {
    position: absolute;
    top: 60px;
    left: 330px;
    width: 300px;
    font-family: Londrina Solid;
	font-size: x-large;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 4.2px;
    text-align: left;
    color: #f2e0dc;
}
.sep-texto {
    position: absolute;
    top: 120px;
    left: 350px;
    width: 400px;
    font-family: Londrina Solid Light;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 2.1px;
    text-align: left;
    color: #f2e0dc;
}
.sep-redes {
    position: absolute;
    top: 120px;
    left: 850px;
	display: flex;
    align-items: center;
}

.videos {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
	max-width: 1200px;
	clear: both;
}

.videos h2 {
	clear: both;
}

.grupo-videos {
    display: flex;
    flex-wrap: wrap;
}

.video {
    display: inline-block;
    padding: 0 6px;
    float: left;
    width: 32%;
    height: auto;
	margin-bottom: 15px;
	margin-right: 0px;
}
.video-container {
	width: 100%;
	padding-top: 56.25%;
	height: 0px;
	position: relative;
}
.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video p {
	width: 90%;
    font-family: Londrina Solid;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #503c33;
}
.tijolo-esq {
    width: 15%;
}
.tijolo-dir {
	position: absolute;
    bottom: -75px;
    right: -120px;
    width: 55%;
}
.ver-mais, .ver-mais-dark {
	clear: both;
	width: 100%;
	height: 59px;
    padding-top: 25px;
    text-align: center;
    font-family: Londrina Solid;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 3px;
    color: #f2e0dc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.ver-mais {
	background-image: url("img/ilustracao32.png");
}
.musica {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
    width: 80%;
	clear: both;
}
.album-encarte {
    float:left;
    width:64%;
}
.album-faixas {
    float:right;
    width:34%;
}
.album-capa {
	float: left;
	width: 250px;
}
.album-capa img {
	width: 90%;
	height: auto;
	margin: 5px;
}
.album-texto {
	float: left;
}
.album-tit {
    font-family: Londrina Solid;
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	color: #503c33;
    letter-spacing: 1.5px;
}
.album-autor {
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 80%;
	color: #503c33;
    letter-spacing: 1.2px;
}
.lista-faixas {
    font-family: Londrina Solid;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	font-weight: bold;
	border-bottom: thin #503c33 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 5px;
    letter-spacing: 1.2px;
}
.faixa {
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	color: #aaaaaa;
	border-bottom: thin #d2c0bc solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1px;
    letter-spacing: 1.2px;
}
.faixa a {
	color: #222222;
	cursor: pointer;
}

.fundo-escuro {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	background-color: #503c33;
	clear: both;
}
.download {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
    width: 80%;
	clear: both;
}
.download h1 {
	color: #f2e0dc;
}
.partitura, .partitura-oculta {
	padding: 0px 3px;
	float: left;
	width: 24%;
}
.part-titulo {
	font-size: 22px;
	margin: 5px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.part-capa {
	text-align: center;
	width: 100%;
}
.part-capa img {
	width: 100%;
	height: auto;
	border-radius: 40px;
    object-fit: contain;
}
.part-texto p {
    width: 100%;
    font-family: Londrina Solid;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 2.1px;
    padding: 0px;
    text-align: center;
    color: #f2e0dc;
}

.fotos {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
    width: 80%;
	clear: both;
}
.foto {
    display: inline-block;
    padding: 0px;
    float: left;
    width: 24.9%;
    cursor: pointer;
}
.foto img:hover {
	-webkit-filter: brightness(90%); /* Safari */
    filter: brightness(90%);
}
.break {
	clear: both;
}

.final {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
    width: 80%;
	clear: both;
}
.final h1 {
    padding-top: 150px;
}
.fig-final {
	float: right;
	width: 60%;
	border: none;
	margin: 5px;
	margin-top: 50px;
	padding: 10px;
}
.final-texto {
	max-width: 360px;
}

.menu-rodape {
	margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 1200px;
    width: 100%;
	clear: both;
}
.menu-rodape p {
    font-size: medium;
	text-align: center;
}
.menu-container {
	text-align: center;
	display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.copyright {
	width: 16px;
	height: 16px;
}
.cor1 {
    width: 71px;
    height: 24px;
    background-color: #90a684;
}
.cor2 {
    width: 71px;
    height: 24px;
    background-color: #f2e0dc;
}
.cor3 {
    width: 71px;
    height: 24px;
    background-color: #9e2a28;
}
.cor4 {
    width: 71px;
    height: 24px;
    background-color: #503c33;
}
.cor5 {
    width: 71px;
    height: 24px;
    background-color: #ffc44f;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content, .modal-foto {
    background-color: #f2e0dc;
    margin: 15% auto; /* 15% from the top and centered */
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}
.modal-content h1 {
    padding-top: 10px;
    margin-bottom: 10px;
}
.modal-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-content a {
	color: #9e2a28;
}
.modal-content img {
	float: right;
	width: 30%;
	padding-right: 20px;
}
.modal-foto {
    width: 80%;
    max-width: 800px;
}
.modal-foto img {
	width: 100%;
    object-fit: contain;
}
.modal-foto p {
	width: 80%;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

@media (max-width: 1300px){
	.tit-hero {
        font-size: 28px;
	}
	.bio {
		width: 90%;
	}
	.sep-tit {
		top: 40px;
		left: 240px;
		width: 300px;
	}
	.sep-texto {
		top: 100px;
		left: 260px;
		width: 340px;
	}
	.sep-redes {
		top: 70px;
		left: 580px;
	}
	.videos {
		width: 90%;
	}
	.video {
		width: 30%;
	}
	.tijolo-esq {
		width: 15%;
	}
	.tijolo-dir {
		bottom: -160px;
		right: -40px;
		width: 45%;
	}
	.ver-mais {
		display: none;
	}
	.musica {
		width: 90%;
		margin-top: 120px;
	}
	.download {
		width: 90%;
	}
	.fotos {
		width: 90%;
	}
	.fig-final {
		width: 50%;
	}
}

@media (max-width: 1000px) {
	.tit-hero {
	    font-size: 22px;
	}
	.linha-dir {
		margin-top: 40px;
	}
	.bio-tit {
		width: 80%;
	}
	.bio-img {
		position: static;
		width: 50%;
		margin: auto;
	}
	.bio-texto {
		width: 100%;
	}
	.sep-tit {
		font-size: 22px;
		top: 20px;
		left: 150px;
		width: 300px;
	}
	.sep-texto {
		font-size: 16px;
		top: 70px;
		left: 170px;
		width: 340px;
	}
	.sep-redes {
		top: 40px;
		left: 400px;
	}
	.video {
		width: 47%;
	}
	.tijolo-esq {
		width: 20%;
	}
	.tijolo-dir {
		bottom: -110px;
		width: 50%;
	}
	.musica {
		margin-top: 60px;
	}
	.album-capa {
		width: 50%;
	}
	.partitura {
		width: 23%;
	}
}

@media (max-width: 800px){
	.tit-hero {
	    font-size: 19px;
		top: 52%;
		width: 50%;
	}
	.text-hero {
	    top: 95%;
		left: 15%;
	    width: 70%;
	    color: #503c33;
	}
}

@media (max-width: 600px){
	h1 {
		font-size: 26px;
		padding-top: 20px;
	}
	p {
		letter-spacing: 1.2px;
	}
	.rede-menu {
	    width: 20px;
	    height: 20px;
	}
	.hero {
		width: 100%;
	}
	.img-hero {
		width: 100%;
		height: 365px;
		object-fit: cover;
	}
	.tit-hero {
	    left: 0%;
	    width: 75%;
	    font-size: 18px;
	}
	.text-hero {
	    left: 10%;
	}
	.bio {
		width: 90%;
	}
	.bio-tit {
		font-size: 18px;
		width: 95%;
	}
	.bio-texto {
		width: 95%;
	}
	.bio-img {
		position: static;
		width: 80%;
	}

	.sep-tit {
		font-size: 18px;
		top: 20px;
		left: 120px;
		width: auto;
	}
	.sep-texto {
		display: none;
	}
	.sep-redes {
		position: absolute;
		top: 70px;
		left: 220px;
	}
	.video {
		width: 45%;
	}
	.tijolo-esq {
		width: 30%;
	}
	.tijolo-dir {
		position: absolute;
		bottom: -70px;
		right: -10px;
		width: 60%;
	}
	
	.musica {
		margin-top: 0px;
		width: 90%;
	}
	.album-encarte {
		width: 100%;
		float:none;
	}
	.album-capa {
		float: left;
		width: 49%;
	}
	.album-capa img {
		width: 100%;
		height: auto;
		margin: 5px;
	}
	.album-texto {
		float: right;
		width: 49%;
	}
	.album-faixas {
		clear: both;
		width: 100%;
		float:none;
		padding-top: 5px;
	}
	.lista-faixas {
		padding-top: 20px;
	}
	.modal-content, .modal-foto {
	  width: 80%;
	}
	.download {
		width: 90%;
	}
	.partitura {
		width: 48%;
		height: 400px;
	}
	.fotos {
		width: 90%;
	}
	.foto {
		width: 48%;
	}
	.fig-final {
		padding-top: 40px;
		float: none;
		width: 90%;
	}
	.final h1 {
		padding-top: 0px;
	}
}

@media (max-width: 480px){
	.logo-tit {
		margin-top: 30px;
		width: 200px;
	}
	.barra-menu {
        width: 100%;
	}
	.redes {
		float: right;
		margin-right: 10px;
		align-items: center;
	}
    .rede-menu {
        padding-right: 3px;
    }
	.img-hero {
		height: 325px;
	}
	.tit-hero {
	    top: 54%;
	    font-size: 16px;
	}
	.text-hero {
	    top: 90%;
	    left: 20%;
	    width: 250px;
	}
	.sep-tit {
		font-size: 16px;
		top: 20px;
		left: 100px;
	}
	.sep-redes {
		left: 140px;
	}
	.video {
		width: 95%;
		padding: 0px;
	}
	.tijolo-dir {
		bottom: -50px;
		right: -20px;
		width: 50%;
	}
	.album-tit {
		font-size: 18px;
	}
	.partitura {
		height: 350px;
	}
	.menu-rodape p {
		font-size: x-small;
	}
}


@media (max-width: 360px){
	p {
		font-size: medium;
	}
	.text-hero {
	    width: 200px;
	}
	.sep-tit {
		top: 0px;
		left: 70px;
		width: 200px;
	}
	.sep-texto {
		width: 200px;
	}
	.sep-redes {
		top: 40px;
		left: 110px;
	}
	.tijolo-dir {
		bottom: -30px;
		right: -10px;
		width: 60%;
	}
	.modal-content img {
		display: none;
	}
	.partitura {
		height: 280px;
	}

	.final-texto {
		display: none;
	}
}

</style>
