/* GOOGLE FONTS */

@import url(https://fonts.googleapis.com/css?family=Cairo:300,400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);

/* SCROLL */

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: transparent !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #f16701 !important;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #f16701 !important;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #f16701 !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* HIGHLIGHT */

::-moz-selection {
	background: rgba(255, 235, 59, 0.5);
}

::selection {
	background: rgba(255, 235, 59, 0.5);
}


/* GERAL */

body {
	background-color: #fff;
	color: #212121;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}

.container {
	width: 1200px;
	padding: 0 25px;
}

p {
	text-align: justify;
	line-height: 20px;
}

.tabela {
	width: 100%;
	overflow-x: auto;
}

table a,
ul a,
p a {
	color: #5A99AB;
}

table a:hover,
ul a:hover,
p a:hover {
	color: #F16701;
}

table {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
/*	min-width: 700px;*/
	border-color: #B6B6B6 !important;
}

td {
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #B6B6B6;
}

td.small {
	color: #727272;
	margin: 0;
	line-height: 19px;
	text-align: center;
}

td.titulo {
	text-align: center;
	background-color: #ecf0f1;
}

table td.cinza {
	background-color: #ecf0f1;
}

.cinza {
	line-height: 20px;
}


/* LISTA PONTOS */

.conteudo li {
	line-height: 25px;
	padding-left: 25px;
	position: relative;
}

.conteudo ul li:before {
	content: "\f0c8";
	font-family: 'FontAwesome', sans-serif;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	color: #5F7470;
	font-size: 10px;
}

.conteudo ul ul li:before {
	content: "\f10c";
}

.conteudo ul ul ul li:before {
	content: "\f0c8";
}

.conteudo ul ul ul ul li:before {
	content: "\f10c";
}

.conteudo ul ul ul ul ul li:before {
	content: "\f0c8";
}

.conteudo ul ul ul ul ul ul li:before {
	content: "\f10c";
}


/* LISTA NUMEROS */

.conteudo .nrs {
	counter-reset: item;
}

.conteudo .nrs > li {
	counter-increment: item;
}

.conteudo .nrs > li:before {
	content: counters(item, ".") " ";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.conteudo .nrs li {
	padding-left: 20px;
}

.conteudo .nrs li li {
	padding-left: 30px;
}

.conteudo .nrs li li li {
	padding-left: 40px;
}


/* LISTA LETRAS */

.conteudo .letras li {
	list-style: lower-latin;
	left: 15px;
	padding-left: 10px !important;
}


/* LISTA ROMANA */

.conteudo .romana li {
	list-style: lower-roman;
	left: 20px;
	padding-left: 10px !important;
}


/* DOWNLOAD FILE */

.dwnld-file {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #5F7470;
	text-align: center;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	line-height: 19px;
	font-size: 13px;
}

.dwnld-file:last-child {
	margin-bottom: 0;
}

.dwnld-file:hover {
	background-color: #B6B6B6;
	color: #fff;
}

.conteudo .pdf-list li {
	margin-bottom: 15px;
}

.conteudo .pdf-list li:before {
	content: "\f1c1";
	color: #f00;
	font-size: 18px;
}

.conteudo .pdf-list li:last-child {
	margin-bottom: 0;
}

.conteudo .pdf-list {
	margin-bottom: 0 !important;
}

.conteudo .pdf-list .disc-data {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.ano-separador {
	background-color: #fff;
	color: #727272 !important;
    font-weight: bold;
	font-size: 18px;
}

.ano-separador:before {
	content: "" !important;
}


/* H'S */

h1 {
	font-size: 20px;
	font-family: 'Cairo', sans-serif;
	margin-bottom: 35px;
	color: #727272;
	font-weight: 700;
	text-transform: uppercase;
    position: relative;
}

h1 .print {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #727272;
    color: #fff;
    border-radius: 100%;
    width: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

h1 .print:hover {
    background-color: #b7b79d;
}

h4 {
	font-size: 15px;
	font-family: 'Cairo', sans-serif;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #800000;
	text-transform: uppercase;
}

h4:first-child {
	margin-top: 0;
}


/* HEADER */

.header {
	width: 100%;
	background-color: #b7b79d;
}

.header .container > a {
    position: relative;
    display: block;
    float: left;
}

.header .container > a:before {
    content: "";
    display: block;
    position: absolute;
    right: -100px;
    top: 0;
    height: 100%;
    width: 400%;
    background-color: #D2D4C8;
    border-radius: 0 1000px 1000px 0;
    z-index: 0;
    pointer-events: none;
}

.logo {
	display: block;
	padding: 25.5px 0;
    position: relative;
    z-index: 1;
/*
	padding: 25.5px 30px;
	background-color: #fff;
	width: 230px;
*/
}

.mobile-menu-toggle {
	display: none;
}

.titulo-site {
	float: right;
	margin: 57px 0;
}

.titulo-site .tit-1 {
	display: block;
	font-size: 20px;
	font-family: 'Cairo', sans-serif;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
}

.titulo-site .tit-2 {
	display: block;
	font-size: 20px;
	font-family: 'Cairo', sans-serif;
	color: #ffeb3b;
	text-align: right;
	font-weight: 700;
	margin-top: 5px;
	text-transform: uppercase;
}

.titulo-site .tit-br {
	display: none;
}


/* CONTENT */

.content {
	width: 100%;
	background-color: #fff;
}

.content .container {
	padding: 60px 25px 60px 25px;
}

.menu {
	float: left;
	width: 25%;
	z-index: 2;
}

.menu li {
	display: block;
	margin-bottom: 3px;
}

.menu li:last-child {
	margin-bottom: 0;
}

.menu li a {
	padding: 10px 15px;
	display: block;
	color: #212121;
	background-color: #D2D4C8;
	line-height: 19px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
	font-size: 13px;
	margin-bottom: 3px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.menu li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #5F7470;
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	     -o-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
	    -ms-transform-origin: 0 50%;
	     -o-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-moz-transition-property: transform, -moz-transform;
	-o-transition-property: transform, -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active {
    color: #fff !important;
}

.menu li a:hover:before,
.menu li a:focus:before,
.menu li a:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	     -o-transform: scaleX(1);
	        transform: scaleX(1);
}

.menu li a.active {
	background: #ffeb3b;
    color: #5F7470;
}

.menu-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #5F7470;
}

.menu-close {
	display: none;
	position: fixed;
	top: 5px;
	right: 5%;
	z-index: 3;
	font-size: 25px;
	color: #fff;
	padding: 4px 7px;
	background-color: #f16701;
}

.dgert {
	display: block;
	margin: 27px auto 0 auto;
	max-width: 100%;
}

.dgert-mobile-wrap {
	display: none;
	width: 100%;
	background-color: #fff;
	padding: 0 25px 30px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dgert-mobile {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.conteudo {
	float: right;
	width: 70%;
}


/* MENU PRINCIPAL */

.menu-principal {
	display: block;
	width: 100%;
}

.menu-principal li {
	display: block;
	width: 48%;
	float: right;
	height: 50px;
	position: relative;
	margin-bottom: 4%;
	background-color: #ecf0f1;
}

.menu-principal li:nth-child(odd) {
	float: left;
	clear: both;
}

.menu-principal a {
	display: block;
	position: absolute;
	bottom: 50%;
	right: 0;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
	        transform: translateY(50%);
	text-align: center;
	width: 100%;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-transform: uppercase;
}


/* FOOTER */

.footer{
	background-color: #b7b79d;
	border-top: 15px solid #D2D4C8;
}

.footer .container {
	padding: 25px 25px 50px 25px;
	color: #5F7470;
	line-height: 19px;
	font-size: 12px;
	font-family: 'Arial';
	font-size: 11px;
}

.footer .container a:hover {
	color: #fff;
}

.footer-br {
	display: none;
}


/* APRESENTACAO */

.destaques-docentes {
	float: right;
}

.destaques-docentes img {
	width: 150px;
	float: left;
	margin: 0 0 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #16a085;
}


/* VISITAS DE ESTUDO */

.visitas-de-estudo {
	margin-top: 50px;
}

.visitas-de-estudo a {
	color: #5a99ab;
	text-align: center;
}

.visitas-de-estudo a:hover {
	color: #f16701;
}

.marca {
	display: block;
	width: 100%;
	height: 100px;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #b6b6b6;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.visitas-de-estudo a:hover .marca {
	border-color: #5F7470;
}


/* DOCENTES */

.docente {
	margin-bottom: 30px;
}

.docente:last-child {
	margin-bottom: 0;
}

.foto-docente {
	display: block;
	padding: 5px;
	border: 1px solid #16a085;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
	max-width: 100%;
	margin: 0 auto;
}


/* DATA HORARIO LOCAL */

.horario {
	width: 500px;
	max-width: 90%;
	margin: 30px 0 30px 5%;
}

.horario .parte {
	display: block;
	float: right;
	width: 49%;
	text-align: center;
	line-height: 35px;
	background-color: #ecf0f1;
	margin-bottom: 10px;
	font-weight: 700;
}

.horario .parte:nth-child(odd) {
	float: left;
}


/* TESTEMUNHOS */

.testemunho {
	margin-bottom: 50px;
}

.testemunho:last-child {
	margin-bottom: 0;
}

.comment {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ecf0f1;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	margin-top: 20px;
}


/* GALERIA */

.galeria {
	margin: 30px 0;
}

.galeria:last-child {
	margin-bottom: 0;
}

.galeria a {
	width: 23.8%;
	margin-left: 1.6%;
	margin-bottom: 1.6%;
	height: 150px;
	display: block;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b6b6b6;
}

.galeria a:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 10px solid #FFF;
}

@media all and (min-width: 550px) {
	.galeria a:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}
	.galeria a:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
}

.galeria a:hover {
	border-color: #5F7470;
}

.galeria .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.galeria a:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.galeria i {
	font-size: 22px;
	display: block;
	color: #5F7470;
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%);
	-moz-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}


/* FORMULARIO */

.pedido-info {
    display: block;
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.pedido-info button {
    display: block;
    line-height: 1.4;
    text-align: center;
    background-color: #ffeb3b;
    color: #5F7470;
    border-radius: 50px 0 0 50px;
    font-size: 13px;
    transition: all .2s;
    padding-top: 7.5px;
    padding-right: 20px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    border: 0;
    cursor: pointer;
}

.pedido-info button:hover {
    padding-right: 30px;
}

#smart-form {
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}

#smart-form:first-child {
    margin-top: 0;
}

#smart-form .select,
#smart-form .gui-input,
#smart-form .gui-textarea,
#smart-form .select > select,
#smart-form .select-multiple select {
    border-width: 1px;
}

#smart-form .radio,
#smart-form .button,
#smart-form .tooltip,
#smart-form .checkbox,
#smart-form .gui-input,
#smart-form .notification,
#smart-form .gui-textarea,
#smart-form .select > select,
#smart-form .select-multiple select,
#smart-form input[type="button"].button,
#smart-form input[type="submit"].button,
#smart-form input[type="search"].gui-input {
    border-radius: 0;
}

