*, body {
    margin: 0px;
    font-family:arial;
    font-size:15px;
    color:#333;
}

a {
    text-decoration: none;
}

input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

header {
    display: flex;
    background-color:#2f75b5;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: fixed;
}

header div {
    display: flex;
    width: 100%;
    max-width:400px;
    padding:15px 10px 15px 10px;
    box-sizing: border-box;
}

header div img {
    width: 25px;
    height: 21px;
    margin: 0px 0px 0px 15px;
}

header div p {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin: 3px 0px 0px 40px;
}

footer {
    display: flex;
    background-color:#fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position:fixed;
    bottom: 0px;
    z-index: 99;
    border-top: #757575 solid 2px;
}

footer div {
    display: flex;
    width: 100%;
    max-width:400px;
    padding:10px 10px 10px 10px;
    box-sizing: border-box;
    justify-content: space-around;
}

footer div img {
    width: 30px;
    height: 30px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.caixas-home {
    display: flex;
    background-color:#fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.caixas-home > div {
    display: flex;
    width: 100%;
    max-width:400px;
    padding:10px 10px 10px 10px;
    box-sizing: border-box;
    justify-content: space-around;
}

.caixas-home > div div {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 10px;
    background-color: #2f75b5;
    color: #fff;
    height: 65px;
    width: 31%;
    box-sizing: border-box;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.caixas-home > div div p {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.caixas-home > div div .destaque {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}

.grafico-home {
    display: flex;
    background-color:#fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: -15px;
}

.grafico-home > div {
    display: flex;
    width: 100%;
    max-width:400px;
    padding:10px 10px 10px 10px;
    box-sizing: border-box;
    justify-content:space-between;
}

.grafico-home > div .nome {
    width: 32%;
    height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
}

.grafico-home > div .nome p {
    font-size: 12px;
}

.grafico-home > div .grafico{
    background-color: #c00000;
    width: 24%;
    height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.grafico-home > div .grafico div {
    height: 100%;
    background-color: #2f75b5;
}

.grafico-home > div .valores {
    width: 38%;
    height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
}

.grafico-home > div .valores p {
    font-size: 12px;
}

.lista-multiplicadores, .detalhe-multiplicador, .desempenho-multiplicador, .lista-posts, .det-post,
.des-post, .menu, .area-compartilhamento, .form-post
{
    display: flex;
    background-color:#fff;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 2px 10px;
    box-sizing: border-box;
}

.lista-multiplicadores .cab {
    display: flex;
    width: 100%;
    max-width: 400px;
    border-bottom: #666 solid 2px;
    margin: 20px 0px 5px 0px;
}

.lista-multiplicadores .cab p {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px;
}

.lista-multiplicadores .cab .col1, .lista-multiplicadores .det .col1 {
    display: flex;
    justify-content: left;
    width: 75%;
}

.lista-multiplicadores .cab .col2, .lista-multiplicadores .det .col2 {
    display: flex;
    justify-content: center;
    width: 25%;
}

.lista-multiplicadores .det {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 3px 0px 3px 0px;
}

.lista-multiplicadores .det p {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.lista-multiplicadores > a, .bt-verde {
    text-align: center;
    margin: 20px 0px 10px 0px;
    background-color: #006a25;
    border-radius: 50px;
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.bt-azul {
    text-align: center;
    margin: 20px 0px 10px 0px;
    background-color: #2f75b5;
    border-radius: 50px;
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.label-titulo-pq {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.label-nome-gd {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}

.detalhe-multiplicador input {
    border: #666 solid 1px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.botao {
    margin-top: 30px;
    text-align: center;
}

.destaque-desempenho {
    font-size: 70px;
    font-weight: bold;
    margin: -10px 10px;
}

.descricao-desempenho {
    font-size: 16px;
    font-weight: normal;
}

.label-titulo {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    color: #2f75b5;
    margin: 15px 10px;
}

.titulo-pagina {
    text-align: center;
    color: #2f75b5;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.foto-titulo {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
}

.foto-titulo .col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 70px;   
}

.foto-titulo .col1 img {
    width: 90px;
    height: 70px;
    margin: 0px;
}

.foto-titulo .col2 {
    margin-left: 10px;
}

.foto-titulo .col2 .p1, .det-post > div .p1,.des-post > div > div:nth-child(1) p:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
}

.foto-titulo .col2 .p2, .det-post > div .p2, .des-post > div > div:nth-child(1) p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.score-botao {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.score-botao .col1 {
    background-color: #c00000;
    width: 28%;
    height: 25px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.score-botao .col1 div {
    background-color: #2f75b5;
    height: 100%;
}

.score-botao .col2 {
    width: 40%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.score-botao .col3 {
    width: 28%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-botao .col3 a {
    font-size: 10px;
    color: #fff;
    background-color: chocolate;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 5px;
}

.p-botao-final {
    margin: 10px 0px 80px 0px;
    text-align: center;
}

.det-post {
    margin-top: -15px;
}

.det-post > div {
    display: flex;
    background-color:#fff;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    align-items:start;
    padding: 2px 10px;
    box-sizing: border-box;
}

.det-post > div img {
    margin-top: 10px;
    width: 100%;
}

.det-post > div > div {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
}

.det-post > div > div > div:nth-child(1), .des-post > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.det-post > div > div > div:nth-child(1) p:nth-child(1), .des-post > div > div:nth-child(2) p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
}

.det-post > div > div > div:nth-child(1) p:nth-child(2), .des-post > div > div:nth-child(2) p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
}

.det-post > div > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content:space-around;
    align-items: center;
}

.det-post > div > div > div:nth-child(2) a {
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 10px;
    text-decoration: none;
}

.det-post > div > div > div:nth-child(2) p:nth-child(1) a {
    background-color: #2f75b5;
}

.det-post > div > div > div:nth-child(2) p:nth-child(2) {
    margin-top: 5px;
}

.det-post > div > div > div:nth-child(2) p:nth-child(2) a {
    background-color: #fff;
    padding: 6px 21px;
    border: #006a25 solid 2px;
    color: #006a25;
    font-weight: bold;
}

.des-post {
    margin-top: -15px;
}

.des-post > div {
    display: flex;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 10px 10px;
}

.des-post > div > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 63%;
    align-items: start;
    justify-content: center;
}

.des-post > div > div:nth-child(2) {
    justify-content: start;
    border-left: #999 solid 1px;
    width: 37%;
}

.menu > div {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 20px;
    border-bottom: #999 solid 1px;
    border-right: #999 solid 1px;
    background-color: #fff;
    position:absolute;
    left: -180px;
    top: 51px;
    z-index: 199;
    width: 180px;
}

.menu > div > a {
    padding: 13px 3px;
    border-bottom: #ddd solid 1px;
    font-size: 16px;
    color: #666;
}

.td_form {
	width:100%;
	height:35px;
	padding:0px 10px;
	vertical-align:bottom;
}

.label_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
	font-weight:normal;
	margin:10px 0px 0px 4px;
}

.input_1 {
	font-size:22px;
	color:#555555;
	font-weight:normal;
	margin-left:4px;
	border-radius:5px;
	height:45px;
	width:100%;
	margin:0px;
	border: #999 solid 1px;
	background-color:#FFF;
	padding:0px 5px 0px 5px;
}

.input_peq {
	font-size:22px;
	color:#555555;
	font-weight:normal;
	margin-left:4px;
	border-radius:5px;
	height:35px;
	width:70px;
	margin:0px;
	border: #999 solid 1px;
	background-color:#FFF;
	padding:0px 5px 0px 5px;
	text-align:right;
}

.input_1_valor {
	font-size:22px;
	color:#555555;
	font-weight:normal;
	margin-left:4px;
	border-radius:5px;
	height:45px;
	width:100%;
	margin:0px;
	border: #999 solid 1px;
	background-color:#FFF;
	padding:0px 5px 0px 5px;
	text-align:right;
}

.valor_numerico {
	text-align:right;
}

.select_1 {
	font-size:22px;
	color:#555555;
	font-weight:normal;
	margin-left:4px;
	border-radius:5px;
	height:45px;
	width:100%;
	margin:0px;
	border: #999 solid 1px;
	background-color:#FFF;
}

.select_2 {
	font-size:22px;
	color:#555555;
	font-weight:normal;
	margin-left:4px;
	border-radius:5px;
	height:45px;
	width:80%;
	margin:0px;
	border: #999 solid 1px;
	background-color:#FFF;
}

.botao-verde-whats {
	background-color:#009232;
	border-radius:10px;
	width:100%;
	color:#FFF;
	padding:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:16px;
	vertical-align:middle;
}

.botao-verde {
	background-color:#060;
	border-radius:10px;
	width:100%;
	color:#FFF;
	padding:10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:20px;
}

.botao-laranja {
	background-color:#C63;
	border-radius:10px;
	width:100%;
	color:#FFF;
	padding:10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:20px;
}

.botao-vermelho {
	background-color:#c00000;
	border-radius:10px;
	width:100%;
	color:#fff;
	padding:10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:20px;
}

.area-compartilhamento {
    border-bottom: #999 solid 1px;
    margin-bottom: 15px;
}

.area-compartilhamento > div {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    padding-bottom: 10px;
}

.area-compartilhamento > div > p {
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.link {
    font-size: 12px;
    font-weight: normal;
    color: blue;
}

.area-compartilhamento > div > div > p {
    font-weight: bold;
    color: #333;
    margin: 10px 0px;
}

.area-compartilhamento > div > div img {
    width: 35px;
    margin: 0px 2px;
}

.form-post input {
    border: #666 solid 1px;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 10px;
}

.form-post textarea {
    border: #666 solid 1px;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    text-align: left;
    padding: 10px;
    height: 100px;
}

.form-post img {
    width: 380px;
    margin: 0px 10px;
    border: #666 solid 1px;
}

.form-post > div {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-around;
}