
/** CSS helpers file */
@import 'helpers.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: transparent;
}
body, html { font: normal 10px Trebuchet MS, Arial; height: 100%; font-size: 10px; background: #f4f4f4; }

ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

tbody {display:block; display:table-row-group;} /* IE and FF */


* {
	font-family:'Roboto', Helvetica, Arial;
	color: #3f3f3f;
}

a {
	color: #3255c8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.big {
	text-transform: uppercase;
}


.hide {
	display: none;
}

.bloco {
	width: 1000px;
	margin: 0 auto 0;
	padding-top: 34px;
	display: block;
	clear: both;
}

.e1col {
	float: left;
	width: 310px;
	position: relative;
}

.e2col {
	float: left;
	width: 656px;
	position: relative;
}

.e3col {
	float: left;
	width: 654px;
	height: 201px;
	position: relative;
	margin-top: 31px;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.pB {
	padding-bottom: 40px;
}

.mL {
	margin-left: 34px;
}

.mT {
	margin-top: 34px;
}
.mB {
	margin-bottom: 34px;
}
.wD {
	width: 310px;
}

.txt-cor {
	color: #3f3f3f !important;
}

button {
	cursor: pointer;
	*cursor: hand;
}

.btn-verde {
	background: #78b900;
	height: 40px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	float: left;
    position: absolute;
    width: 223px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 40px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    clear:both;
}


.btn-amarelo {
	background: #ffd101;
	height: 40px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	float: left;
    position: absolute;
    width: 223px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 40px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    clear:both;
}

.agenda_completa{
	color: #78b900;
	font-style: italic;
	border-bottom: 10px;
}

.bg-amarelo {
	background: #ffd101;
	color: #645200;
	font: 700 15px ;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.tit-cinza {
	color: #545454;
	text-transform: uppercase;
	font: normal 38px 'bebas_neueregular';
}

.border-padrao{
	border: 1px solid #e9e9e9;
	border-width: 0 1px 1px;
	border-radius: 0 0 3px 3px;
}

/* bloco 1 */

.e2col .chamada{
	margin-left: 34px;
}

.border-padrao{
	border: 1px solid #e9e9e9;
	border-width: 0 1px 1px;
	background: #fff;
}

/* bloco 2 */
.bloco-slider {
    height: 435px;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.mini {

}
.mini ul{
	overflow: hidden;
	list-style: none;
	width: 310px;
	height: 347px;
	position: relative;
}
.mini ul li{
	display: block;
	width: 310px;
	height: 336px;
}
.mini ul li a{position: relative;text-decoration: none;}
.mini ul li img{width: 310px;height: 217px;border: none;}


.descbanner {
    float: left;
   font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-left: 21px;
    margin-top: 7px;
    text-align: center;
    width: 267px;
}

.tit-banner {
    float: left;
    text-align: center;
    width: 310px;
    margin-top: 16px;
}

.btn-conheca {
	width: 223px;
	margin: 10px auto 0 41px;
}

/* bloco 3 */
.choque{
	text-indent: -9999px;
	background: url('../images/home/choque.jpg');
	float: left;
	width: 655px;
	height: 200px;
}

.choque strong
{
	text-indent: -9999px !important;
	display: inline-block;
}


.bloco-nomeu strong{
	position: absolute;
	text-transform: uppercase;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	top: 208px;
	left: 0;
}

.bloco-participe {
	background-color: #fff;
	height: 435px;
	margin: 34px 0 0 34px;
	width: 310px;
	float: left;
}
.border-padrao
{
	border: 1px solid #e9e9e9;
	border-width: 0 1px 1px;
	background-color: #fff;
}

.bloco-nomeu .border-padrao
{
	height: 200px;
}

.bloco-nomeu
{
	width: 310px;
	height: 202px;
	float: left;
	background-color: #fff;

}
.inst-bloco{
	margin:0 20px;
}

.inst-bloco img{
	float: left;
}

.instico{
	margin-left: 9px;
}

.twt-user {
	font-size: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #000;
	margin-top: 9px;
}

.inst-dados{
	float: left;
}

.inst-dados span{
	margin-left: 9px;
}

.inst-time{
	color: #579797;
	font: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.inst-txt{
	margin:10px 0 0;
	font-size: 15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #000;
	float: left;
}

.tamojunto {
	text-align: center;
	color: #000;
	font-size: 31px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	margin: 12px 0 10px -11px;
	display: block;
}

.txtJunto
{
	font-size:15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	margin:10px 0;
	color: #000;
}

.tamoJunto a
{
	font-size:15px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}


.btn-participe {
    margin: 129px 0 0 96px;
    width: 122px !important;
}

/* bloco 4 */
.agenda{
/*	height: 430px;
	width: 299px;
	border: 1px solid #e9e9e9;
	background: #fff;
	margin-left: 36px;
	margin-top: 34px;*/
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e9e9e9;
    height: 430px;
    margin-left: 35px;
    margin-top: 34px;
    width: 311px;
}



.agenda h2 {
	padding: 25px 0 0 29px;
}

.agenda ul {
	margin: 0 29px;
	width: 248px;
}

.agenda ul li {
	display: block;
	height: 74px;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 19px;
}

.agenda .bg-amarelo {
	line-height: 19px;
	width: 54px;
	padding: 10px 0 12px;
	margin: 0;
	text-align: center;
	color: #545454 !important;
	font-size: 26px;
	font-family: 'bebas_neueregular';
}

.agenda .bg-amarelo span {
	font-size: 17px;
	font-family: 'bebas_neueregular';
	color: #545454 !important;
	line-height: 12px;
}

.agenda .btn-verde {
	width: 119px;
	margin: 20px 0 0 92px;
}

.txt-agenda {
	width: 180px;
	margin-left: 10px;
}

.txt-agenda span {
	font-size:12px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.txt-agenda p {
	font-size:13px;
	font-weight: 500px;
	line-height:14px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	margin-top: 8px;
}


span.plus {
    background-image: url('../images/plus.jpg');
    height: 26px;
    left: 68px;
    position: absolute;
    top: 174px;
    width: 26px;
}
.mBanner{
	margin-bottom: 10px;
}

.icon-social{
	background-image: url('../images/icons-social.png');
	width: 22px;
	height: 22px;
	margin-left: 5px;
}

.facebook{
	background-position: 0 0;
}

.google{
	background-position: 23px 0;
}
.twitter{
	background-position: -31px 0;

}

.sombra {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.news {
	position: relative;
	font-size: 0;
}
.news p {
	position: absolute;
	display: none;
}
.news.error p.err  {
	color: #f00;
    display: block;
    font-size: 13px;
    left: 165px;
    top: -22px;
}

.news.ok p.ok  {
	color: #226D0F;
    display: block;
    font-size: 13px;
    left: 165px;
    top: -22px;
}

.news.error input {
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: #f00;
	line-height: 43px;
}

.news.error button {
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-color: #f00;
	line-height: 43px;
}
.news.error_campanha button {
	border-style: solid;
	border-color: #f00;
	line-height: 40px;
	border-radius: 3px;
	border-width:3px 3px 3px 3px;

}

.hideText {
	overflow: hidden;
	text-indent: -9999em;
}
