* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover {
    outline:0px !important;
}
h6 {
	display: none;
}
html, body {
	min-height: 100%;
	min-width: 1024px;
}
body {
    background: url(../img/bgcode.jpg) repeat #0f100b;
	background-attachment: fixed;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #5e5e5e;
}
#pagina, #conteudo {
	width: 90% !important;
	min-width: 960px !important;
}
#pagina {
	position: relative;
	margin: 0px auto;
}
#acessibilidade {
	float: right;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	box-shadow: inset 0px 0px 30px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px #555555;
	display: block;
}
#conteudo {
	position: relative;
	top: 30px;
	min-height: 500px;
	margin: 0px auto;
	background: #ffffff;
	box-shadow: inset 0px 0px 80px 0 rgba(0, 0, 0, .2), 0px 8px 10px 0px rgba(0, 0, 0, .5);
}
#header {
	width: 100%;
	height: 190px;
	background-color: #f7f7f7;
	box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, .2);
}
#header #perfil {
	position: relative;
	float: left;
	max-width: 160px;
	width: 20%;
	height: 160px;
	background-color: #ced5e5;
}
#imgPerfil {
	height: 160px;
	margin: 0 auto;
}
#nav {
	position: relative;
	float: right;
	width: 80%;
	min-width: 795px;
	height: 160px;
}
.submenu1, .submenu2 {
	display: block;
	width: 100%;
	height: 80px;
	list-style: none;
	background-color: #d9caad;
	margin-bottom: 0 !important;
}
.submenu1 a, .submenu2 a {
	padding: 30px 10px;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}
.submenu1 li, .submenu2 li {
	float: left;
	height: 80px;
	line-height: 80px;
	text-align: center;
	box-shadow: inset 0px 0px 80px 0 rgba(0, 0, 0, .2);
	transition:all 0.2s linear;
}
.menu1 { background-color: #757E89; width: 40%; } .menu1 a { padding: 30px 0; }
.menu2 { background-color: #d96b62; width: 40%; } .menu2 a { padding: 30px 0; }
.menu21 { background-color: #885f90; width: 20%; } .menu21 a { padding: 30px 0; }
.menu3 { background-color: #B88CB2; width: 20%; } .menu3 a { padding: 30px 0; }
.menu4 { background-color: #6eabc9; width: 20%; } .menu4 a { padding: 30px 0; }
.menu5 { background-color: #7accbe; width: 20%; } .menu5 a { padding: 30px 0; }
.menu6 { background-color: #d9caad; width: 20%; } .menu6 a { padding: 30px 0; }
.menu7 { background-color: #CAC773; width: 20%; } .menu7 a { padding: 30px 0; }
.menu1:hover { background-color: #466673; box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.menu2:hover { background-color: #aa4f48; box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.menu3:hover { background-color: #987B94; box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.menu4:hover { background-color: #2D627C; box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.menu5:hover { background-color: #3da8a4; box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.menu6:hover { background-color: #b8a683; box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.menu7:hover { background-color: #8d8b47; box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2), 0px 0px 10px 0px rgba(0, 0, 0, .7); }
.ativo { background-color: #ffffff; box-shadow: inset 0px 0px 50px 0 red; } .ativo:hover { background-color: #cdd8dd; }
.ativo a { color: #454545; }

.daltonico1 {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.daltonico2 {
	background-color: #ffffff !important;
	color: #000000 !important;
}
.daltonico3 {
	color: #aa4f48 !important;
}
#navacessib {
	position: relative;
	width: 320px;
	height: 30px;
	margin: 0 auto;
}
#navacessib ul {
	display: block;
	width: 100%;
	height: 30px;
	list-style: none;
}
#navacessib a {
	padding: 4px 10px;
	color: #454545;
	font-size: 20px;
	text-decoration: none;
	border: 1px solid #000000;
}
#navacessib li {
	float: left;
	width: 64px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition:all 0.2s linear;
}
#navacessib li:hover {
	background-color: #d7d7d7;
}
#informacoes {
	text-align: center;
	position: relative;
	margin-top: 5px;
	width: 100%;
	min-height: 500px;
	background-color: #f7f7f7;
	padding: 40px;
}

#footer {
	height: 90px;
	text-align: center;
	background-color: #f7f7f7;
	box-shadow: inset 0px 0px 30px 0 rgba(0, 0, 0, .5);
	margin-bottom: 30px;
}
#footer p {
	float: left;
	line-height: 70px;
	margin: 10px 50px;
}
#footer img {
	float: right;
	height: 70px;
	margin: 10px 50px;
}

/*
	box-shadow: inset -30px -10px 80px 0 rgba(0, 0, 0, .2), inset -10px -10px 20px 0 rgba(0, 0, 0, .15), 1px 0 0 0 white;
*/


#informacoes article { margin-bottom: 40px; }
#informacoes ul { list-style: none; }
.home { text-align: center; }
.curriculo h2, .curriculo p , .home h2{
	text-align: center;
}
.home p { font-size: 20px; }
/*.home img { 
	position:relative;
    top:50%;
    left: calc(25% + 100px);
}*/
.links a { text-decoration: none; }
.links a:hover { text-decoration: underline; }
.article_esquerda {
	float: left;
	width: 30%;
}
.article_direita {
	float: right;
}
.video {
	margin: 0 auto;
	text-align: center;
}


#navsemestres {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 50px;
}
#navsemestres ul {
	display: block;
	width: 100%;
	height: 50px;
	list-style: none;
}
#navsemestres a {
	padding: 10px;
	color: #454545;
	font-size: 20px;
	text-decoration: none;
}
#navsemestres li {
	float: left;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition:all 0.2s linear;
}
#navsemestres li:hover {
	background-color: #d7d7d7;
}
iframe {
	border: 0;
}

#imgPerfil {
    cursor: pointer;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 960px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.breadcrumb, .breadcrumb .active {
	background-color: #025a88 !important;
	color: #a7a6bd !important;
}
.breadcrumb a {
	color: #ffffff !important;
}