/*css da Coseac*/

@media screen and (min-width: 601px) {
	.img {
  		max-width: 100%;
  		height: auto;
	}	
	.tabela0
	{ 	
    width: 90%;		
	}

	.tabela1
	{ 
    	width: 100%;		
	}

.label
{ 
  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: 16px;
  color: #ffffff;
  vertical-align: middle;
  background-color:#001FFF;
  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: 16px;
  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;
}

.texto2
{ display: inline-block;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-align: justify;
}


.aviso1
{ font-size: 12px;
  font-family: Arial;
  color: #ffffff;
  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; 	
}

textarea, 
input[type=text],
input[type=date]
{ 	font-size: 14px;
	margin-left: 14px;  	  	
	border: 1px solid #000;	
    border-radius: 4px;  
	
}

/*
input[type=submit], input[type=button] {
  border: 2px solid #001FFF;
  background-color: #001FFF;
  border-radius: 5px;
  padding: 10px 2em;
  font-weight: bold;
  color: #001FFF;  
}
*/

input[type=reset], input[type=submit], input[type=button] {
  border: 2px solid #FF0000;
  background-color: #001FFF;
  border-radius: 5px;
  padding: 10px 2em;
  font-weight: bold;
  color: #FF0000;
}

}

/* **************************************************************************************************************************** */
@media screen and (max-width: 600px) {
	.img {
		max-width: 100%;
		height: auto;
	}

	.tabela0
	{ 	width: 100%;
		align: center;	
	}

	.tabela1
	{ 	width: 100%;
		align: center;	
	}

.label
{ 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;  
}

.titulo
{ display: inline-block;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;  
  background-color:#001FFF;
  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;
}


.aviso1
{ font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  width: 98%;
  display: inline-block;
  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; 	
}

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%;	
}

/*
input[type=submit], input[type=button] {
  border: 2px solid #001FFF;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 5px 1em;
  font-weight: bold;
  color: #e2a111;  
  font-size: 20px;  
  margin: 10px 0 10px 0;
}
*/

input[type=reset], input[type=submit], input[type=button] {
  border: 2px solid #FF0000;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 5px 1em;
  font-weight: bold;
  color: #FF0000;
  font-size: 20px;  
}



}