body{
	  background-color: #DDDDDD;
		/* background: url(fundo2.jpg); */
  	/* background-repeat:no-repeat; */
		/* background-size: cover; */
		/* background-attachment: fixed; */
	  font-size: 14px;
	  font-family: "Calibri", "Arial", sans-serif;
	  line-height: 0.5;
}

.containeriframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 49%;
}

/* Then style the iframe to fit in the container div with full height and width */
.iframeresponsivo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#tabelabranca {
  width: 100%;
  background-color: #FFFFFF;
}

#tabelaazul {
  width: 100%;
  background-color: #334D6C;
}

#tabelavermelha {
  width: 100%;
  background-color: #983434;
}

#tabelacinza {
  width: 100%;
  background-color: #CCCCCC;
}

#tabelatransparente {
  width: 100%;
}

.centralizado {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

span.textocentral{
   align:center;
   vertical-align:middle;
}

span.bordadireita{
   float: right;
   margin-left: 10px;
   width: 5%;
}

#linkpreto{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-family: "Calibri", "Arial", sans-serif;
}

a:link{
	color: #555555;
	text-decoration: none;
}

a:visited{
	color: #555555;
	text-decoration: none;
}

a:hover{
	color: #2222ee;
}

a:active{
	color: #2222ee;
}

font.titulo{
	color: #eeeeee;
	font-size: 28px;
	font-weight: bold;
	font-family: "Calibri", "Arial", sans-serif;
}

font.destaque{
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  font-family: "Calibri", "Arial", sans-serif;
  line-height: 30px;
}

p.descritivo{
	color: #eeeeee;
	/* background-color: #983434; */
	background-color: #ED1C24;
	padding: 10px;
	font-size: 24px;
	font-family: "Calibri", "Arial", sans-serif;
	font-weight: bold;
	line-height: 15px;
}

p.preto{
	color: #222222;
	font-size: 22px;
	font-family: "Calibri", "Arial", sans-serif;
	line-height: 20px;
}

p.pretomenor{
  color: #222222;
  font-size: 14px;
  font-family: "Calibri", "Arial", sans-serif;
  line-height: 15px;
}

p.cinzaclaro{
	color: #EEEEEE;
	font-size: 22px;
	font-family: "Calibri", "Arial", sans-serif;
}

p.subtitulo{
	color: #000000;
	font-size: 24px;
	font-family: "Calibri", "Arial", sans-serif;
}

p.rodape{
	color: #333333;
	font-size: 10px;
	font-family: "Calibri", "Arial", sans-serif;
}

p.rodapemenor{
	color: #555555;
	font-size: 8px;
	font-family: "Calibri", "Arial", sans-serif;
}

p.rodapepreto{
  color: #000000;
  padding: 5px;
  font-size: 10px;
  font-family: "Calibri", "Arial", sans-serif;
}

p.centrobranco{
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Calibri", "Arial", sans-serif;
	text-align: center;
}

p.alerta{
  color: #EE0000;
  padding: 10px;
  font-size: 24px;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: bold;
  line-height: 22px;
}

p.aviso{
  color: #22DD55;
  padding: 10px;
  font-size: 24px;
  font-family: "Calibri", "Arial", sans-serif;
  font-weight: bold;
  line-height: 22px;
}

p{
	color: #000000;
}

form.fbranco{
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Calibri", "Arial", sans-serif;
}

img.responsivavertical{
	width: 60%;
}

img.aniversarios{
	width: 35%;
	height: 35%;
}

img.reduzida {
    max-width:300px; 
    height:auto;
}

#quadrados{
	position:relative
}

#quadrados:hover{
	top:-10px;box-shadow:0 10px 10px #666
}

#pdf-exemplo {
    border: 1px solid black;
}

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=password], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=file], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=date], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=number], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=tel], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=radio].itens {
  width: 100%;
  /* padding: 12px; */
  /* border: 1px solid #ccc; */
  /* border-radius: 4px; */
  /* box-sizing: border-box; */
  /* resize: vertical; */
  accent-color: #bb0000;
  position: relative;
  top: 12px;
  left: -250px;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 18px;
	font-family: "Calibri", "Arial", sans-serif;
	line-height: 15px;
  font-weight: bold;
}

label.normal {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 18px;
  font-family: "Calibri", "Arial", sans-serif;
  line-height: 15px;
  font-weight: normal;
}

label.alinhado {
  padding: 0px 0px 0px 0;
  display: inline-block;
  font-size: 16px;
  font-family: "Calibri", "Arial", sans-serif;
  line-height: 16px;
  vertical-align: middle;
  font-weight: normal;
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit].esquerdo {
  background-color: #FF5555;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

button {
  background-color: #FF5555;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

button.central {
  background-color: #EB982E;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
}

button.esquerdo {
  background-color: #004C99;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

button.direito {
  background-color: #004C99;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.containercentralizado {
  border-radius: 5px;
  background-color: #F2F2F2;
  padding: 20px;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  width: 500px;
  height: 200px;
  margin-top: -100px;
  margin-left: -250px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for images: 50% width */
.col-50 {
  float: center;
  width: 50%;
  margin-top: 6px;
}

/* Floating column for inputs with background color: 75% width */
.col-75cinza1 {
  float: left;
  width: 75%;
  margin-top: 6px;
  background-color: #dddddd;
}

.col-75cinza2 {
  float: left;
  width: 75%;
  margin-top: 6px;
  background-color: #cccccc;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 

