@import "normalize.css";
@font-face {
    font-family: 'Noto';
    src: url('../fontes/Noto/NotoSansSC-Black.otf');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'IBM_Plex_Serif';
    src: url('../fontes/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Darker_Grotesque';
    src: url('../fontes/Darker_Grotesque/DarkerGrotesque-Regular.ttf');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Darker_Grotesque-Bold';
    src: url('../fontes/Darker_Grotesque/DarkerGrotesque-Bold.ttf');
    font-weight: 900;
    font-style: bold;

}
@font-face {
    font-family: 'Darker_Grotesque-Black';
    src: url('../fontes/Darker_Grotesque/DarkerGrotesque-Black.ttf');
    font-weight: 900;
    font-style: bold;

}
/*** Elementos  ***/
body{
    font-family: 'Darker_Grotesque-Bold', sans-serif;
    font-size: 4vw;
    font-style: normal;
    color: black;
    background-color: #fff;
    letter-spacing: 0.05em;
}
a{
    text-decoration: none;
}
a[href="#top"]{
    padding:10px;
    position:fixed;
    top: 90%;
    right:20px;
    display:none;
    font-size: 20px;
    color: #953735;
    line-height: 0.6vw;
    font-family: 'IBM_Plex_Serif', "Times New Roman", serif!important;
    text-align: center;
}
a[href="#top"]:hover{
    text-decoration:none;
}

a[href="#top"] hr{
    border: 1px solid #953735;
}

h1, h2, h3, h4, h5{
    text-align: center;
}
label{
    display: block;
}
input[type="password"], input[type="text"], input[type="email"]{
    border-radius: 10px;
    border: 1px solid #94D8F6;
    padding-left: 15px;
}


/*** DIV's  ***/
div#conteudo{
    background-color: transparent;
}
div#conteudo h2{
    font-size: 6.5vw !important;
    margin-bottom: 30px;
    color: #C40303;
} 
div#conteudo h2#subTitulo{
    font-size: 5.2vw !important;
    font-weight: 900;
    margin-top: 5%;
    color: black;
    text-align: center;
}
div#conteudo h3{
    font-size: 4.5vw !important;
    margin-bottom: 5px;
    color: #C40303;
}
div#info{
    margin: 2% 0 0 5%;
    float: left;
}
div#menu{
    float: left;
    margin-right: 3%;
}
div#cabecalho{
    font-family: 'NotoSansSC-Black', "Times New Roman", serif!important;
    color:  white;
    background-color: #953735;
    font-size: 7vw !important;
    line-height: 8vw;
    text-align: center;
    padding-top: 2.5vw;
    width: 100%;
    min-height: 21vw;
}
div#voltar .resultados{
    text-decoration: underline!important;
    font-size: 4.5vw;
}


/*** Menus  ***/
ul#nav {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
ul#nav li {
    position: relative;
    margin-top: 1px;
}
ul#nav li:hover{
    text-decoration: underline;
}
li ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 100%;
}
ul#nav li a {
    display: block;
    text-decoration: none;
    color: #E2144A;
    ackground: #fff;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #94D8F6;
}
li ul#subMenu a{
    border: 1px solid #0493D3;
    background-color: #E7E7E7;
}
 li:hover ul { 
     display: block;
 }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul#menu{
    height: auto;
    padding: 5px 0;
    background-color: transparent;
    float: left;
    list-style-type:circle;
}
ul#menu li, ul#menuConsulta li{
    margin-bottom: 3px;
    line-height: 2.5em;
}
ul#menu li a:link, ul#menu li a:visited, ul#menu li a:active, ul#menuConsulta li a:link, ul#menuConsulta li a:visited, ul#menuConsulta li a:active{
    display:inline-block;
    text-decoration: none;
    color: black;
    padding-left:5px;
}

ul#menu li#continua{
    margin-top: 1cm;
    color: #174E86 !important;
    font-weight: 900 !important;
}

