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-color: #0a0f1e;
	z-index: -2;
    position: relative;
}

html {
	width:100%;
	height:100%;
}

img {
	border:none;
	height: auto;
	max-width: 100%;
}

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: #ff2e8b;
    color: #ece211;
}
	
::selection {
    background: #ff2e8b;
    color: #ece211;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c1c1c1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #c1c1c1;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #c1c1c1;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #c1c1c1;
}

a, .BtEnviar, .CampoForm, .ItensVideos img, .BtEnviarForm, .BtAcessarContratantes2 {
	-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: 0px;
    padding-bottom: 15px;
}

.clear {
	clear:both;
}

blockquote {
    border-left: 1px solid #5fc8d2;
    padding-left: 20px;
    padding-top: 15px;
    margin: 0px;
}

.dl-menuwrapper {
	display: none;
}

.MenuMob {
	display: none;
}

@media screen and (min-width: 1221px) {	
	.dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-width: 999px) {		
	.dl-menuwrapper {
		display: block;
	}
}

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/






/* HOME $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Home {
	width: 100%;
	display: block;
	font-size: 0px;
	background-image: url(images/bg_home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1280px;
	text-align: center;
	position: relative;
    z-index: -1;
}

.AreaHome {
	max-width: 1150px;
	padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}

.AlexandrePires {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.AlexandrePires h1 {
	font: 46px 'PTSansBold', Arial, sans-serif;
	margin: 0px;
}

.AlexandrePires h1 span {
	font: 46px 'PTSansRegular', Arial, sans-serif;
}

.AlexandrePires div {
	font: 13px 'PTSansRegular', Arial, sans-serif;
	margin-top: -8px;
}

.BaileNegoVeio img {
	width: 100%;
	max-width: 559px;
	height: auto;
}

.DesanimaNao {
	margin-top: -35px;
}

.DesanimaNao img {
	width: 100%;
	max-width: 226px;
	height: auto;
}

.AlexandrePiresHome {
	margin-top: 40px;
}

.AlexandrePiresHome img {
	width: 100%;
	max-width: 594px;
	height: auto;
}

.HomeEsquerda {
	display: inline-block;
    vertical-align: top;
    z-index: 2;
    position: relative;
}

.HomeDireita {
    display: inline-block;
    vertical-align: top;
	margin-left: -60px;
    margin-top: 75px;
	width: 100%;
	max-width: 560px;
}

.MenuHome {
    margin-top: 60px;
}

.HomeFoto {
	display: none;
}

@media screen and (max-width: 1220px) {
	.AlexandrePiresHome img {
		max-width: 494px;
	}
	
	.HomeDireita {
		margin-left: -10px;
    	max-width: 430px;
	}
}

@media screen and (max-width: 1020px) {
	.AlexandrePiresHome img {
		max-width: 410px;
	}
	
	.HomeDireita {
		margin-left: -10px;
    	max-width: 380px;
	}
}

@media screen and (max-width: 870px) {
	.AlexandrePiresHome img {
		max-width: 350px;
	}
	
	.HomeDireita {
		margin-left: 0px;
    	max-width: 380px;
		margin-top: 35px;
	}
	
	.AreaHome {
		width: 95%;
	}
}

@media screen and (max-width: 769px) {
	.HomeEsquerda {
		display: none;
	}
	
	.HomeDireita {
		margin-top: 15px;
	}
	
	.AlexandrePires {
		margin-bottom: 0px;
		text-align: left;
	}
	
	.AreaHome {
		width: 90%;
	}
	
	.HomeFoto {
		display: block;
		float: right;
		margin-top: -30px;
		max-width: 270px;
	}
	
	.MenuHome {
		margin-top: 20px;
		float: right;
		max-width: 140px;
	}
	
	.MaiorFesta {
		margin-top: -870px;
	}
}

@media screen and (max-width: 415px) {
	.AlexandrePires h1 {
		font: 40px 'PTSansBold', Arial, sans-serif;
	}
	.AlexandrePires h1 span {
		display: block;
		margin-top: -22px;
		font: 40px 'PTSansRegular', Arial, sans-serif;
	}
}

/* HOME $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/






/* MAIOR FESTA $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.MaiorFesta {
	width: 100%;
	display: block;
	font-size: 0px;
	background-image: url(images/bg_a_maior_festa.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1280px;
	text-align: center;
	margin-top: -560px;
	padding-top: 360px;
}

.AreaMaiorFesta {
	max-width: 1200px;
	padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}

.MaiorFestaEsquerda {
    display: inline-block;
    vertical-align: top;
    max-width: 615px;
    margin-top: 110px;
}

.MaiorFestaDireita {
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    position: relative;
    margin-left: -115px;
    margin-top: -100px;
}

.AMaiorFestaHits90 {
	margin-bottom: 80px;
}

.AMaiorFestaHits90 img {
	width: 100%;
	max-width: 614px;
	height: auto;
}

.UmaMistura {
	color: #FFF;
	font: 35px 'kg_broken_vessels_sketchRg', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.TextoMaiorFesta {
	color: #FFF;
	font: 23px 'OpenSansRegular', Arial, sans-serif;
	margin-bottom: 45px;
}

.TextoMaiorFesta span {
	text-decoration: underline;
}

.Texto3HorasShow {
	margin: 0 auto;
	max-width: 410px;
}

.HorasDeDuracao img {
	width: 100%;
	max-width: 443px;
	height: auto;
}

.clearFesta {
	display: none;
}

@media screen and (max-width: 1330px) {
	.MaiorFestaEsquerda {
		margin-top: 30px;
	}
	
	.MaiorFestaDireita {
		margin-left: -75px;
		margin-top: -100px;
		max-width: 500px;
	}
	
	.AMaiorFestaHits90 {
		margin-bottom: 40px;
	}
	
	.HorasDeDuracao {
		z-index: 3;
		position: relative;
	}
}


@media screen and (max-width: 1160px) {
	.MaiorFestaEsquerda {
		max-width: 435px;
		margin-top: 10px;
	}
	
	.MaiorFestaDireita {
		margin-left: -15px;
		margin-top: -90px;
		max-width: 440px;
	}
}


@media screen and (max-width: 1020px) {
	.MaiorFesta {
		margin-top: -680px;
	}
	
	.MaiorFestaEsquerda {
		max-width: 400px;
		margin-top: 10px;
	}
	
	.MaiorFestaDireita {
		margin-left: -15px;
		margin-top: -90px;
		max-width: 400px;
	}
	
	.AreaMaiorFesta {
		width: 95%;
	}
}

@media screen and (max-width: 870px) {
	.MaiorFesta {
		margin-top: -790px;
	}
}

@media screen and (max-width: 830px) {
	.clearFesta {
		display: block;
	}
	
	.MaiorFestaEsquerda {
		max-width: inherit;
		margin-top: 10px;
	}
	
	.MaiorFestaDireita {
		display: none;
	}
	
	.TextoMaiorFesta {
		margin-bottom: inherit;
	}
	
	.AMaiorFestaHits90 {
		margin-top: -60px;
	}
}

@media screen and (max-width: 769px) {
	.MaiorFesta {
		margin-top: -870px;
		min-height: 1140px;
	}
}

/* MAIOR FESTA $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/






/* SUCESSOS $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Sucessos {
	width: 100%;
	display: block;
	background-image: url(images/bg_sucessos.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -420px;
	padding-top: 245px;
	padding-bottom: 205px;
	font-size: 0px;
}

.AreaSucessos {
	padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}

.TextoJuntamosMaioresHits {
	font: 35px 'kg_broken_vessels_sketchRg', Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	max-width: 990px;
	margin: 0 auto 60px auto;
}

.EntreOutrosSucessos {
	font: 20px 'kg_broken_vessels_sketchRg', Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}

.NomesMusicas {
    font: 90px 'strawberry_blossomregular', Arial, sans-serif;
    color: #28ff74;
    display: inline-block;
    margin: 0px 20px 30px 20px;
    line-height: 70px;
	text-shadow: 4px 3px 0px #662d8f;
}

.NomesMusicas div {
	font: 45px 'strawberry_blossomregular', Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #662d8f;
}

@media screen and (max-width: 769px) {
	.Sucessos {
		padding-top: 180px;
	}
}

/* SUCESSOS $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/







/* AGENDA $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Agenda {
	width: 100%;
	display: block;
	background-image: url(images/bg_agenda.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -240px;
	padding-top: 245px;
	font-size: 0px;
	min-height: 1004px;
}

.AreaAgenda {
	max-width: 1100px;
	padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}

.TitAgenda {
	float: left;
}

.Contratantes {
	float: right;
	text-align: center;
}

.BtAcessarContratantes {
	display: block;
	width: 205px;
	height: 63px;
	margin: 10px auto 0 auto;
	background-image: url(images/bt_acessar.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.BtAcessarContratantes:hover {
	background-image: url(images/bt_acessar_over.png);
}

.ItensAgenda {
    display: inline-block;
    text-align: left;
    max-height: 470px;
}

.ItemAgenda {
	margin-bottom: 10px;
}

.DataAgenda {
    display: inline-block;
    vertical-align: middle;
    font: 87px 'third_railregular', Arial, sans-serif;
    color: #FFF;
    text-align: center;
    line-height: 70px;
    padding: 20px 20px 15px 20px;
    width: 100px;
    margin-right: 15px;
    border-radius: 100%;
    border-top: 8px solid #662d8f;
    border-right: 10px solid #662d8f;
    border-bottom: 3px solid #662d8f;
    border-left: 2px solid #662d8f;
    background-color: #05bec9;
}

.DataAgenda div {
	font: 27px 'ralewaysemibold_italic', Arial, sans-serif;
	text-transform: uppercase;
}

.LocalAgenda {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font: 65px 'strawberry_blossomregular', Arial, sans-serif;
	line-height: 45px;
	color: #FFF;
}

.LocalAgenda div {
	font: 20px 'ralewaysemibold', Arial, sans-serif;
}

.LocalAgenda span {
	letter-spacing: 3px;
}

@media screen and (max-width: 1140px) {
	.AreaAgenda {
		width: 95%;
	}
	
	.TitAgenda {
		max-width: 300px;
	}
}

@media screen and (max-width: 1040px) {
	.TitAgenda {
		max-width: 300px;
	}
}

@media screen and (max-width: 980px) {
	.TitAgenda {
		display: block;
		float: none;
		text-align: center;
		margin: -120px auto 20px auto;
	}
}

@media screen and (max-width: 670px) {
	.LocalAgenda {
		font: 45px 'strawberry_blossomregular', Arial, sans-serif;
	}
	
	.LocalAgenda div {
		font: 16px 'ralewaysemibold', Arial, sans-serif;
	}
	
	.DataAgenda {
		font: 57px 'third_railregular', Arial, sans-serif;
		line-height: 48px;
		padding: 20px 15px 15px 20px;
		width: 70px;
		border-top: 7px solid #662d8f;
		border-right: 9px solid #662d8f;
		border-bottom: 2px solid #662d8f;
		border-left: 1px solid #662d8f;
		background-color: #05bec9;
	}
	
	.DataAgenda div {
		font: 20px 'ralewaysemibold_italic', Arial, sans-serif;
	}
}

@media screen and (max-width: 480px) {
	.LocalAgenda {
		font: 35px 'strawberry_blossomregular', Arial, sans-serif;
	}
	
	.LocalAgenda div {
		font: 14px 'ralewaysemibold', Arial, sans-serif;
	}
	
	.DataAgenda {
		font: 40px 'third_railregular', Arial, sans-serif;
		line-height: 30px;
		padding: 13px 11px 10px 17px;
		width: 43px;
		border-top: 4px solid #662d8f;
		border-right: 6px solid #662d8f;
		border-bottom: 2px solid #662d8f;
		border-left: 1px solid #662d8f;
		background-color: #05bec9;
	}
	
	.DataAgenda div {
		font: 15px 'ralewaysemibold_italic', Arial, sans-serif;
	}
}

@media screen and (max-width: 370px) {
	.LocalAgenda {
		font: 30px 'strawberry_blossomregular', Arial, sans-serif;
	}
	
	.LocalAgenda div {
		font: 14px 'ralewaysemibold', Arial, sans-serif;
	}
	
	.DataAgenda {
		font: 35px 'third_railregular', Arial, sans-serif;
		line-height: 30px;
		padding: 9px 18px 6px 10px;
		width: 30px;
		border-top: 3px solid #662d8f;
		border-right: 4px solid #662d8f;
		border-bottom: 2px solid #662d8f;
		border-left: 1px solid #662d8f;
		background-color: #05bec9;
	}
	
	.DataAgenda div {
		font: 15px 'ralewaysemibold_italic', Arial, sans-serif;
	}
}

/* AGENDA $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/







/* OUÇA $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Ouca {
    width: 100%;
    display: block;
    background-image: url(images/bg_ouca.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: left;
    margin-top: -415px;
    padding-top: 285px;
    font-size: 0px;
    min-height: 820px;
    position: relative;
    z-index: -1;
}

.AreaOuca {
	max-width: 545px;
	padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}

.TitOuca {
	float: left;
	margin-bottom: 40px;
}

.SeguirSpotify {
	float: left;
	margin-bottom: 20px;
}

.EmbedSpotify {
	width: 100%;
	max-width: 300px;
	background-image: url(images/sombra_spotify.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 00px 35px 60px 00px;
}

@media screen and (max-width: 630px) {
	.Ouca {
		background-image: url(images/bg_ouca_mob.jpg);
    	background-position: bottom center;
		min-height: inherit;
		padding-top: 185px;
    	padding-bottom: 50px;
	}

	.TitOuca {
		float: none;
		text-align: center;
	}
	
	.EmbedSpotify {
		width: 100%;
		max-width: inherit;
		padding: 00px 00px 60px 00px;
	}
}

/* OUÇA $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/







/* VIDEOS $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Videos {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #3c125a;
	font-size: 0px;
	padding-bottom: 450px;
}

.AreaVideos {
	/*max-width: 1200px;*/
	padding: 0px 0px 0px 0px;
	width: 86.5%;
	margin: 0 auto;
}