#smart-form label,
#smart-form input,
#smart-form button,
#smart-form select,
#smart-form textarea {
    font-family: 'PT Sans';
}

#smart-form .gui-input:hover,
#smart-form .gui-textarea:hover,
#smart-form .select > select:hover,
#smart-form .select-multiple select:hover,
#smart-form .gui-input:hover ~ .input-hint,
#smart-form .file .gui-file:hover + .gui-input,
#smart-form .gui-textarea:hover ~ .input-hint {
    border-color: #B6B6B6;
}

#smart-form .gui-input:focus,
#smart-form .gui-textarea:focus,
#smart-form .select > select:focus,
#smart-form .select-multiple select:focus {
    border-color: #5F7470;
}

#smart-form .gui-input:focus ~ .field-icon i,
#smart-form .gui-textarea:focus ~ .field-icon i {
    color: #5F7470;
}

#smart-form .refresh-captcha {
    background-color: #B6B6B6;
    border-color: #5F7470;
}

#smart-form .refresh-captcha:hover {
    background-color: #5F7470;
}

#smart-form button[type="submit"] {
    padding: 10px;
    background-color: #5F7470;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    line-height: 19px;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

#smart-form button[type="submit"]:hover {
    background-color: #B6B6B6;
}

#smart-form .form-link {
    display: block;
    color: #B6B6B6;
    margin-bottom: 10px;
}

