/*
_____________________________________						 
		DADOS DA ESCOLA
_____________________________________
*/
fieldset.portais-border__dados-escola {
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	padding: 0 1.4em 1.4em 1.4em;
	width: 265px;
	height: 306px;
	left: 165px;
	top: 499px;
}

legend.portais-border__dados-escola {
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	width: auto;
}

.opcao-portais__dados-escola {
	border-left: 3px solid #A6E9D5;
}

.opcao-portais__dados-escola p {
	font-weight: 700;
	font-size: 20px;
	color: #3F444A;
	margin-left: 10px;
}
.opcao-portais__dados-escola span{
	color: #3F444A;
	margin-left: 10px;
	font-size: 12px
}
/*
__________________________________					 
	CALENDÁRIO ESCOLAR VIGENTE
__________________________________
*/
fieldset.portais-border__calendario {
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	padding: 0 1.4em 1.4em 1.4em;
	width: 265px;
	height: 252px;
	left: 165px;
	top: 499px;
}

legend.portais-border__calendario {
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	width: auto;
}

#primeiro-bimestre {
	border-left: 2px solid #A6E9D5;
}

#segundo-bimestre {
	border-left: 2px solid #FFDA6A;
}

#terceiro-bimestre {
	border-left: 2px solid #FD9843;
}

#quarto-bimestre {
	border-left: 2px solid #DE5C9D;
}


.opcao-portais__calendario p {
	font-weight: 700;
	font-size: 20px;
	color: #3F444A;
	margin-left: 10px;
}
.opcao-portais__calendario span{
	color: #3F444A;
	margin-left: 10px;
	font-size: 12px
}
/* 
_________________________________
		 NOTICIAS
_________________________________
*/
fieldset.portais-border__noticias {
	border: 1px solid #ddd;
	border-radius: 0.25rem 0.25rem 0 0;
	padding: 0 1.4em 1.4em 1.4em;
	width: 800px;
	max-width: 90vw;
	height: auto;
	min-height:150px;
}

legend.portais-border__noticias {
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	width: auto;
}
/* 
______________________________________
    ACOMPANHAMENTO DE MATRÍCULAS
______________________________________ 
*/
fieldset.portais-border__acompanhamento {
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	padding: 0 1.4em 1.4em 1.4em;
	width: 800px;
	max-width: 90vw;
	height: auto;
	min-height:150px;
	
}

legend.portais-border__acompanhamento {
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	width: auto;
}

/* 
___________________________________________
ESTILO DA PARTE INFERIOR DOS FIELDSETS DE:
																							
-NOTÍCIAS													
-ACOMPANHAMENTO DE MATRÍCULAS				
___________________________________________
*/
.bloco__parte-inferior {
	border: 1px solid #ddd;
	border-radius: 0rem 0rem 0.25rem 0.25rem;
	padding: 0 1.4em 1.4em 1.4em;
	width: 800px;
	max-width: 90vw;
	height: 59px;
}
@media (max-width: 600px){
	
	.height-auto-600{
	height:auto;
}

	
}




