﻿/* FORMULÁRIO
-----------------------------------------------------------*/
.wr-contato .ct p {
    padding-left:10%;
}
.wr-contato .ct .bx-media-social {
    margin-top:10px;
}
.pg .col {
    width:50%;    
}
.pg .col-2 {
    margin-top:20px;
}
.pg-meus-dados .fm-check {
    top:auto;
}

/* RODAPE
-----------------------------------------------------------*/
.wr-rodape .ct p {
    float: none;
    font-size: 0.8em;
    text-align: center;
    padding-left:0;
}
.wr-rodape .ct img {
    float:none;
    margin:2% 0 20px;
    display:none;
}
.wr-rodape .ct p {
    margin-top:3%;
    font-size:1em;
    padding-left:2%;
}
.wr-rodape .ct img {
    float:left;
    text-align:center;
}
/* HOME
-----------------------------------------------------------*/
.bx,
.bx.meio {
	margin: 1% !important;
    width: 98%;
	height: auto;
}
.bx img {
    height:35%;    
}

/*DOWNLOADS + QUIZ + REGULAMENTO
-----------------------------------------------------------*/
.pg-downloads .ct-downloads li,
.pg-quiz .ct-quiz li,
.pg-regulamento .ct-regulamentos li {
    display: block;
    float: left;
    margin-left: 0;
    margin-bottom:10px;
    width: 100%;
}
/*LOGIN
-----------------------------------------------------------*/
.wr-deslogado .ct .pg .col-1 h1 img {
    width:100%;
}
.fm-botoes ul li {
    width:100%;
    margin-right:0;
    margin-bottom:10px;
}
.fm-botoes ul li.meio {
    margin:0 0 10px 0;
}
.fm-botoes .btn-esq,
.fm-botoes .btn-dir {
    width:100%;
    padding:0;
    margin-bottom:10px;
}
.fm-botoes .btn-esq:last-child, .fm-botoes .btn-dir:last-child {
    width:100%;
    padding:0;
    margin-bottom:0;
}

	.pg-noticias  iframe{
		height: 250px;
	}
	
	
.bx-carrossel-home li {
	background-size: cover;
	height: 200px;
}
.carrossel-home .bx-wrapper .bx-pager, .carrossel-home .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}
.tb tr th.col-4,
.tb tr th.col-5,
.tb tr td.col-4,
.tb tr td.col-5{
display: none;
}

.pg-desempenho table tr.desktop {
	display: none;
}
.pg-desempenho table tr.mobile {
	display: block;
}

.pg-desempenho .span6,
.pg-desempenho .span6> div {
	width: 100%;
	float: left;
}
.bx-desempenho .dataTables_paginate ul li.next,
.bx-desempenho .dataTables_paginate ul li.prev {
width: 100%;
}
.bx-desempenho .dataTables_paginate ul li.next a,
.bx-desempenho .dataTables_paginate ul li.prev a {
	text-align: left;
}
@media screen and (max-width:380px) {
    .wr-contato .ct p {
        width:90%;
    }
    .wr-topo .ct .bx-info-user .bx-pontuacao {
        position: absolute;
        top: 100px; 
    }
    .bx {
        height:480px;
    }
	.fm-check label {
		  width: 85%;
	}
	.pg-noticias  iframe{
		height: 170px;
	}
}