html {
	overflow: scroll;
}

body {
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
}

.centratexto {
    text-align: center !important;
}

.metade {
	width: 46%;
	float:left;
	height:34px;
}

#deco_banner {
    text-align: center; 
}

#deco_cab {
	margin-top:10px;
   	border:1px solid #cecaca;
	padding: 10px;  
	background-color: #f1f1f1; 
    border-radius: 5px;
}

#deco_cab > h1, h2 {
    text-align: center;
    color: gray;
}

#deco_cab > h1 {
    font-size: 18px;
}

#deco_cab > h2 {
    font-size: 16px;
}

#deco_corpo {
        /* validas para o elemento corpo /*
	/*text-align:left;            Alinha o texto a esquerda               */
	width: 100%;              /* Largura do elemento corpo               */
	height: 500px;             /* Altura do elemento corpo                */
   	margin: auto;
   	margin-top:10px;
	padding: 0px;                /* Espacamento entre as bordas do elemento */
}

#deco_rodape {
	margin-top:10px;
   	border:1px solid #cecaca;
	padding: 10px;  
	background-color: #f1f1f1; 
    border-radius: 5px;
}

#deco_rodape p {
	font-size: 12px;
	text-align: center;
}

.span1{
	color: #007bff;
	
    font-weight: bolder;
}

.span2{
	color: #007bff;
	font-size: 13px;
	font-weight: bolder;
	
}

.checkbox{
/*	color: #444444;
	font-size: 12px;
	text-align: center;
    */
}





form {
	padding:0px;
	margin:0px;
	}

label {
	font-size: 13px;
}

.btn {
    padding: 15px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}

.primary {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
}

.container {
    width: 1170px;
    margin: 0px auto;
}

input {
/*    text-transform: uppercase !important; */
    text-transform: uppercase;
    color: #495057;
    padding: 5px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

input:focus {
    background-color: #f1f1f1;
}

fieldset {
    border: 1px solid #cecaca;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

legend {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
#email {
  text-transform: lowercase;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .container, form, label, input {
    width: 98%;
    display: block;
  }
}