.VideoDestaque {
	margin: 0 auto;
	width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	
	-webkit-box-shadow: 0 15px 10px 0 rgba(1,1,1,0.15);
	box-shadow: 0 15px 10px 0 rgba(1,1,1,0.15);
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ItensVideos {
	margin-top: 40px;
}

.ItensVideos img {
	border: 2px solid rgba(255,200,10,0.00);
	cursor: pointer;
}

.ItensVideos img:hover {
	border: 2px solid rgba(255,200,10,1.00);
}

/* VIDEOS $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/







/* FIQUE LIGADO $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.FiqueLigado {
    width: 100%;
    display: block;
    background-image: url(images/bg_fique_ligado.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: left;
    margin-top: -415px;
    padding-top: 205px;
    font-size: 0px;
    min-height: 1415px;
    position: relative;
    z-index: 1;
}

.AreaFiqueLigado {
	max-width: 1050px;
	padding: 0px 0px 0px 0px;
	width: 90%;
	margin: 0 auto;
}

.TitFiqueLigado {
	float: left;
}

.IconesRedes {
	margin-top: 80px;
	display: inline-block;
}

.IconesRedes div {
    font: 50px 'strawberry_blossomregular', Arial, sans-serif;
	color: #3c125a;
	text-align: center;
	margin-bottom: 30px;
}

.BtInstagram {
	display: inline-block;
}

 .BtFacebook{
	display: inline-block;
	margin: 0px 40px;
}
 
.BtTwitter {
	display: inline-block;
}

.InstagramWidget {
	margin-top: 100px;
}

.InstagramWidget img {
	display: block;
}

@media screen and (max-width: 880px) {
	.FiqueLigado {
		background-image: url(images/bg_fique_ligado_mob.png);
		text-align: center;
		padding-top: 85px;
		min-height: 1255px;
	}
	.TitFiqueLigado {
		float: none;
	}
}

@media screen and (max-width: 485px) {
	.FiqueLigado {
		padding-top: 115px;
		min-height: 1025px;
	}
	.BtInstagram {
		max-width: 75px;
	}
	 .BtFacebook {
		max-width: 75px;
		margin: 0px 20px;
	}
	.BtTwitter {
		max-width: 75px;
	}
	.InstagramWidget {
		margin-top: 40px;
	}
	.IconesRedes {
		margin-top: 30px;
	}
}

/* FIQUE LIGADO $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/







/* CONTATO $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Contato {
    width: 100%;
    display: block;
    background-image: url(images/bg_contato.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -250px;
    padding-top: 805px;
    padding-bottom: 35px;
    min-height: 700px;
    position: relative;
    z-index: 1;
    color: #FFF;
	font-size: 0px;
}

.AreaContato {
	max-width: 1200px;
	padding: 0px 0px 0px 0px;
	width: 95%;
	margin: 0 auto;
}

.ContatoEsquerdo {
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px;
	margin-bottom: 40px;
}

.ContatoDireito {
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px;
}

.BtEnviarForm {
	border: none;
	background-color: transparent;
	background-image: url(images/bt_enviar.png);
	width: 205px;
	height: 63px;
	cursor: pointer;
}

.BtEnviarForm:hover {
	background-image: url(images/bt_enviar_over.png);
}

.LogoGuetto {
	text-align: center;
	margin: 25px 20px;
	display: inline-block;
	vertical-align: middle;
}

.LogoNNConsultoria {
	text-align: center;
	margin: 25px 20px;
	display: inline-block;
	vertical-align: middle;
}

.LogoNNConsultoria img {
	margin-bottom: 10px;
}

.LogoNNConsultoria a {
	color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}

.RedesContatos {
	text-align: center;
	font-size: 0px;
}

.RedesContatos a {
    font: 22px 'ralewayextralight', Arial, sans-serif;
	color: #FFF;
	padding: 0px 15px;
	margin: 10px 00px;
	display: inline-block;
}

.RedesContatos a:hover {
	color: #d93e83;
}

.RedesContatos a span {
    font: 22px 'ralewaybold', Arial, sans-serif;
}

.RedesContatos a:before {
	content: " ";
	width: 32px;
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: text-top;
	border-radius: 4px;
	margin: -3px 7px 0px 0px;
}

.BtRedeFacebook:before {
	background-color: #136faa;
	background-image: url(images/ico_bt_facebook.png);
}

.BtRedeInstagram:before {
	background-color: #873b90;
	background-image: url(images/ico_bt_instagram.png);
}

.BtRedeTwitter:before {
	background-color: #00acec;
	background-image: url(images/ico_bt_twitter.png);
}

.BtRedeYouTube:before {
	background-color: #ff0909;
	background-image: url(images/ico_bt_youtube.png);
}

.LinhaRedes {
	width: 70%;
	margin: 50px auto;
	border: 1px solid #d93e83;
}

.Lab3 {
	width: 100%;
	max-width: 135px;
	margin: 0 auto;
	display: block;
}

.BtAcessarContratantes2 {
	display: block;
	width: 208px;
	height: 66px;
	margin: 10px auto 0 auto;
	background-image: url(images/bt_acessar_2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.BtAcessarContratantes2:hover {
	background-image: url(images/bt_acessar_2_over.png);
}

.ItemContato {
	margin-bottom: 22px;
}

.ItemContato a {
    font: 16px 'ralewaysemibold', Arial, sans-serif;
	color: #FFF;
}

.ItemContato a:hover {
	color: #9b7831;
}

.DepartNome {
    font: 20px 'third_railregular', Arial, sans-serif;
	color: #f6ba31;
	text-transform: uppercase;
	line-height: 22px;
}

.DepartNome div {
	color: #FFF;
}

.TelDepart {
    font: 25px 'robotoblack', Arial, sans-serif;
	color: #FFF;
}

.TelDepart span {
    font: 25px 'robotolight', Arial, sans-serif;
}

.TitContato {
    margin-bottom: 5px;
    text-align: left;
}

.CampoForm {
    background-color: transparent;
    border: none;
    outline: none;
	resize: none;
    color: #662d8f;
    width: 380px;
    font: 15px 'ralewaysemibold', Arial, sans-serif;
	background-position: top left;
	background-repeat: no-repeat;
}

textarea.CampoForm {
	height: 152px;
}

.CampoNome {
	background-image: url(images/bg_form_nome.png);
	padding: 35px 20px 24px 20px;
    margin-bottom: 10px;
}

.CampoEmail {
	background-image: url(images/bg_form_email.png);
    padding: 31px 20px 28px 20px;
}

.CampoMensagem {
    background-image: url(images/bg_form_mensagem.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 10px 10px 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 940px) {
	.ContatoEsquerdo {
		padding: 0px 20px;
	}
	.ContatoDireito {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 500px) {
	.ContatoDireito {
		margin-bottom: 50px;
	}
	.LinhaRedes {
		margin: 20px auto;
	}
	.RedesContatos {
		text-align: left;
	}
	.RedesContatos a {
		font: 17px 'ralewayextralight', Arial, sans-serif;
	}
	.RedesContatos a span {
		font: 17px 'ralewaybold', Arial, sans-serif;
	}
	.CampoForm {
		width: 80%;
		max-width: 380px;
	}
}

@media screen and (max-width: 490px) {
	.ContatoEsquerdo {
		padding: 0px 0px;
		display: block;
	}
	.ContatoDireito {
		padding: 0px 0px;
		display: block;
	}
}

/* CONTATO $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/







/* CONTRATANTES $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.AreaItensContratantes {
	border-top: 1px solid #ffc80a;
}

.TituloContratantesInterno {
    font: 63px 'kg_broken_vessels_sketchRg', Arial, sans-serif;
    color: #ffc80a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    letter-spacing: -3px;
}

.BtDownload {
	font: 16px 'ralewaybold', Arial, sans-serif;
    color: #ffc80a;
    display: block;
	padding: 7px 5px 12px 7px;
	border-bottom: 1px solid #ffc80a;
}

.BtDownload:hover {
	font: 16px 'ralewaybold', Arial, sans-serif;
	background-color: #ffc80a;
    color: #3c125a;
}

.BtDownload:before {
    content: "";
    background-image: url(images/ico_download.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.FormContratantes {
	text-align: center;
    padding: 20px 0px;
}

@media screen and (max-width: 490px) {
	.TituloContratantesInterno {
		font: 43px 'kg_broken_vessels_sketchRg', Arial, sans-serif;
	}
}

/* CONTRATANTES $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

