@CHARSET "ISO-8859-1";



/* MEDIA QUERIES PARA TELAS 'GRANDES' - acima de 960px */
@media screen and (min-width: 961px) {

/* CATEGORIAS NO HEADER */
.itemCategoria {
	font-size: 1.15vw;
}

/* NAVEGACAO LATERAL	*/
.navLateral ul a:link { 
   font-size: medium;
} 

.navLateral ul a:active { 
   font-size: medium; 
} 

.navLateral ul a:visited { 
   font-size: medium; 
} 

.navLateral ul li a:hover { 
   font-size: medium; 
} 


/* FORMULARIOS	*/
input[type="text"], .form input[type="email"], .form input[type="password"], input[type="date"], .form input[type="number"], input[type="number"], .form input[type="time"], .form textarea, select, 
#divConteudoAlunoSel input[type="text"], textarea {
    font-size: 1.5vw; 
}

/*	span para texto após outro span	*/
.spanTexto {
	/*width: 80% !important;*/
}

/*	'POP-UP'	*/
.popup label {
    width: 700px;
}

/*	TABS	*/
.tab-links a {
	font-size:1.5vw;
}



}











/* MEDIA QUERIES PARA TELAS 'GRANDES' - acima de 1270px */
@media screen and (min-width: 1270px) {

/* FORMULARIOS	*/
label>span {
    font-size: 1vw;  
}

input[type="text"], .form input[type="email"], .form input[type="password"], input[type="date"], .form input[type="number"], .form input[type="time"], .form textarea, select, textarea {
    font-size: 1.3vw; 
}

/*	TABS	*/
.tab-links a {
	font-size:1.2vw;
}


}





/* MEDIA QUERIES PARA TELAS 'GIGANTES' - acima de 1600px */
@media screen and (min-width: 1600px) {
	
/* FORMULARIOS	*/
label>span {
    font-size: 0.8vw;  
}
	
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="time"], textarea, select, textarea {
    font-size: 1vw; 
}

/*	TABS	*/
.tab-links a {
	font-size:1vw;
}

}
