/*EXEMPLOS*/
@media(max-width:786px) { { } }  /*> Telefone*/
@media(min-width:786px) { { } }  /*> Computador*/


/*GERAIS*/
body{ font-family: 'Quicksand', sans-serif;	/*font-family: 'Patua One', cursive;*/}
.img_inline{ display: inline; }


/*HEADER*/
header.topo { 
	background: url(../img/bg_header.jpg);  
	background-size: 100%; 
	background-position: 100% 25%;
}
header.topo .logo {
	padding: 15px 0;
}


/*INICIO PORTAL*/
#pg_portal h3{
    background: #3B190F;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
    margin-top: 0;
}
#pg_portal h3.left{
	text-align: left;
}

#pg_portal .destaque h1{
	margin-top: 0;
	text-align: left;
}
#pg_portal .destaque img{
	margin-bottom: 10px;
}
#pg_portal h1{
	font-size: 18px;
	color: #3B190F;
}
#pg_portal .cantores h1{
	text-align: center;
	color: #3B190F;
}
#pg_portal .novidades h1{
	text-align: center;
	color: #3B190F;
}
#pg_portal .noticias img{
	margin-bottom: 10px;

}
#pg_portal .noticias h1{
	color: black;
}
#pg_portal hr{
	margin-bottom: 30px;
}
/*FIM PORTAL*/


/*INICIO SIDEBAR*/
#redes_sociais{
	padding-bottom: 50px;
}
#redes_sociais h3{
	background: #3B190F;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
    margin-top: 0;
}
#redes_sociais .icones_sociais {
	text-align: center;
}
#redes_sociais .icones_sociais a{
	color: #000;
	font-size: 45px;
}
#redes_sociais .icones_sociais a:hover{
	text-decoration: none;
}


#faceboook{
	padding-bottom: 50px;
	padding-left: 20px; 
	padding-right: 20px;  
}


#ingressos{
	padding-bottom: 50px;
}
#ingressos h3{
	background: #3B190F;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
    margin-top: 0;
}


#novidades{
	padding-bottom: 50px;
}


#produtos{
	padding-bottom: 50px;
	color: #3B190F;
}


#radio_web{
	padding-bottom: 50px;
}

/*FIM SIDEBAR*/

#pg_contato .icons_social a,
#pg_contato .icons_social a:hover{
	color:#333;
	text-decoration: none;
	margin-right: 15px;
}
#pg_contato .icons_social a:hover i{
	transform: rotate(-10deg);
}
#pg_contato .icons_social a i{
	font-size: 25px;
	transition: .3s;
}
#pg_contato form {}
#pg_contato form input{
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
}
#pg_contato form textarea{
	width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    height: 100px;
}
#pg_contato form input.wpcf7-submit{
	width: 50%;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #333;
    border:0;
    color:#fff;
}


/*FOOTER*/
footer{
	margin-top: 50px;
	background-color: #1f1f1f;
	color: #777;
	padding: 20px 0 0;
}
footer h4{
	color: #999;
}
footer a{
	color: #777;
}
footer a:hover{
	text-decoration: none;
	color: #777;
}
footer .wpcf7-text{
    border-radius: 4px;
    width: 100%;
    margin: 3px 0;
    padding: 5px;
    color: #000;
}
footer .wpcf7-submit{
	border-radius: 4px;
    background-color: #333;
    padding: 5px 30px;
    border: 1px solid #665;
    float: right;
    color: #a0a0a0;
    transition: .3s;
}
footer .wpcf7-submit:hover{
	color: #fff;
	border: 1px solid transparent;	
}


/*BARRA DO FOOTER*/
footer #barra_footer{
	background-color: #111;
	margin-top: 25px;
	padding: 5px 0 5px;
	color: #444;
}
footer #barra_footer a{
	color: #444;
}
footer #barra_footer .credits{}
footer #barra_footer .credits p{
	font-size: 10px;
	margin: 5px 0 5px;
}
footer #barra_footer .icosocial{
	text-align: right;
}
footer #barra_footer .icosocial a{
	margin: 0 10px;
    font-size: 16px;
    transition: .3s;
}
footer #barra_footer .icosocial a:hover{
	color: #f2f2f2;
}


