@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Droid+Sans');

.icone_imprimir {
	width:40px;
	height:40px;
	margin:10px;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}

.icone_imprimir:hover {
	color:blue;
	transform: scale(1.3);
}

.icone_conteiner {
    font-family: 'Droid Sans', sans-serif;
	cursor:pointer;
	/*display:inline-block;*/
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	/*text-align:center;
	padding:0;
	margin-left:20px;
	padding-right:20px;
	vertical-align:top;
	margin:0px;*/
	margin-bottom:10px;
	/*padding-left:0px;
	padding-right:0px;*/
	font-size:1em;
	transition: all .15s ease-in-out;
	/*width:100px;*/
	/*max-width:150px;*/
	/*background-color:#FF0;*/
	width:auto;
	max-width:150px;
	margin: 0 10px 10px 10px;
}

.aluno_novo {
    display: none;    
}

.icone_box {
	width:80px;
	height:80px;
	/*border-radius:0px;*/	
	/*background-color:rgba(255,0,0,1);*/
	/*background-image:url(../../online/_css/so_icon_faltando.png);*/
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;	
	/*box-shadow:0 2px 4px #555;*/
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin-left:auto;
	margin-right:auto;
	/*display:block;*/
	image-rendering: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icone_material {
	width:80px;
	height:60px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;	
	margin-left:auto;
	margin-right:auto;
	image-rendering: auto;
	display: flex;
	justify-content: center;
	align-items: center;	
	filter: drop-shadow(0 1px 1px rgba(0,0,0,0.12)) drop-shadow(0 1px 1px rgba(0,0,0,0.24));
	transition: all 0.1s ease-in-out;
}

.icone_material:hover {
	transform: scale(1.2);
	filter: drop-shadow(0 5px 7px rgba(0,0,0,0.25)) drop-shadow(0 3px 2px rgba(0,0,0,0.22));
	/*animation: pulsacao .5s alternate infinite;*/
}

.icone_material p {
	width:80px;
	margin: 0px auto 10px auto;
	text-align:center;
	font-size:13px;
	line-height: 15px;
	font-weight:normal;
	/*text-shadow:0px 0px 2px #FFF;*/
	padding:0 3px; 
	white-space: normal;
	font-family: so_fontecondensed_regular;
}

.icone_prova {
	width:70px;
	height:70px;
	font-weight: 900;
	/*font-family: Impact, "Arial Black", Haettenschweiler, "Franklin Gothic Bold", "sans-serif";*/
	font-family: so_fontetitulo_bold;
	font-size: 3em;
}

.icone_box.redondo {
	border-radius:50%;
}

.icone_box.quadrado {
	/*border-radius:7px;*/
	border-radius: 24%;
}

.icone_conteiner a {
	text-decoration:none;
	color:#000;
}

.icone_box.squircle {
 	width: 52.1em;
	height: 52.1em;
	position: relative;
  display: inline-block;
	margin:1em auto;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 50% 0;
  &>* {
	  position: absolute;
	  width: 100%;
	  display: inline-block;
	  height: 100%;
	  background: 50% 50% no-repeat;
	  z-index:5;
  }
  &:before,
  &:after,
  >*:before,
  >*:after{
    position: absolute;
 	  background: #00aeef;
  }
  &:before{
    top: 0;
    left: 4em;
    border-top-left-radius: 20em 10em;
    width: 50%;
    bottom: 0;
    border-bottom-left-radius: 20em 10em;
    content: "";  
  }
  &:before {
    top: 0;
    left: 4em;
    border-top-left-radius: 80% 10em;
    width: 50%;
    bottom: 0;
    border-bottom-left-radius: 80% 10em;
    content: "";
  }
  &:after {
    top: 0;
    bottom: 0;
    right: 4em;
    border-top-right-radius: 80% 20%;
    border-bottom-right-radius: 80% 20%;
    width: 25em;
    content: "";
  }
  >*:before {
    top: 4em;
    bottom: 4em;
    border-top-left-radius: 100% 50%;
    border-bottom-left-radius: 100% 50%;
    width: 10em;
    content: "";
  }
  >*:after {
    top: 4em;
    bottom: 4em;
    right: 0;
    border-top-right-radius: 100% 50%;
    border-bottom-right-radius: 100% 50%;
    width: 10em;
    content: "";
    z-index:4;
  }
}

.icone_conteiner p {
	width:80px;
	margin: 5px auto 10px auto;
	text-align:center;
	font-size:13px;
	line-height: 15px;
	font-weight:normal;
	/*text-shadow:0px 0px 2px #FFF;*/
	padding:3px; 
	white-space: normal;
	font-family: so_fontecondensed_regular;
}

.comentario {
	width:100%;
	margin: 5px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height: 10px;
	font-weight:normal;
	/*text-shadow:0px 0px 2px #FFF;*/
	font-family: so_fontecondensed_regular;
	color: gray;
}

.icone_conteiner.ico_contratante .icone_box{
	border:2px solid #fc0e1c; /* vermelho tijolo */	
}

.icone_conteiner.ico_contratante p {
	background-color:#fc0e1c; /* vermelho tijolo  */
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
}

.icone_conteiner.ico_contratante p.quadrado {
	border-radius:4px;
}

.icone_conteiner.ico_contratante p.redondo {
	padding-left:10px;
	padding-right:10px;
	border-radius:20px;
}
	
.icone_conteiner a p {
	/*text-shadow:0px 0px 2px #FFF;*/
}

.icone_box:hover {
	/*text-shadow:0px 0px 2px #FFF;
	transform:scale(2);*/
}

.icone_conteiner:hover .icone_box {
	animation: pulsacao .3s alternate infinite;
  	animation-fill-mode:both;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	image-rendering: auto;
}

/************** HIGH SCHOOL *****************/

.highscool_icone_conteiner {
	width:auto;
	padding:10px 30px 10px 30px;
	height:120px;
	text-align: center;
	border-radius: 10px;
	/*background-color: rgba(200,200,200,0.25);*/
	/*background-color: white;*/
	display:inline-block;
}

.highscool_icone {
	position: relative;
}

.highschool_icone_badge {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:22px;
	background-image: url(../_icones/highschool_icone_badge.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.hs_boleto {
	width:79px;
	height:79px;
	border:1px solid gray;
	background-image: url(../_icones/highschool_boleto.png);
}

.hs_minhaturma {
	background-image: url(../_icones/highschool_minhaturma.jpg);	
}

.hs_circulares {
	background-image: url(../_icones/highschool_circular.jpg);
}

.hs_contato {
	background-image: url(../_icones/highschool_email.png);
}

.hs_material {
	background-image: url(../_icones/highschool_material.jpg);
}

.hs_informacoes {
	background-image: url(../_icones/highschool_informacoes.png);
}

.hs_folhetos {
	background-image: url(../_icones/highschool_mizzou.jpg);
}
/************* FIM HIGH SCHOOL *******************/


/************** MIDDLE SCHOOL *****************/

.middleschool_icone_conteiner {
	width:auto;
	padding:10px 30px 10px 30px;
	height:120px;
	text-align: center;
	border-radius: 10px;
	/*background-color: rgba(200,200,200,0.25);*/
	/*background-color: white;*/
	display:inline-block;
}

.middleschool_icone {
	position: relative;
}

.middleschool_icone_badge {
	position:absolute;
	top:-5px;
	left:-10px;
	width:32px;
	height:32px;
	background-image: url(../_icones/middleschool_icone_badge.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ms_boleto {
	width:79px;
	height:79px;
	border:1px solid gray;
	background-image: url(../_icones/highschool_boleto.png);
}

.ms_minhaturma {
	background-image: url(../_icones/highschool_minhaturma.jpg);	
}

.ms_circulares {
	background-image: url(../_icones/highschool_circular.jpg);
}

.ms_contato {
	background-image: url(../_icones/highschool_email.png);
}

.ms_material {
	background-image: url(../_icones/highschool_material.jpg);
}

.ms_informacoes {
	background-image: url(../_icones/highschool_informacoes.png);
}

.ms_folhetos {
	background-image: url(../_icones/highschool_mizzou.jpg);
}
/************* FIM MIDDLE SCHOOL *******************/



