body {
	margin-left: 00px;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 00px;
	width:100%;
	height:100%;
	font: 15px 'roboto_condensedregular', Arial, sans-serif;
	color: #000;
	
	background-image:url(images/bg_contato.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

html {
	width:100%;
	height:100%;
}

img {
	border:none;
}

a {
	font: 15px 'roboto_condensedregular', Arial, sans-serif;
	color: #553326;
	text-decoration:none;
}

a:hover {
	font: 15px 'roboto_condensedregular', Arial, sans-serif;
	color: #000000;
	text-decoration:none;
}

::-moz-selection {
	background:#34a5e6;  /*---Cor de fundo--*/
	color:#FFF;   /*--cor da fonte--*/
}
	
::selection {
	background:#34a5e6;  /*---Cor de fundo--*/
	color:#FFF;  /*--cor da fonte--*/
}

a, .DataAgenda, .BtEnviar {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

p {
	margin-top:0px;	
}

.clear {
	clear:both;
}

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

nav {
    position: fixed;
    top: 0px;
    text-align: center;
    z-index: 10;
    width: 100%;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.50);
}

nav a {
	padding: 13px 25px;
	color: #dea366;
    font: 20px 'ralewayextrabold', Arial, sans-serif;
	display: inline-block;
}

nav a:hover {
	color: #FFF;
    font: 20px 'ralewayextrabold', Arial, sans-serif;
	cursor: pointer;
}

.Banner {
    max-width: 940px;
    width: 90%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.cd-fixed-background {
	min-height: 100%;
	padding: 0;
	padding-bottom: 50px !important;
}

.cd-fixed-background {
  position: relative;
  padding: 3em 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.Home {
	background-image:url(images/bg_home.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Destaques {
	background-image:url(images/bg_destaques.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Agenda {
	background-image:url(images/bg_agenda.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Noticias {
	background-image:url(images/bg_noticias.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Fotos {
	background-image:url(images/bg_fotos.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Redes {
	background-image:url(images/bg_redes_sociais.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Release {
	background-image:url(images/bg_release.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}

.Contato {
	background-image:url(images/bg_contato.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	color: white;
}






.AreaHome {
	max-width:1100px;
	width:100%;
	margin:0 auto;
}

.LogoJaneSantos {
	float:left;
	margin: 245px 0px 65px 0px;
	text-align: center;
}

.LogoJaneSantos img {
	max-width: 378px;
	width: 100%;
	height: auto;
}

.RedesHome {
    float: left;
    margin-left: 80px;
}

.LinkFace {
	width: 54px;
	height: 54px;
	background-image: url(images/ico_facebook.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0px 13px 0px 0px;
}

.LinkFace:hover {
	background-image: url(images/ico_facebook_over.jpg);
}

.LinkInstagram {
	width: 54px;
	height: 54px;
	background-image: url(images/ico_instagram.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0px 13px;
}

.LinkInstagram:hover {
	background-image: url(images/ico_instagram_over.jpg);
}

.LinkTwitter {
	width: 54px;
	height: 54px;
	background-image: url(images/ico_twitter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0px 13px;
}

.LinkTwitter:hover {
	background-image: url(images/ico_twitter_over.jpg);
}

.LinkYoutube {
	width: 54px;
	height: 54px;
	background-image: url(images/ico_youtube.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0px 0px 0px 13px;
}

.LinkYoutube:hover {
	background-image: url(images/ico_youtube_over.jpg);
}





.TitDestaques {
    font: 30px 'ralewaybold', Arial, sans-serif;
	color: #dea366;
	margin: 0px;
	letter-spacing: 15px;
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.BannerDestaque {
	width: 940px;
	height: 530px;
	margin: 0 auto;
}

.TitAgenda {
    font: 30px 'ralewaybold', Arial, sans-serif;
    color: #dea366;
    letter-spacing: 15px;
    padding-top: 120px;
    padding-bottom: 40px;
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
    padding-left: 150px;
}

.AreaAgenda {
	max-width:820px;
	width:100%;
	margin:0 auto;
}

.DataAgenda {
    float: left;
    border: 3px solid #FFF;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px 0px 0px 0px;
    color: #dea366;
    font: 75px 'OpenSansBold', Arial, sans-serif;
    line-height: 50px;
    width: 130px;
    height: 130px;
	margin-right: 20px;
}

.DataAgenda div {
	color: #FFF;
    font: 35px 'OpenSansBold', Arial, sans-serif;
}

.DadosAgenda {
	float: left;
	text-transform: uppercase;
}

.CidadeAgenda {
    font: 30px 'ralewayextrabold', Arial, sans-serif;
	color:#000;
	margin-top: 15px;
	margin-bottom: 10px;
	max-width: 300px;
	line-height: 25px;
}

.LocalAgenda {
    font: 22px 'ralewaysemibold', Arial, sans-serif;
	color:#FFF;
	margin-bottom: 13px;
}

.DivisaAgenda {
	width: 100%;
	height: 7px;
	background-image: url(images/linha_divisa_agenda.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.BtAgendaAnterior {
	width: 38px;
	height: 38px;
	background-image: url(images/bt_agenda_anterior.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 40px 15px 0px 210px;
}

.BtAgendaAnterior:hover {
	background-image: url(images/bt_agenda_anterior_over.png);
}

.BtAgendaProximo {
	width: 38px;
	height: 38px;
	background-image: url(images/bt_agenda_proximo.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 40px 0px 0px 15px;
}

.BtAgendaProximo:hover {
	background-image: url(images/bt_agenda_proximo_over.png);
}


.LinkAgenda { 
	float: left;
	outline: none;
}

.LinkAgenda:hover .LocalAgenda { 
	color: #000;
}

.LinkAgenda:hover .CidadeAgenda { 
	color: #dea366;
}

.LinkAgenda:hover .DataAgenda { 
	color: #FFF;
	background-color: #dea366;
    border: 3px solid #dea366;
}

.Noticias {
	text-align: center;
}

.TitNoticias {
    font: 30px 'ralewaybold', Arial, sans-serif;
	color: #dea366;
	margin: 0px;
	letter-spacing: 15px;
	padding-top: 120px;
	padding-bottom: 80px;
	text-align: center;
}

.ItemNoticia img {
	margin-bottom: 15px;
}

.ItemNoticia {
	display: inline-block;
	text-align: left;
	max-width: 290px;
	vertical-align: top;
	text-transform: uppercase;
	color: #000000;
    font: 20px 'OpenSansSemibold', Arial, sans-serif;
}

.ItemNoticia:hover {
	color: #dea366;
    font: 20px 'OpenSansSemibold', Arial, sans-serif;
}

.BtNoticiaAnterior {
	width: 38px;
	height: 38px;
	background-image: url(images/bt_agenda_anterior.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 40px 15px 0px 0px;
}

.BtNoticiaAnterior:hover {
	background-image: url(images/bt_agenda_anterior_over.png);
}

.BtNoticiaProximo {
	width: 38px;
	height: 38px;
	background-image: url(images/bt_agenda_proximo.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 40px 0px 0px 15px;
}

.BtNoticiaProximo:hover {
	background-image: url(images/bt_agenda_proximo_over.png);
}

.AreaNoticia {
	max-width:1280px;
	width:100%;
	margin:0 auto;
}

.Fotos {
	text-align: center;
}

.AreaFotos {
	max-width:1300px;
	width:100%;
	margin:0 auto;
}

.TitFotos {
    font: 30px 'ralewaybold', Arial, sans-serif;
	color: #dea366;
	margin: 0px;
	letter-spacing: 15px;
	padding-top: 154px;
	padding-bottom: 80px;
	text-align: center;
}

.AreaRedes {
	max-width:940px;
	width:100%;
	margin:0 auto;
}

.AreaRelease {
	max-width:1100px;
	width:100%;
	margin:0 auto;
	text-align: right;
}

.TituloRedes {
    font: 30px 'ralewaybold', Arial, sans-serif;
	color: #dea366;
	margin: 0px;
	letter-spacing: 15px;
	padding-top: 154px;
	padding-bottom: 80px;
	text-align: left;
}

.TituloRelease {
    font: 30px 'ralewaybold', Arial, sans-serif;
    color: #dda363;
    margin: 0px;
    letter-spacing: 15px;
    padding-top: 154px;
    padding-bottom: 30px;
    text-align: left;
    max-width: 480px;
    display: inline-block;
    width: 100%;
}

.LinkRedeSocial {	
    font: 30px 'ralewayregular', Arial, sans-serif;
	color: #dea366;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.LinkRedeSocial:hover {	
    font: 30px 'ralewayregular', Arial, sans-serif;
	color: #FFF;
}

.LinkRedeSocial span {
    font: 30px 'ralewaybold', Arial, sans-serif;
}

.LinkRedeFacebook:before {
	content: " ";
	width: 54px;
	height: 54px;
	background-image: url(images/ico_facebook.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -10px 13px 0px 0px;
}

.LinkRedeInstagram:before {
	content: " ";
	width: 54px;
	height: 54px;
	background-image: url(images/ico_instagram.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -10px 13px 0px 0px;
}

.LinkRedeTwitter:before {
	content: " ";
	width: 54px;
	height: 54px;
	background-image: url(images/ico_twitter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -10px 13px 0px 0px;
}

.LinkRedeYoutube:before {
	content: " ";
	width: 54px;
	height: 54px;
	background-image: url(images/ico_youtube.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -10px 13px 0px 0px;
}



.AreaContato {
	max-width:1240px;
	width:100%;
	margin:0 auto;
}

.TitContato {
    font: 30px 'ralewaybold', Arial, sans-serif;
	color: #dea366;
	margin: 0px;
	letter-spacing: 15px;
	padding-top: 154px;
	padding-bottom: 80px;
	text-align: center;
}

.AreaForm {
    max-width: 600px;
    width: 100%;
    float: right;
    text-align: center;
    padding: 0px 20px;
}

.LogoContato {
	display: inline-block;
	vertical-align: top;
    margin-right: 45px;
}

.DadosContato {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #dea366;
    font: 28px 'ralewaybold', Arial, sans-serif;
	line-height: 22px;
}

.DadosContato span {
	color: #000;
    font: 28px 'OpenSansBold', Arial, sans-serif;
}

.DadosContato a {
	color: #000;
    font: 22px 'ralewaysemibold', Arial, sans-serif;
}

.DadosContato a:hover {
	color: #dea366;
    font: 22px 'ralewaysemibold', Arial, sans-serif;
}

.CampoForm {
	background-color: #c6c6c6;
	border: 1px solid #c6c6c6;
	outline:none;
    font: 15px 'ralewaybold', Arial, sans-serif;
	color: #0a0a0a;
	float: left;
	padding: 10px 15px;
	margin-bottom: 16px;
	width: 100%;
}

.CampoFormMenorEsq {
    margin-right: 18px;
}

.CampoForm:active,
.CampoForm:focus {
	border: 1px solid #FFF;
}

textarea.CampoForm  {
	height: 85px;
	width: 100%;
	resize: none;
}

.BtEnviar {
	float: right;
	background-color: #dea366;
    font: 18px 'ralewaybold', Arial, sans-serif;
	color: white;
	border: none;
	cursor: pointer;
	padding: 13px 65px;
	margin-bottom: 40px;
}

.BtEnviar:hover {
	background-color: #b07130;
}

.EnvieSuaMensagem {
	text-align: left;
	color: #dea366;
	text-transform: uppercase;
    font: 20px 'ralewaymedium', Arial, sans-serif;
	margin-top: 60px;
	margin-bottom: 20px;
}

.bx-prev {
	width: 38px;
	height: 38px;
	background-image: url(images/bt_agenda_anterior.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 40px 15px 0px 0px;
	color:rgba(0,0,0,0.00);
}

.bx-prev:hover {
	background-image: url(images/bt_agenda_anterior_over.png);
	color:rgba(0,0,0,0.00);
}

.bx-next {
	width: 38px;
	height: 38px;
	background-image: url(images/bt_agenda_proximo.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 40px 0px 0px 15px;
	color:rgba(0,0,0,0.00);
}

.bx-next:hover {
	background-image: url(images/bt_agenda_proximo_over.png);
	color:rgba(0,0,0,0.00);
}

.bx-pager {
	display: none;
}

.active {
    color: #fff;
}

.Lab3 {
    float: right;
    margin-top: 70px;
    margin-bottom: 30px;
}

.TituloNoticia {
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    color: #dea366;
    font: 20px 'OpenSansSemibold', Arial, sans-serif;
	padding: 10px;
}

.AreaNoticiaDentro {
    color: #000000;
	padding: 10px;
	text-align: justify;
}

@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
}

@media screen and (max-width: 768px) {
	
	.cd-fixed-background {
		position: relative !important;
		padding: 0!important;
		height: auto !important;
		min-height: auto !important
			
	}
	
	nav {
		display: none;
	}

	.Home {
		background-image: url(images/bg_home_mob.jpg);
		padding-bottom: 50px !important;
	}
	
	.Destaques {
		background-image: url(images/bg_destaques_mob.jpg);
		padding-bottom: 50px !important;
	}
	
	.Agenda {
		background-image: url(images/bg_agenda_mob.jpg);
		padding-bottom: 200px !important;
	}
	
	.Noticias {
		background-image: url(images/bg_noticias_mob.jpg);
		padding-bottom: 50px !important;
	}
	
	.Fotos {
		background-image: url(images/bg_fotos_mob.jpg);
		padding-bottom: 50px !important;
	}
	
	.Redes {
		background-image: url(images/bg_redes_sociais_mob.jpg);
		padding-bottom: 50px !important;
	}
	
	.Contato {
		background-image: url(images/bg_contato_mob.jpg);
		padding-bottom: 50px !important;
	}
	
	.TitAgenda {
		font: 27px 'ralewaybold', Arial, sans-serif;
		padding-left: 20px;
		padding-top: 40px;
	}
	
	.Banner {
		width: 100%;
		margin: 0 auto 0px auto;
	}
	
	.RedesHome {
		float: none;
		margin: auto;
		text-align: center;
	}
	
	.LogoJaneSantos {
		float: left;
		margin: 275px 0px 35px 0px;
		text-align: center;
	}
	
	.LogoJaneSantos img {
		max-width: 378px;
		width: 75%;
		height: auto;
	}
	
	.LinkRedeSocial {
		font: 27px 'ralewayregular', Arial, sans-serif;
		margin-left: 20px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.80);
	}
	
	.LinkRedeSocial span {
		font: 27px 'ralewaybold', Arial, sans-serif;
	}
	
	.TituloRedes {
		text-align: left;
		font: 27px 'ralewaybold', Arial, sans-serif;
		padding-top: 130px;
		padding-bottom: 130px;
		padding-left: 20px;
	}
	
	.Redes {
		min-height:auto;
	}
	
	.LinkFace {
		width: 45px;
		height: 45px;
		background-size: 100%;
	}
	
	.LinkInstagram {
		width: 45px;
		height: 45px;
		background-size: 100%;
	}
	
	.LinkTwitter {
		width: 45px;
		height: 45px;
		background-size: 100%;
	}
	
	.LinkYoutube {
		width: 45px;
		height: 45px;
		background-size: 100%;
	}
	
	.jcarousel_agenda {
		height: 250px !important;
	}
	
	.jcarousel_agenda li {
		height: 250px !important;
	}
	
	.TitDestaques {
		font: 27px 'ralewaybold', Arial, sans-serif;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.AreaAgenda {
		padding: 0px 00px 0px 20px;
	}
	
	.TitNoticias {
		font: 27px 'ralewaybold', Arial, sans-serif;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.TitFotos {
		font: 27px 'ralewaybold', Arial, sans-serif;
		padding-top: 30px;
		padding-bottom: 00px;
	}
	
	.TitContato {
		font: 27px 'ralewaybold', Arial, sans-serif;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.LogoContato {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.CampoForm {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.Lab3 {
		margin-top: 40px;
	}
}


@media screen and (min-width: 1280px) {	
	.dl-menuwrapper {
		display: none;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {	
	.dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-width: 999px) {	
	
	#menu {
		display: none;
	}
	.dl-menuwrapper {
		display: block;
	}
}