ul#menuConsulta{
    height: auto;
    margin: 3% 0px;
    background-color: transparent;
    list-style-type:circle;
}
ul#novaConsulta{
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 2%;
    width: 90%;
    height: auto;
    margin: 3% 0 3% 5%;
    clear: right;
    list-style-type:none;
}
ul#novaConsulta li a{
}
ul#novaConsulta li span{
    font-size: 5.2vw !important;
    font-weight: 900;
    color: black;
    padding-top: 50px;
}

/** botões  **/
input[type="button"]{
    margin-bottom: 10%;
    line-height: 5vw;
    padding: 5px 10px;
    background-color: #CCCCCC;
    font-weight: 900;
    border: none;
}
input[type="button"]:hover{
    background-color: #000000;
    color: #CCCCCC;
}

input[type="button"]#pesquisar{
    margin-left: 10%;
}
input[type="button"]#cancelar{
    margin-left: 70%;
}
input[type="button"]:focus{
    margin-bottom: 10%;
    line-height: 5vw;
    padding: 5px 10px;
    background-color: #CCCCCC;
    font-weight: 900;
    border: none;
}
/** tabelas  **/
table#opcaoQuestionario{
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin: -8px 0 0 0;
}
table#opcaoQuestionario tbody tr#abertura td{
    border: 2px solid #009;
    min-width: 90%;
    margin-left: 2.5%;
    
}
table#opcaoQuestionario thead tr th, table#opcaoQuestionario tbody tr td.titulo{
    text-align: center;
    background-color: #F9F9F9;
    line-height: 4vw;
    vertical-align: middle;
    width: 100%;
}
table#opcaoQuestionario tbody tr td{
    text-align: left;
}
table#opcaoQuestionario tbody tr td#introducao{
    padding: 0;
}

table tbody tr td div#principal{
    text-align: center;
    color: #000099;
    font-size: 4.1vw !important;
    font-weight: 900;
}table tbody tr td div#secundario{
    text-align: center;
    color: #000099;
    line-height: 1.4vw;
}
table#opcaoQuestionario tbody tr td.etiqueta{
    text-align: center;
    color: #000099;
    padding-left: 5%;
    width: 10%;
}

/** DropDown **/
select{
    border-radius: 10px;
    border: 1px solid #94D8F6;
    padding-left: 15px;
}
select#prefixos{
    border-radius: 10px;
    border: 1px solid #94D8F6;
    padding-left: 15px;
    width: 60%;
    margin-left: 40%;
}

/** classes **/
.texto{
    font-size: 4vw !important;
    letter-spacing: 0.1em;
    line-height: 4.1vw;
}
.negrito{
    font-family: 'Darker_Grotesque-Black', sans-serif;
    font-weight: 900;
    color: black;
}
.italico{
    font-style: italic;
}
.centro{
    text-align: center;
}
.direita{
    text-align: right;
}
.destaque{
    background-color: transparent;
    color: #F71010;
    line-height: 0.2vw;
    font-style: oblique;
}
.notas{
    background-color: transparent;
    color: #953735;
    line-height: 0.8vw;
    font-size: 3.8vw !important;
    font-style: oblique;
    font-family: 'Darker_Grotesque-Black', "Times New Roman", serif!important;
}
.realce{
    background-color: #FFF766;
}
.sublinhado{
    text-decoration: underline;
}
.esquerda{
    text-align: left;
}
.recuo{
    text-indent: 20px;
}
.comentario{
    border-style: none;
    border-bottom: #000000 solid 2px;
}



/* ícone da caixa de diálogo .ui-icon*/
.ui-dialog-titlebar-close{
    /* defina a imagem e o local do plano de fundo como seu ícone de fechamento personalizado */
    background-image: url('../img/close.png');
    background-repeat: none;
    background-size: cover;
}

.loader {
    margin: 2% 0 2% 40%;
    border: 2px solid #F2F2F2 ; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-bottom: 2px solid #953735; /* red */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
    font-size: 5vw !important;
    background-image: url('../img/ampulheta.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/** Rodapé **/
p#desenvolvimento{
    font-family: 'Darker_Grotesque-Bold', sans-serif;
    font-size: 4.6vw !important;
    text-align: center;    
}

