:root {
  --cabecalho_altura: 65px;
  --rodape_altura: 165px;
}


body {
    padding-right: 0 !important;
    color: #333;
    background: white;
    font-family: Calibri, Helvetica, sans-serif;
}

.wow {
  visibility: hidden;
}

a:hover, a:focus, a:visited, a:link {
    text-decoration: none !important;
}

section {
    min-height: 10vh;
}

.center_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.cabecalho {
    background: #000000;
    color: white;
    height: var(--cabecalho_altura);
    display: flex;
    align-items: center;
    justify-content: center;

}

.cabecalho a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_cabecalho {
    max-height: calc(100% - 20px);
}

.corpo {
    min-height: calc(100vh - var(--cabecalho_altura) - var(--rodape_altura) );
}

.rodape {
    background: #000000;
    color: white;
    height: var(--rodape_altura);
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	flex-direction: column;
}

@media (max-width: 768px) {
		.rodape {
			font-size: 10px;
		}
}

#section_apresentacao {
    background: white;
    color: #333;
    padding: 25px 0;
}

.texto_apresentacao {
    font-family: Raleway, sans-serif;
    font-size: 16px;
}

.texto_apresentacao .t_destaque {
    font-size: 30px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
}

.texto_apresentacao .t_enfase {
    font-size: 35px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-family: "Droid Sans", sans-serif;
}

.texto_apresentacao .t_negri {
    font-weight: bold;
}


#section_processo_seletivo {
    background-color: rgba(247,247,247,1);
    color: #333;
    padding: 50px 0;
}

.separador {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.separador:after {
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background: rgb(0, 0, 0);
}

.texto_processo {
    font-family: Raleway, sans-serif;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.texto_processo .t_reduzido {
    background-color: transparent;
    color: rgb(74, 74, 74);
    font-size: 12px;
    font-family: Raleway, sans-serif;
}

.t_quantitativo {
    color: rgb(74, 74, 74);
    font-size: 14px;
    font-family: Raleway, sans-serif;
}


label {
    font-family: Raleway, sans-serif;
}

.botao {
    align-items: center;
    align-self: center;
    background-color: rgb(0, 0, 0);
    border-radius: 100px;
    color: #FFFFFF;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 412px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.botao:hover {
    color: #FFFFFF;
    transform: scale(1.05);
}


.botao_grande {
    align-items: center;
    align-self: center;
    background-color: rgb(0, 0, 0);
    border-radius: 100px;
    color: #FFFFFF;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    height: 64px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 412px;
    text-align: center;
    text-decoration: none;
}

.botao_medio {
    align-items: center;
    align-self: center;
    background-color: rgb(0, 0, 0);
    border-radius: 100px;
    color: #FFFFFF;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 00px;
    margin-top: 0px;
    max-width: 412px;
    text-align: center;
    text-decoration: none;
}

.botao_medio:hover {
	color: white;

}
