@font-face {
	font-family: 'CNI';
	src: url('fonts/Logo-Sistema-S.woff') format('woff');
	font-weight: normal;
}

div#botoes {
    display: flex;
    justify-content: flex-end;
    padding-right: 14px;
    padding-bottom: 5px;
    position: sticky;
}

#logosesisenai {
	font-family: CNI, sans-serif !important;
	font-kerning: normal;
	font-weight: lighter !important;
	color: rgb(255, 255, 255);
	font-size: 36px;
}

#logosesisenai a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#logosesisenai a:hover {
    filter: opacity(0.5);
}

#logosesi {
	text-shadow: 2px 2px 4px #b2dbff;
}

#logosenai {
    opacity: 0.1;
}

#fsModal > .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#fsModal > div {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width:100%;
}

#fsModal > div > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

#fsModal > div > div > div.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

#myModalLabel {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

#fsModal > div > div > div.modal-body {
    position: absolute;
    top: 5px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    /*overflow: hidden; */
    overflow: auto; 
}

#fsModal > div > div > div.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

/*-------------------*/

#imagem {
	width: 100%;
	background-repeat: no-repeat;
	margin-top: -52px;
}

footer {
	background-color: rgb(0, 102, 179);
	border-color: rgb(68, 68, 68);
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 100px;
	color: white;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	padding-top: 34px;
}

.ano {
	background-color: white;
	border-color: #000;
	padding: 8px;
	color: #000;
	font-size: 12px;
	font-weight: bolder;
}

/*

@media(max-width: 1000px) {
    .embed-responsive-16by9 {
        padding-bottom: 75% !important;
    }
}

@media(max-width: 800px) {
    .embed-responsive-16by9 {
        padding-bottom: 121% !important;
    }
}
*/

.embed-responsive {
    position: static;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.cabecalho {
	outline-offset: -3px;
	background-image: none;
	background-color: rgb(0, 102, 179);
	padding-top: 0px;
	padding-bottom: 48px;
	box-shadow: none;
	border-color: rgb(68, 68, 68);
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	height: 10px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
}

.cabecalho img {
	width: 301px;
	display: flex;
	justify-content: center;
	margin-top: 3px;
}

body {
	color: #566787 !important;
	background: #f5f5f5;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
}

/* Modal styles */
.modal .modal-dialog {
	max-width: 400px;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 0px 0px;
}

.modal .modal-content {
	border-radius: 3px;
}

.modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}

.modal .modal-title {
	display: inline-block;
}

.modal .form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #dddddd;
}

.modal textarea.form-control {
	resize: vertical;
}

.modal .btn {
	border-radius: 2px;
	min-width: 100px;
}

.modal form label {
	font-weight: normal;
}

#index {
    margin-top: -17px;
}