/* CSS Document */



div#main {
    background-image: url(../imagens/bg_coluna.jpg);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
}

div.bg-home {
    width: 757px;
    height: 980px;
    margin-left: 420px;
    background-image: url(../imagens/bg.png) !important;
    background-repeat: no-repeat;
    background-position: top right;
}

div.form {
    width: 707px;
    height: 100%;
    float: left;
    padding: 25px;
    text-align: left;
    background-color: #eeeeee;
}

div.coluna {
    width: 243px;
    height: 100%;
    float: left;
}

div.texto {
    width: 720px;
    height: 250px;
    float: left;
    margin-top: 110px;
    text-align:center;
}
/*@charset "utf-8";
/* CSS Document */

body {
    background-color: rgb(237,237,233);
    background-image: url('//ssl.gstatic.com/docs/forms/themes/images/v1/8e0a20cdc63c45fdf8ae64b4d46a179d82e90e46d70c10e000677e7f68e85452/game-night-bg.png');
    background-repeat: repeat;
    background-position: left top;
    font-family: "Calibri";
    color: rgb(118, 109, 107);
    font-weight: 400;
    font-size: 1.25rem;
    font-style: normal;
}
 

.sub-label {
    font-family: "Alegreya Sans";
    color: rgb(118, 109, 107);
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
}

#main-form {
    width: 100%;
    text-align: center;
}

#centro-home {
    width: 1000px;
    height: 830px;
    margin: 0 auto;
    text-align: left;
}

#centro-form {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.coluna-esq {
    width: 230px;
    float: left;
}

.coluna-direita {
    width: 700px;
    padding: 25px;
    float: left;
    text-align: left;
    background-color: #ffffff;
    color: rgb(90, 74, 64);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
}

    .coluna-direita td {
        padding: 5px;
    }

div.titulo {
    font-family: "Calibri";
    color: rgb(241, 194, 50);
    font-weight: 700;
    font-size: 2.46rem;
    font-style: normal;
}

.subtitulo {
    font-family: "Calibri";
    color: rgb(241, 194, 50);
    font-weight: 700;
    font-size: 1.84rem;
    font-style: normal;
}

.logo {
    width: 185px;
    height: 253px;
    margin: 0 25px;
}



input[type="text"] {
  
}

input[type="textarea"] {
    width: 350px;
    height: 23px;
    background-color: #ffffff;
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color:# 333;*/
    line-height: 14px;
    vertical-align: middle;
    margin-top: 3px;
    padding: 5px 5px 0 5px;
    margin: 0px 0px 0px 0px;
}

input[type="radio"] {
    width: 25px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color:# 333;*/
    vertical-align: top;
    margin: 4px 0px 4px 4px;
}

input-small {
    width: 200px;
}

.textarea {
    height: 80px;
    margin: 0px 0px 0px 0px;
    overflow: auto;
    padding-top: 3px;
}

.submit-div {
    text-align: center;
}

.submit {
    width: 250px;
    height: 50px;
    background-color: #069;
    color: #FFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding-top: -25px;
}

.revisao {
    color: #F00;
}

.CentralizarDiv {
    background-color: White;
    margin-left: -140px;
    margin-top: -20px;
    position: absolute;
    left: 59%;
    top: 111%;
}
