* {
	margin: 0;
	padding: 0;
}

a {
	border: none;
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

/* fixing firefox bug */

div:after,
ol:after,
form:after,
ul:after,
dl:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* topo */

#topo {
	background: rgba(33, 24, 21, 1);
	position: static;
	width: 100%;
}

#topo div {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 95%;
}

.logo {
	height: 20px;
	left: 0;
	position: absolute;
	top: 25px;
}

#menu ul {
	margin-bottom: 20px;
	margin-top: 70px;
}

#menu li {
	border-bottom: 1px solid #ccc;
	display: block;
	color: #fff;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.3em;
	letter-spacing: 3px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#menu li:last-child {
	border: none;
}

#menu li:hover {
	color: #ffb400;
}

#topo .social {
	display: none;
	position: absolute;
	right: 0;
	top: 24px;
}

#topo .social li {
	display: inline-block;
	height: 22px;
	margin-left: 5px;
	width: 23px;
}

#topo .social li img {
	display: block;
	width: 23px;
}

/* principal */

#principal {
	background: #191613 url(../imagens/bg-roberto-lins5.png) no-repeat -145px top;
	background-size: auto 386px;
}

.container {
	margin: 0 auto;
	position: relative;
	max-width: 1440px;
	width: 95%;
}

.promo {
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	padding: 3%;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 2;
}

.promo h2 {
	color: #000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.promo h2 span {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.capa {
	display: block;
	width: 204px;
}

.promo span {
	color: #000;
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
	margin: 10px 0;
	text-transform: uppercase;
}

.promo div {
	overflow: hidden;
}

.promo div img {
	float: left;
	margin-right: 30px;
}

.promo div a:last-child img {
	margin-right: 0;
}

.agenda {
	/*padding-bottom: 30px;*/
	/*padding-top: 416px;*/
	padding-top: 386px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.agenda h2 {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.agenda table {
	border: 1px solid #fff;
	padding: 5px;
	width: 100%;
}

.agenda td {
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
	padding: 5px 10px;
}

.agenda td:first-child {
	border-right: 2px solid #ffb400;
}

.agenda td span {
	font-size: 2em;
}

.agenda tr:last-child td {
	border-bottom: none;
}

.agenda a {
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
	margin: 10px 0;
}

.agenda a:hover {
	color: #ffb400;
}

/* apresentacao */

#apresentacao {
	padding: 30px 0;
}

.assinatura {
	display: block;
	margin: 0 auto 30px auto;
	max-width: 458px;
	width: 100%;
}

.mosaico {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

#apresentacao p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 auto 30px auto;
	text-align: center;
	max-width: 1000px;
	width: 100%;
}

#apresentacao p.destaque {
	color: #737373;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	max-width: 1440px;
}

/* albuns */

#albuns {
	background: url(../imagens/bg-albuns.jpg) repeat-y center;
	margin-bottom: 30px;
	padding: 30px 0;
}

#albuns h2 {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

#albuns ul {
	margin-bottom: 30px;
}

#albuns li {
	margin: 0 auto 30px auto;
	position: relative;
	max-width: 350px;
	width: 100%;
}

#albuns h3 {
	color: #fff;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

#albuns h3:hover {
	color: #ffb400;
}

#albuns li .cd {
	cursor: pointer;
	display: block;
	position: relative;
	max-width: 350px;
	width: 100%;
	z-index: 1;
}

#albuns .plus {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 2;
}

#ajax-album {
	background-color: #fff;
	margin: 0 auto;
}

#ajax-album.loader {
	background: #fff url(../imagens/ajax-loader.gif) no-repeat center;
}

#ajax-album .conteudo {
	overflow: hidden;
	padding: 20px;
	position: relative;
}

#ajax-album .left {
	margin-bottom: 20px;
	max-width: 530px;
	width: 100%;
}

#ajax-album .cd {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

#ajax-album .left p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#ajax-album .left p:last-child {
	margin-bottom: 0;
}

#albuns h4 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}

#ajax-album table {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

#ajax-album td {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1em;
	letter-spacing: 3px;
	padding: 10px;
}

#ajax-album td.bt-clipe,
#ajax-album td.bt-ouvir,
#ajax-album td.bt-letra {
	opacity: 0.4;
}

#ajax-album td.bt-clipe.on,
#ajax-album td.bt-ouvir.on,
#ajax-album td.bt-letra.on {
	cursor: pointer;
	opacity: 1;
}

