﻿:root {
	--barra-menu-largura: 300px;
}

body, html {
	background-color: var(--app-color-f2f2f2, #f2f2f2);
}

html {
	scroll-behavior: smooth;
}

.blocoTitulo {
	margin-bottom: 30px;
}

.titulo {
	display: flex;
	justify-content: center;
	margin: 2% 0;
}

.titulo.texto {
	font-size: 30px;
	font-weight: bold;
}

.menu {
    width: 100%;

    background-color: var(--app-color-f8f9fa, #f8f9fa);
    padding: 15px 25px 15px 5px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
	.blocoMenu {
		position: fixed;
	    top: 280px;
	    left: 0;
	    bottom: 0;
	    height: 100vh;
	    width: var(--barra-menu-largura);
	    overflow: auto;
	}

	.menu {
    	width: var(--barra-menu-largura);
	}
}

.menu ol {
	list-style-type: none;
}

.menu a {
	color: #4c5fbd;
    text-decoration: none;
    text-transform: none;
}

.texto-centro {
    padding: 20px 20px 20px 10px;
    background-color: var(--app-color-ffffff, #ffffff);
    overflow: auto;
	text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

.texto-lgpd {
	width: 80%;
	justify-content: center;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.texto-centro {
		position: fixed;
	    top: 280px;
	    bottom: 32px;
	    left: 300px;
	    right: 0;
	}
}

.texto-centro h2 {
    font-size: 1.5rem;
}

.texto-centro h3 {
    font-size: 1.2rem;
    margin: 2% 0% 1% 0%;
}

.blocoVaga {
	justify-content: center;
}

.vaga {
	widows: 100%;
}

@media screen and (min-width: 768px) {
	.blocoVaga {
		display: flex;
	}

	.vaga {
		display: inline-block;
		width: 400px;
	}
}

.titulo-vaga {
    font-weight: 400;
    text-align: center;
    font-size: 2em;
    margin: 0.5em 0 40px;
}

h6 {
    font-size: 1.2rem;
    color: #1d2649;
    text-align: center;
}

.dados-curriculo {
	padding: 25px 35px 10px 35px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.dados-curriculo {
		margin: 50px auto;
		width: 800px;
	}
}

.campo-completo {
	width: 100%;
}

.campo-cidade {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.campo-cidade {
		width: 580px;
	}
}

.campo-uf {
	width: 60px;
}

#modalCurriculo > .modal-dialog {
	width: 800px !important;
}

.resumoNome {
	color: var(--app-color-737373, #737373);
	font-size: 2em;
	text-align: center;
}

.resumoEndereco, .resumoTelefone, .resumoCpf, .resumoNasc {
	color: var(--app-color-737373, #737373);
	font-size: 0.8em;
	text-align: center;
}

.resumoEmail {
	color: var(--app-color-008000, #008000);
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

.resumoVaga {
	color: var(--app-color-737373, #737373);
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.resumoFormacaoTitulo,
.resumoCursoTitulo, 
.resumoExpeTitulo,
.resumoHabiliTitulo {
	font-weight: bold;
	font-size: 1.2em;
}

.resumoFormacao,
.resumoCurso,
.resumoExpe,
.resumoHabili {
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 40px;
	border-left-style: dotted;
	border-left-color: var(--app-color-008000, #008000);
}

.resumoEnviar {
	margin-top: 20px;
	width: 100%;
	color: var(--app-color-white, white);
	background-color: var(--app-color-008000, #008000);
	padding: 10px 10px 10px 10px;
	border: 1px solid var(--app-color-008000, #008000);
	transition-duration: 0.4s;
}

.resumoEnviar:hover {
	background-color: var(--app-color-white, white);
	color: var(--app-color-008000, #008000);
}


.selecionar-imagem-input[type='file'] {
	display: none
}

/* Apar�ncia que ter� o seletor de arquivo */
.selecionar-imagem-label {
	background-color: var(--app-color-3498db, #3498db);
	border-radius: 5px;
	color: var(--app-color-fff, #fff);
	cursor: pointer;
	margin: 10px;
	padding: 6px 20px
}

.secaoFiltro {
    width: 100%;
    border: 1px dashed var(--app-color-aeaeae, #aeaeae);
    border-radius: 5px;
    padding: 5px;
}

.secaoFiltro legend {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--app-color-6f6f6f, #6f6f6f);
}

.secaoFiltro > .mensagem {
	font-weight: normal;
    font-size: 0.8em;
    color: var(--app-color-red, red);
    display: none;
}

.secaoFiltro.erro {
    border: 1px dashed var(--app-color-ff0000, #ff0000);
}

.secaoFiltro.erro legend {
	color: var(--app-color-ff0000, #ff0000);
}

.secaoFiltro.erro > .mensagem {
	display: block;
}

#foto {
	width: 90%;
}

@media screen and (min-width: 768px) {
	#foto {
		width: 700px;
	}
}
