
@font-face {
	font-family: 'Dosis-Bold';
	src: url('../fonts/Dosis-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Dosis-ExtraBold';
	src: url('../fonts/Dosis-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Dosis-ExtraLight';
	src: url('../fonts/Dosis-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Dosis-Light';
	src: url('../fonts/Dosis-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Dosis-Medium';
	src: url('../fonts/Dosis-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Dosis-Regular';
	src: url('../fonts/Dosis-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Dosis-SemiBold';
	src: url('../fonts/Dosis-SemiBold.ttf') format('truetype');
}


/* CORES CENAM
Verde Escuro: R0  G63  B38
Cerde Claro.: R44 G137 B65
Facebook....: R59 G89  B152
*/

.verde_escuro {color: rgb(0,63,38);}
.verde_escuro_bg {background-color: rgb(0,63,38);}
.verde_claro {color: rgb(44,137,65);}
.verde_claro_bg {background-color: rgb(44,137,65);}
.facebook {color: rgb(59,89,152);}
.instagram {color: rgb(255,140,0);}
.twitter {color: rgb(0,172,238);}
.branco {color: rgb(255,255,255);}
.cinza_icone {background-color: #f8f8f8;}
.vermelho {color: rgb(255,0,0);}

a {
	text-decoration: none;
	color: rgb(44,137,65);
}

html,body{
	width: 100%;
	height:100%;
}


body {
	font-family: "Dosis-Regular"; 
	color:rgb(44,137,65);
	font-size: 1.5em;
}

.titulo {
	color: rgb(255,255,255);
	font-size: 8em;
	font-weight: bold;
	text-shadow:0px 0px 5px rgb(0,63,38),
	0px 0px 10px rgb(0,63,38),
	0px 0px 15px rgb(0,63,38),
	0px 0px 20px rgb(0,63,38),
	0px 0px 25px rgb(0,63,38),
	0px 0px 30px rgb(0,63,38),
	0px 0px 35px rgb(0,63,38),
	0px 0px 40px rgb(0,63,38);
}

.sombra {
	color: rgb(255,255,255);
	text-shadow:0px 0px 5px rgb(0,63,38),
	0px 0px 10px rgb(0,63,38),
	0px 0px 15px rgb(0,63,38),
	0px 0px 20px rgb(0,63,38),
	0px 0px 25px rgb(0,63,38),
	0px 0px 30px rgb(0,63,38),
	0px 0px 35px rgb(0,63,38),
	0px 0px 40px rgb(0,63,38);
}

#conteudo {
	margin: 0 auto;
	width: 100vmax;
	text-align: center;
	padding: 1em;
	height: 100vh;
}

#logotipo {
	width: 50em;
	margin: 0 auto 10px auto;
	height: 10em;
}

#logotipo #logo{
	float:left;
	width: 15em;
}

#logotipo #textos_logo {
	float: right;
	width: 34.5em;
	text-align: center;
	padding-top: 45px;
}

#logotipo .titulo_logo {
	font-family: "Dosis-ExtraBold";
	font-size: 52px;
	letter-spacing: .1em;
}

#logotipo .subtitulo_logo {
	font-family: "Dosis-SemiBold";
	font-size: 48px;
	letter-spacing: .75em;
}

#icone {
	height: 4em;
	display: inline-block;
	border-radius: 15px;
	width: 5em;
	text-align: center;
	margin: .25em;
}

#icone #superior {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 70%;
	font-size: 1.3em;
	padding-top: .25em;
}

#icone #inferior {
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 30%;
	font-family: "Dosis-Medium";
	font-size: .65em;
	padding-top: .25em;
}

.textos {
	width: 90vw;
	margin: 0 auto;
	height: 100%;
	font-size: 0.75em;
	position: relative;
}

.titulos {
	font-family: "Dosis-ExtraBold";
}

.subtitulo {
	font-family: "Dosis-ExtraBold";
	font-size: 2em;
	letter-spacing: 0.5em;
	padding: .25em 0 .25em 0;
}

#cabecalho_div {
	position: sticky;
	top: 0;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	padding: 5px;
	background-color: rgba(44,137,65,.25);
}

#cabecalho_div span {
	padding: 0vw 1vw 0vw 1vw;
}

#rodape-div {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#pagina {
	width: 100vh;
	height: 100vw;
}

section {
	margin-top: 1rem;
	width: 100vmax;
}

