/*css da Coseac*/
.center {margin:0 auto;}
@media screen and (min-width: 601px) {
	.img {
  		max-width: 100%;
  		height: auto;
	}	
	.tabela0
	{ 	
    width: 80%;
		align: center;    
	}

	.tabela1
	{ 
    	width: 100%;
      margin: auto;
      align: center;         
	}

.rotuloCampo
{ 
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: top;
  margin-left: 14px;  
}

.titulo
{ 
  display: inline-block;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: middle;
  background-color:#0053a8;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0 10px 0;
}

.titulo2
{ 
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  line-height: 12px;
  color: #000000;
  text-align: justify;
  margin: 10px 0 10px 0;
}

.texto0
{ 
  display: inline-block;
  font-family: Arial;
  font-weight: bold;  
  font-size: 12px;
  color: #000000;
  text-align: justify;
}


.texto1
{ display: inline-block;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  text-align: justify;
}

.aviso0
{ font-size: 10px;
  font-family: Arial;
  color: #ffffff;
  text-align: justify;  
}


.aviso1
{ font-size: 12px;
  font-family: Arial;
  color: #ffffff;
  text-align: justify;  
}

.aviso2
{ font-size: 10px;
  font-family: Arial;
  color: #000000;
  text-align: justify;  
}


.avisoNis
{ font-size: 12px;
  font-family: Arial;
  color: #000000;
  text-align: justify;  
  width: 100%;
}
  
.avisoIsencao
{	display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
}
  
.avisoIsencao2
{	display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
    font-weight: bold;    
    margin-top: 5px;
}

select
{ 	border: 1px solid #000;
	width: auto;
	height: 20px;  	
	margin-left: 14px;
	font-size: 14px;
 	line-height: 20px;
	border-radius: 4px;
	margin-bottom: 10px;
}

textarea, 
input[type=text],
input[type=date]
{ 	font-size: 14px;
	margin-left: 14px;  	  	
	border: 1px solid #000;	
    border-radius: 4px;  
	margin-bottom: 10px;
}

input[type=submit], input[type=button] {
  border: 2px solid #0053a8;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 10px 2em;
  font-weight: bold;
  color: #0053a8; 
}

input[type=reset] {
  border: 2px solid #FF0000;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 10px 2em;
  font-weight: bold;
  color: #FF0000;
}

}
/* ******* fim do PC ****/

/* **************************************************************************************************************************** */
@media screen and (max-width: 600px) {
	.img {
		max-width: 100%;
		height: auto;
	}

	.tabela0
	{ 	width: 100%;
    margin: auto;		
	}

	.tabela1
	{ 	width: 100%;
      margin: auto;		
	}

.rotuloCampo
{ display: inline-block;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);  
  vertical-align: top;
  margin-left: 4px;  
  margin-bottom: 10px; 
}

.titulo
{ display: inline-block;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;  
  background-color:#0053a8;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0 10px 0;
}

.titulo2
{ display: inline-block;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  width: 98%;
  display: inline-block;
  text-align: justify;
  margin: 10px 0 10px 0;
}

.texto0
{ display: inline-block;
  font-family: Arial;
  font-weight: bold;  
  font-size: 12px;
  color: #000000;
  text-align: justify;
}

.texto1
{ display: inline-block;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  text-align: justify;
}

.aviso0
{ font-size: 10px;
  font-family: Arial;
  color: #ffffff;
  text-align: justify;  
}

.aviso1
{ font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  width: 98%;
  display: inline-block;
  text-align: justify;
}

.aviso2
{ font-size: 10px;
  font-family: Arial;
  color: #000000;
  text-align: justify;  
}


select
{ 	border: 1px solid #000;
	width: 90%;
  	margin-bottom: 10px;
  	margin-left: 4px;
  	font-size: 18px;
 	line-height: 24px;
    border-radius: 4px;
	margin-bottom: 10px;    
}

textarea, 
input[type=text], 
input[type=date]
{ 
  	font-size: 18px;
	margin-left: 4px;  	
  	margin-bottom: 10px;
	border: 1px solid #000;	
	border-radius: 4px;  
	width: 90%;	
	margin-bottom: 10px;	
}

input[type=submit], input[type=button] {
  border: 2px solid #0053a8;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 5px 1em;
  font-weight: bold;
  color: #0053a8;  
  font-size: 20px;  
  margin: 10px 0 10px 0;
}

input[type=reset] {
  border: 2px solid #FF0000;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 5px 1em;
  font-weight: bold;
  color: #FF0000;
  font-size: 20px;  
}

}
/* ******* fim do celular ****/