#ajax-album tr.odd {
	background-color: #e5dbc7;
}

#albuns span.close {
	background: url(../imagens/icone-close.png) no-repeat center;
	cursor: pointer;
	height: 81px;
	position: absolute;
	right: 0;
	top: 0;
	width: 101px;
	z-index: 1;
}

#ajax-album .right div {
	border-top: 1px solid #000;
	padding-top: 30px;
	text-align: center;
}

#ajax-album .right span {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#ajax-album .right div a {
	display: inline-block;
}

#ajax-album .right div img {
	display: inline-block;
	margin: 0 10px;
}

/* videos */

#videos {
	padding: 30px 0;
}

#videos h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

#videos .videos {
	margin-bottom: 30px;
	overflow: hidden;
}

#videos iframe {
	background: #fff url(../imagens/ajax-loader.gif) no-repeat center;
	height: 425px;
	margin-bottom: 30px;
	width: 100%;
}

.opcoes li,
.mais-opcoes li {
	cursor: pointer;
	margin: 0 0 30px 0;
}

#videos li img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

.mais-videos,
.menos-videos {
	cursor: pointer;
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 60px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

.mais-videos:hover,
.menos-videos:hover {
	color: #ffb400;
}

/* agenda */

#agenda {
	background: url(../imagens/bg-agenda.jpg) no-repeat center;
	margin-bottom: 30px;
	padding: 30px 0;
}

#agenda h2 {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

#agenda table {
	margin: 0 auto;
}

#agenda td {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
	padding: 0 30px;
}

#agenda td:first-child {
	border-right: 2px solid #ffb400;
}

#agenda td span {
	font-size: 2em;
}

/* contato */

#contato {
	border-top: 1px solid #000;
	padding: 30px 0;
}

#contato h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

#contato label {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1em;
	letter-spacing: 3px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	border: 1px solid #000;
	display: block;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	margin: 0 auto 10px auto;
	padding: 15px 10px;
	width: 80%;
}

textarea {
	height: 100px;
}

.g-recaptcha div {
	display: block;
	margin: 0 auto;
}

input[type=submit] {
	background-color: #ffb400;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.5em;
	display: block;
	letter-spacing: 3px;
	margin: 20px auto 0 auto;
	padding: 20px 40px;
}

#contato form span {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 0.8em;
	letter-spacing: 3px;
	margin-top: 30px;
	text-align: center;
}

/* rodape */

#rodape {
	padding: 30px 0;
}

#rodape .social {
	margin-bottom: 30px;
	overflow: hidden;
}

#rodape .social ul {
	text-align: center;
}

#rodape .social li {
	display: inline-block;
	height: 32px;
	margin: 0 5px;
	width: 33px;
}

#rodape .social li img {
	display: block;
	width: 33px;
}

#rodape p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	text-align: center;
}

#rodape p a {
	display: block;
	background: url(../imagens/logo-serdigital.png) no-repeat center;
	height: 36px;
	margin-top: 30px;
}

/* responsivo */

@media (min-width: 426px) {

	/* topo */

	.promo {
		background: transparent;
		padding: 0;
	}

	.promo h2,
	.promo span {
		color: #fff;
	}

	/* albuns */

	/*#albuns ul {
		text-align: center;
	}

	#albuns li {
		display: inline-block;
		margin: 0 1% 30px 1%;
		width: 46%;
	}*/

	/* videos */

	#videos iframe {
		height: 425px;
		margin-bottom: 30px;
		width: 100%;
	}

	.opcoes {
		text-align: center;
	}

	.opcoes li {
		display: inline-block;
		margin: 0 1% 30px 1%;
		width: 30%;
	}

	.mais-opcoes {
		text-align: center;
	}

	.mais-opcoes li {
		display: inline-block;
		margin: 0 1% 30px 1%;
		width: 22%;
	}

}