.gradiente {
	background-image: linear-gradient( to right, rgb(44,137,65), transparent, transparent, transparent,  rgb(44,137,65) );
}

/*ABAS*/

.TabControl {
		width:100%; overflow:hidden; height:400px
}

.TabControl #header {
	width:100%;
	overflow:hidden;
	cursor:hand
}

.TabControl #content {
	width: 85vw;
	border: solid 1px;
	overflow: auto;
	height: 280px;
	padding: 10px;
}

.TabControl .abas {
	display:inline;
}

.TabControl .abas li {
	float:left;
	list-style: none;
}

.aba {
	height:30px;
	border:solid 1px;
	border-radius:5px 5px 0 0;
	text-align:center;
	padding:5px;
}

.ativa {
	height:30px;
	border:solid 1 px;
	border-radius:5px 5px 0 0;
	text-align:center;
	padding:5px;
	background-color: rgb(44,137,65);
}

.ativa span, .selected span {
	color:#fff;
}

.TabControl .conteudo {
	display:none;
	height:100%;
}

.selected {
	height:30px;
	border:solid 1 px;
	border-radius:5px 5px 0 0;
	text-align:center;
	padding-top:5px;
	background-color: rgb(44,137,65);
}
/* FIM ABAS */

.convenio {
	width: 25vw;
	padding: 1rem;
	list-style: none;
	height: 10vh;
	display: inline-block;
	float: left;
}

.convenio img {
	width: 20vh;
}


#trabalhe_conosco input[type="text"],
#trabalhe_conosco select,
#contato input[type="text"],
#vagas input[type="text"] {
	border: solid 1px rgb(44,137,65);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	width: 500px;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	margin-top: 10px;
	padding: 4px 0 4px 0;
}

#trabalhe_conosco input[type="submit"],
#contato input[type="submit"],
#vagas input[type="submit"] {
	border: solid 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	background-color: rgb(44,137,65);
	width: 180px;
	padding: 4px 0 4px 0;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	color: rgb(255,255,255);
	margin-top: 20px;
	cursor: pointer;
}

#trabalhe_conosco input[type="file"],
#vagas input[type="file"] {
	border: solid 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	width: 480px;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	margin-top: 20px;
}

#contato select{
	border: solid 1px rgb(44,137,65);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	width: 500px;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	margin-top: 10px;
	padding: 4px 0 4px 0;	
}

#contato textarea{
	border: solid 1px rgb(44,137,65);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius: 15px;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	padding: 10px;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.custom-file-input::before {
	content: 'Selecione';
	display: inline-block;
	background-color: rgb(44,137,65);
	border: 1px solid;
	border-radius: 15px;
	padding: 2px 0 2px 0;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-family: "Dosis-SemiBold";
	color: rgb(255,255,255);
	width: 100px;
	text-align: center;
}

#icone_grande {
	display: inline-block;
	float: left;
	list-style: none;
	border: solid 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius: 5px;
	text-align: center;
	width: 180px;
	height: 160px;
	padding: 10px;
	margin: 10px;
}

.botao {
	border: double 4px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	background-color: rgb(44,137,65);
	width: auto;
	padding: 4px 12px 4px 12px;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	color: rgb(255,255,255);
	margin-top: 20px;
	cursor: pointer;
}

.moldura {
	border: 1px solid;
	border-radius: 10px;
	border-color: rgb(44,137,65);
}

#cvcenam th, td {
	border-bottom: 1px solid rgb(44,137,65);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.mouse {
	cursor: pointer;
}


/*BOTAO TOOGLE SIM / NAO*/

/* Estilo iOS */
.switch__container {
	margin: 0 auto;
	width: 80px;
  }
  
  .switch {
	visibility: hidden;
	position: absolute;
	margin-left: -9999px;
  }
  
  .switch + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
  }
  
  .switch--shadow + label {
	padding: 2px;
	width: 40px;
	height: 20px;
	background-color: #dddddd;
	border-radius: 20px;
  }
  .switch--shadow + label:before,
  .switch--shadow + label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
  }
  .switch--shadow + label:before {
	right: 1px;
	background-color: #f1f1f1;
	border-radius: 20px;
	transition: background 0.4s;
  }
  .switch--shadow + label:after {
	width: 20px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: all 0.4s;
  }
  .switch--shadow:checked + label:before {
	background-color: #8ce196;
  }
  .switch--shadow:checked + label:after {
	transform: translateX(22px);
  }
  
/* FIM BOTAO TOOGLE*/