/* SEDUC DPID - Manuel Afonso 47061 em 10/04/2020 */
* {
    transition: 0s;
    -webkit-transition: 0s;
}
.custom-control-label::before, .custom-control-label::after {
   height: 1.2em;
   width: 1.2em;
}
span{ font-size: 70%; }

.segmento{
   border-bottom: 2px solid var(--tp7);
   color: var(--tp7);
   margin-bottom: 0.5em;
}

.cor{
   border-radius:0.3em;
   height:1.2em;
}
.Azul{ background-color:#105F88; }
.Amarelo{ background-color:#ffc107; }
.Verde{ background-color:#28a745; }
.Rosa{ background-color:#e83e8c; }
.Laranja{ background-color:#f78e00; }
.Marrom{ background-color:#6f3110; }
.Roxo{ background-color:#5d106f; }
.Escuro{ background-color:#242424; }
.corOpcao{ width:23%; }
.corOpcaoDif { height:1.5em; margin-bottom:0.3em }
#img_foto{
	border: 0.12em solid var(--tp2);
	border-radius:0.4em;
    cursor: pointer;
}

.unidadeEscolar{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.1rem solid var(--tp2);
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3rem;
    padding: .6rem 1.0rem;
    width: 95%;
}
.unidadeEscolar:focus {
  border-color: var(--tp3);
  outline: 0;
}