@media (min-width: 768px) {

	/* topo */

	#menu ul {
		float: right;
		margin: 0;
	}

	#menu li {
		border: none;
		display: inline-block;
		height: 70px;
		line-height: 70px;
		margin: 0 10px;
		padding: 0;
		text-align: left;
	}

	/* principal */

	#principal {
		background: #191613 url(../imagens/bg-roberto-lins5.png) no-repeat left top;
		background-size: auto 386px;
	}

	/* albuns */

	#albuns ul {
		text-align: center;
	}

	#albuns li {
		display: inline-block;
		margin: 0 1% 30px 1%;
		width: 30%;
	}

	#ajax-album td.bt-clipe {
		background: url(../imagens/icone-clipe.png) no-repeat 10px center;
		padding: 10px 10px 10px 56px;
	}

	#ajax-album td.bt-ouvir {
		background: url(../imagens/icone-ouvir.png) no-repeat 10px center;
		padding: 10px 10px 10px 44px;
	}

	#ajax-album td.bt-letra {
		background: url(../imagens/icone-letra.png) no-repeat 10px center;
		padding: 10px 10px 10px 39px;
	}

	/* videos */

	#videos iframe {
		float: left;
		height: auto;
		margin-bottom: 0;
		width: 75%;
	}

	.opcoes {
		float: right;
		width: 20%;
	}

	.opcoes li {
		display: block;
		margin: 0 0 30px 0;
		width: 100%;
	}

}

@media (min-width: 1024px) {

	/* topo */

	#topo {
		background: rgba(33, 24, 21, 0.6);
		left: 0;
		position: fixed;
		top: 0;
		z-index: 3;
	}

	#menu ul {
		float: none;
		text-align: center;
	}

	#topo .social {
		display: block;
	}

	/* principal */

	#principal {
		background: #191613 url(../imagens/bg-roberto-lins5.png) no-repeat -345px 0;
		height: 942px;
	}

	#principal .container {
		height: 772px;
		padding: 170px 0 0 0;
	}

	.promo {
		top: 170px;
		z-index: auto;
	}

	.capa {
		width: 304px;
	}

	.agenda {
		bottom: 20px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		right: 0;
		z-index: auto;
	}

	/* albuns */

	/*#ajax-album .cd {
		float: left;
		margin: 0;
		width: 40%;
	}*/

	#ajax-album .left {
		float: left;
		margin: 0;
		width: 40%;
	}

	#ajax-album .right {
		float: right;
		width: 55%;
	}

	/* contato */

	input[type=text],
	input[type=email],
	input[type=tel],
	textarea {
		width: 50%;
	}

	/* rodape */

	#rodape .social ul {
		float: right;
		text-align: left;
	}

	#rodape .social li {
		height: 42px;
		margin: 0 0 0 5px;
		width: 43px;
	}

	#rodape .social li img {
		width: 43px;
	}

	#rodape p a {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 125px;
	}

}

@media (min-width: 1440px) {

	/* topo */

	.logo {
		height: 30px;
		top: 20px;
	}

	#topo .social {
		top: 14px;
	}

	#topo .social li {
		height: 42px;
		width: 43px;
	}

	#topo .social li img {
		width: 43px;
	}

}

@media (min-width: 1785px) {

	/* topo */

	.logo {
		height: 50px;
		top: 10px;
	}

	/* principal */

	#principal {
		background: #191613 url(../imagens/bg-roberto-lins5.png) no-repeat left top;
	}

}

#noticias-container{
	display: flex;
	flex-wrap: nowrap;
}

#noticias h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

#producao {
	padding: 100px;
	background: #f0f0f0;
	margin-top: 80px;
}

#producao-container{
	display: flex;
	justify-content: center;
}

#producao h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

#premios h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-align: center;
}

.noticias{
	flex: 0 0 30%; /* Define o tamanho de cada notícia */ 
	margin: 10px;
	border: 1px solid #ccc;
	text-align: center;
}

.noticia{
	padding: 15px;
}

.noticia img{
	max-width: 100%;
	height: auto;
}

.noticia h3{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: black;
	margin-top: 10px;
}

/* Estilo do botão */
.custom-button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #ffc107; /* Cor da borda amarela */
	color: #ffc107; /* Cor do texto amarela */
	background-color: transparent; /* Fundo transparente */
	border-radius: 5px; /* Borda arredondada */
}

/* Efeito de hover para destacar o botão quando o mouse passa sobre ele */
.custom-button:hover {
	background-color: #ffc107; /* Cor de fundo amarela no hover */
	color: #fff; /* Cor do texto branco no hover */
}

.awards-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
  }

  .awards-row {
	display: flex;
      justify-content: center;
      width: 100%;
  }

  .award {
	flex: 1 1 calc(25% - 20px);
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin: 5px; /* Margem interna para as divs dos prêmios */
  }

  .award img {
	max-width: 100%;
	height: auto;
  }

  .award p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	margin-top: 8px;
  }