#smart-form .form-link:hover {
    color: #5F7470;
}

#smart-form .checkbox:before,
#smart-form input:hover + .checkbox,
#smart-form input:hover + .radio,
#smart-form input:checked + .checkbox,
#smart-form input:checked + .radio {
    border-color: #5F7470;
}


@media all and (max-width: 1000px) {
	table, thead, tbody, th, td, tr {
		display: block;
	}
	tr:first-child {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	tr:nth-child(2) td:first-child {
		border-top-width: 1px;
	}
	td {
		border-top-width: 0;
		text-align: left !important;
		padding-left: 40%;
		position: relative;
	}
	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 5px;
		width: 35%;
		padding-right: 5px;
		white-space: nowrap;
	}
	td:nth-of-type(1):before { content: "DISCIPLINA"; }
	td:nth-of-type(2):before { content: "DOCENTE"; }
	td:nth-of-type(3):before { content: "HORAS"; }
	td:nth-of-type(4):before { content: "DATAS"; }
	tr:nth-child(even) {
		background-color: #ecf0f1;
	}
}

@media all and (max-width: 860px) {
	.logo {
		float: left;
		max-width: 75%;
		position: relative;
		padding: 10px 0;
		background: none;
        position: relative;
        z-index: 0;
	}
    .header .container > a:before {
        right: -20px;
    }
	.mobile-menu-toggle {
		display: block;
		float: right;
		color: #FFF;
		font-size: 30px;
        position: relative;
        z-index: 1;
	}
	.menu {
		width: 90%;
		display: none;
		position: fixed;
		top: 45px;
		right: 5%;
		overflow-y: auto;
	}
	.menu li {
		display: none;
	}
	.dgert {
		display: none;
	}
	.dgert-mobile-wrap {
		display: block;
	}
	.conteudo {
		width: 100%;
	}
	.titulo-site {
		width: 100%;
		margin: 10px 0 15px 0;
	}
	.titulo-site .tit-1 {
		font-size: 16px;
		text-align: center;
	}
	.titulo-site .tit-2 {
		font-size: 14px;
		text-align: center;
	}
	.titulo-site .tit-br {
		display: inline;
	}
}

@media all and (max-width: 550px) {
	.footer .container {
		text-align: center;
	}
	.destaques-docentes {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.destaques-docentes img {
		width: 47.5%;
		float: left;
		margin: 0;
	}
	.destaques-docentes a:last-child img {
		float: right;
	}
	.galeria a {
		width: 49.5%;
		margin-left: 1%;
		margin-bottom: 1%;
		height: 100px;
	}
	.galeria a:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.galeria a:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.footer-br {
		display: inline;
	}
}

@media all and (max-width: 450px) {
	.prof_albino_reis {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}
}