@charset "utf-8";
/* CSS Document */
#--------CSS-ESTRUTURA{}
.----------------------GLOBAL{}
body {
	font-family: Roboto, Arial, Helvetica, "MS Sans Serif";
	font-size: 18px;
	margin: 0px;
	width: 100%;
	min-height: 500px;
	overflow-y: scroll;
	background-repeat: no-repeat;
	background-color: #f1f9fb;
	background-image: -webkit-linear-gradient(bottom, #f1f9fb 60%, #7fc1cf);
	background-image: -moz-linear-gradient(bottom, #f1f9fb 60%, #7fc1cf);
	background-image: -o-linear-gradient(bottom, #f1f9fb 60%, #7fc1cf);
	background-image: -ms-linear-gradient(bottom, #f1f9fb 60%, #7fc1cf);
	background-image: linear-gradient(to top, #f1f9fb 60%, #7fc1cf);
}.tudo {
	margin-right: auto;
	margin-left: auto;
	max-width: 990px;
}
a:link, a:visited {
	color: #596373;
	text-decoration: none;
}
a:hover {
	color: #3D7191;
	text-decoration: underline;
}
.----------------------TOPO{}
.cabecalho {
	width: auto;
}
.cabecalho img {
	width: 100%;
	height: auto;
}
.menu-mobile-pai {
	display: none;
}
.----------------------MIOLO{}
.miolo {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.menu-desktop-pai {
	width: 300px;
	display: inline-block;
	background-image: url(../imagens/filete-menu-lateral.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu-desktop-pai .menu , .menu-desktop-pai .redes-sociais{
	margin-right: 15px;
}
.btn-back {
    display: none;
}
.menu .link{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.menu .link a:link , .menu .link a:visited {
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65B4C5;
	margin-bottom: 1px;
	color: #47728d;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../imagens/fd-link-a.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu .link a:hover {
	background-color: #C1E1E8;
	border-bottom-color: #65B4C5;
	background-image: url(../imagens/fd-link-hover.png);
	background-position: left center;
}
.redes-sociais {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65B4C5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.redes-sociais a~a{
	margin-left:25px;
}
.link-twitter {
	display:none;
}
#parceiros {
	display: none;
}

.conteudo-pai {
	width: 680px;
	min-height: 350px;
}
.conteudo-pai .titulo {
	font-weight: bold;
	background-image: url(../imagens/fd-titulo-conteudo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
	padding-left: 29px;
	margin-left: 0px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	line-height: 33px;
	font-size: 18px;
	text-transform: uppercase;
	color: #3d7191;
}
.conteudo-pai .conteudo {
	padding-left: 10px;
	padding-right: 10px;
	color: #596373;
}
.conteudo-pai .conteudo .btn-back{
	font-size: 14px;
	color: #3D7191;
	border: 1px solid #80c1cf;
	border-radius: 3px;
	background-color: #B1D7DE;
	background-image: -webkit-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: -moz-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: -o-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: -ms-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: linear-gradient(to top, #c0e1e8, #e0f8fd);
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-weight: bold;
}


.foto-eliana {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.logos-faculdades {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	max-width: 310px;
	/* [disabled]background-color: #FCC; */
}


.----------------------RODAPÉ{}
.rodape{
	background-color: #5AAEC0;
	padding-top: 5px;
	padding-bottom: 5px;
	/* [disabled]margin-top: 10px; */
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.assinaturas {
	margin-right: 10px;
	margin-left: 5px;
	color: #FFF;
	font-size: 15px;
}
.assinaturas a:link,.assinaturas a:visited {
	color: #FFF;
	text-decoration: none;
}
.assinaturas a:hover   {
	text-decoration: underline;
}
.endereco {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #c0e1e8;
	margin-top: 10px;
	font-size: 15px;
}
.endereco a:link{
	font-weight: bold;
}

#--------CSS-CONTATO{}
.borda-radius {
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-ms-border-radius: 0.3em 0.3em 0.3em 0.3em;
}
.grupo-barra-progresso {
	background-color: #eeeeee;
	border: 1px solid #efefef;
	background-image: -webkit-linear-gradient(bottom, #dcdcdc, #fff 49%);
	background-image: -moz-linear-gradient(bottom, #dcdcdc, #fff 49%);
	background-image: -o-linear-gradient(bottom, #dcdcdc, #fff 49%);
	background-image: -ms-linear-gradient(bottom, #dcdcdc, #fff 49%);
	background-image: linear-gradient(to top, #dcdcdc, #fff 49%);
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	margin-bottom: 20px;
}
.barra-progresso {
	line-height: 3px;
	background-color: #b5dbe4;
	height: 3px;
	width: 0%;
	font-size: 11px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: -webkit-linear-gradient(bottom, #80c1cf 1%, #b9dde5);
	background-image: -moz-linear-gradient(bottom, #80c1cf 1%, #b9dde5);
	background-image: -o-linear-gradient(bottom, #80c1cf 1%, #b9dde5);
	background-image: -ms-linear-gradient(bottom, #80c1cf 1%, #b9dde5);
	background-image: linear-gradient(to top, #80c1cf 1%, #b9dde5);
	font-weight: bold;
	color: #3D7191;
}
.msg-sucesso-contato {
	color: #312239;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
	/* [disabled]min-height: 150px; */
}
.aguarde {
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-contato .linha {
	margin-bottom: 5px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.form-label {
	width: 120px;
	white-space: nowrap;
	text-align: right !important;
	padding-right: 5px;
	line-height: 28px;
	height: 28px;
	font-style: italic;
	color: #666;
}
.form-campo {
	margin: 0px;
	outline: 0;
	padding: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 530px;
	resize: vertical;
	font-size: 15px;
	padding-left: 5px;
	font-family: Roboto, Arial, Helvetica, "MS Sans Serif";
	font-weight: normal;
	border-radius: 7px;
	border: 1px solid #93C6D0;
}
.form-campo:focus {
	background-color: #FFC;
}
.form-campo-text {
	line-height: 28px;
	height: 28px;
}
.form-campo-textarea {
	padding-top: 3px;
}
.form-contato .linha-btn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93C6D0;
	margin-left: 125px;
	margin-top: 10px;
	padding-top: 10px;
}
.form-btn{
	font-size: 14px;
	color: #3D7191;
	border: 1px solid #80c1cf;
	border-radius: 3px;
	background-color: #B1D7DE;
	background-image: -webkit-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: -moz-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: -o-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: -ms-linear-gradient(bottom, #c0e1e8, #e0f8fd);
	background-image: linear-gradient(to top, #c0e1e8, #e0f8fd);
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-weight: bold;
}
.form-btn~.form-btn{
	margin-left:25px;
}
.msg-form {
	color: #F00;
	text-align: center;
	margin-left: 120px;
	font-style: italic;
	margin-bottom: 10px;
}
#--------CSS-MEDIA-SCREEN{}
.----------------------BARRA-NAVEGACAO-MOBILE{}
@media screen and (max-width: 1000px) {
.barra-navegacao-mobile {
	background-color: #3d7191;
	height: 38px;
	padding-left: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0px;
	width: 100%;
}
.barra-navegacao-mobile .btn{
	height: 28px;
	width: 28px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.barra-navegacao-mobile .btn-exibir-menu{
	background-image: url(../imagens/ico-menu.png);
}
.barra-navegacao-mobile .btn-back {
	background-image: url(../imagens/ico-voltar.png);
}
.----------------------MENU-MOBILE-PAI{}
.menu-mobile-pai {
	margin-top: 44px;
	width: 100%;
}
.menu-mobile-pai .ocultar-menu {
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65b4c5;
	margin-bottom: 1px;
	text-align: right;
}
.menu-mobile-pai .ocultar-menu .btn{
	margin-right: 15px;
	cursor: pointer;
}
.----------------------CONTATO{}
.form-label {
	white-space: nowrap;
	text-align: left !important;
	width: 120px;
}
.form-label, .form-campo, .form-btn {
	font-size: 18px;
}
.form-contato .linha {
	width: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.form-campo {
	width: 100%;
}
.form-campo-text {
	line-height: 36px;
	height: 36px;
}
.form-contato .linha-btn {
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 10px;
}
.msg-form {
	margin-left: 0px;
}
.----------------------MICELANIA{}
.tudo {
	margin-top: 38px;
}

.conteudo-pai {
	width: 100%;
}
.iframe-google {
	width: 100%;
	max-height: 300px;
}
.menu-desktop-pai {
	display:none;
}
.exibir-menu {
	display: inline-block;
}
.rodape {
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
