@charset "utf-8";
body{ background-color:#371C04;
padding:0px;
margin:0px;
font-family:verdana;
Font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
color:#2F2F2F
}
a {
    color:inherit;
    text-decoration: none;
}
}
a:visited {
    color: inherit;
    text-decoration: none;
}
h1{
	font-weight:bold;
	font-size:36px;
	margin-bottom:5px;
}
.confirma{
    background-color: #371C04;
    color:white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    height: 35px;
    padding-top: 5px;
    width:200px;margin: auto
}
.confirma:hover{
-webkit-filter: brightness(1.1);
   -moz-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
     -o-filter: brightness(1.1);
		filter: brightness(1.1);
}
.cxformi {
width:80%;
height:33px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;;
font-style:italic;
color:#58585B;
padding-right:5px;
border:solid;
border-width: thin;
border-radius: 5px;
border-color: #3C3C3B
margin:auto;
padding-left:10px;
}
.botao{
    font-family:Arial, Helvetica, sans-serif;
	border-radius:7px;
	background-color:#3C3C3B;
	padding:7px 15px 7px 15px;
	text-align:center;
	font-size:12px;
	margin:7px 0px 0px 7px;
	color:white
}
.botao:hover {
-webkit-filter: brightness(1.1);
   -moz-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
     -o-filter: brightness(1.1);
		filter: brightness(1.1);
}
.box{
	margin:auto;
	padding:20px;
	width:500px;
	
	background-color:#FBFBFB;
	border-radius:10px;
	position:relative
	}
.base{
 	width:130px;
	height:130px;
	border-radius:100px;
	background-color:#FBFBFB;
	z-index:1;
}

.corpo{
	width:650px;
	margin:auto;
	text-align:center;
	background-color:#EFE8DC;
	padding-top:1px;
    padding-bottom: 30px
}
.imagem{
height:300px;
width:auto;
z-index:21
}

label > input{ /* HIDE RADIO */
  display:none;
}
label > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  color:white
}
label > input:checked + div{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}
.nao {
	float:right;
	background-color:#c1272d;
	display:block;
	width:90px;
	height:60px;
	border-radius:100px;
	text-align:center;
	padding-top:30px;
	color:white;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif: ;
	font-weight:bold;
	font-size:23px	
}
.poise{
	width:200px;
    height: 30px;
	margin:auto;
	position:relative;
    
	z-index:20
}
.nao:hover{
-webkit-filter: brightness(1.2);
   -moz-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
     -o-filter: brightness(1.2);
		filter: brightness(1.2);
}
.sim {
	background-color:#009245;
	float:left;
	display:block;
	width:90px;
	height:60px;
	border-radius:100px;
	text-align:center;
	padding-top:30px;
	color:white;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif: ;
	font-weight:bold;
	font-size:23px
}
.sim:hover{
-webkit-filter: brightness(1.1);
   -moz-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
     -o-filter: brightness(1.1);
		filter: brightness(1.1);
}
.gescolha{
	position:relative;
	margin-top:20px;

}
