/*
    Yellow: #fff04b
    Orange: #eeaa5c
    Red: #da3a34
    Blue: #0086de
    Dark Blue: #294887
    Gray: #666666
    Black: #333333
*/

body {
	background-color: #eeeeee;
	font-family: "Open Sans", sans-serif;
}

.bg-portal-yellow {
	/*background-image: linear-gradient(to right, #be3935, #e24c47, #be3935);*/
  	background: white;
	background-position: center;
}

.bg-portal-yellow2 {
	/*background-image: linear-gradient(to right, #be3935, #e24c47, #be3935);*/
	background-color: white;
	background-position: center;
}

.portal-shadow {
	box-shadow: 5px 5px 0 #0003;
	transition: all 0.15s;
}

.portal-shadow:hover {
	box-shadow: 10px 10px 3px #0001;
}

.youtube-iframe { 
	width: 100%; 
	height: 300px; 
	border: 0px; 
}

.btn-primary {
	color: white;
	background-color: #294887;
	border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: white;
	background-color: #395897;
	border: none;
	box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #294887;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #820909;
}

header {
	box-shadow: 0 5px 20px #0006;
}

header .header-content {
	height: 140px;
}

header .brand {
	max-width: 90%;
}

header .brand img {
	max-width: 100%;
}

header .brand img.web {
	height: 64px;
}

header .search input,
header .search input:focus {
	border-radius: 3px 3px 3px 3px;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0 none;
	box-shadow: inset 1px 1px 0px 0 rgb(0, 0, 0, 0.2);
	height: 2.5rem;
  padding:0px 10px;
}

header .search input::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

header .search input:focus {
	background-color: rgba(0, 0, 0, 0.15);
}

header .search button {
	z-index: 100;
	background-color: transparent;
	border: 0 none;
	position: absolute;
	right: 0.25rem;
	height: 2.5rem;
}

header .search button i.fas {
	font-size: 1.25rem;
}

header #menu .search input::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

header #menu .search input {
	background-color: rgba(41, 72, 135, 0.75);
	color: white;
	margin-bottom: 1rem;
}

header #menu .search button i.fas {
	color: white;
}

header nav#menu {
	/*background-color: #0086de !important;*/
  background-color: #820909 !important;
	padding: 15px;
	transition: none;
}

header nav#menu .navbar-toggler {
	background-color: #294887;
}

header nav#menu ul {
	background-color: #820909;
}

header nav#menu ul .dropdown-menu {
	background-color: #820909;
}

header nav#menu ul.navbar-nav > li > a {
	padding: 0.5rem 1rem;
}

header nav#menu ul a {
	color: white;
	transition: background-color 0.5s !important;
}

header nav#menu ul a:hover,
header nav#menu ul a:focus {
	background-color: rgba(255, 255, 255, 0.1);
	transition: none !important;
}

header nav#menu ul li.item-145 {
	display: none;
}

header nav#menu.fixed-top {
	box-shadow: 0 5px 10px #0006;
}

.social {
	margin: 0;
	line-height: 0.75rem;
	font-size: 0.75rem;
	display: inline-block;
}

.social a {
	margin: 0 1rem;
	position: relative;
	overflow: hidden;
	color: white;
	text-decoration: none;
}

.social a i {
	text-decoration: none;
	color: #820909;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
}

.social a:hover i {
	font-size: 1.75rem;
}

.social a i * {
	display: none !important;
}

header #menu .social a i {
	color: white;
}

header #menu .social p {
	margin: 0;
}

.latest {
	font-size: 0.75rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.latest .row {
	padding: 0 0.75rem;
}

.latest .col {
	border-left: 0 solid #eeaa5c;
	transition-property: border-left-width padding;
	transition-duration: 0.25s;
}

.latest .col:hover {
	border-left-width: 0.25rem;
	padding-right: 0.5rem;
}

.latest .mod-articles-category-date {
	display: block;
	color: #820909;
}

.latest a.mod-articles-category-title {
	text-decoration: none;
	color: #333333;
}

.latest a.mod-articles-category-title:hover {
	text-decoration: underline;
}

.latest .text-end {
	margin-bottom: 16px;
}

.services {
	min-height: 350px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.services .nav-tabs .nav-link {
	font-size: 0.9rem;
	padding: 0.5rem;
}

.services .tab-content {
	flex-grow: 1;
	position: relative;
	background-color: white;
	border: 1px solid #dee2e6;
	border-top: 0 none;
	margin-top: -1px;
}

.services .tab-content .tab-pane {
	position: absolute;
	height: 100%;
	overflow: auto;
	padding: 1.5rem 1rem;
}

/*.services .tab-content .icon {
	display: block;
	border-radius: 5px;
	color: #294887;
	text-align: center;
	font-size: 0.85rem;
	text-decoration: none;
	padding: 0.5rem;
	transition: background-color 0.5s;
}*/
.services .tab-content .icon { 
	display: -webkit-box; 
	cursor: pointer; 
	line-height: .9rem; 
	border-radius: 5px; 
	overflow: hidden; 
	color: #820909; 
	text-align: center; 
	text-overflow: ellipsis; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	font-size: .75rem; 
	text-decoration: none; 
	margin: .3rem; 
	transition: background-color .5s;
  	padding:5px;
}


.services .tab-content .icon:hover {
	background-color: rgba(41, 72, 135, 0.1);
	transition: none;
}

.services .tab-content .icon.active {
	background-color: rgb(41, 72, 135);
	color: white;
	transition: none;
}

.services .tab-content .icon i {
	display: block;
	font-size: 3rem;
}

.services .tab-content .icon img {
	display: block;
	margin: auto;
	height: 3rem;
	
}

.services .tab-content .icon.original img {
	filter: initial;
}

.services .tab-content .icon label {
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.services .search input,
.services .search input:focus {
	border-radius: 1.25rem;
	border-top-right-radius: 1.25rem !important;
	border-bottom-right-radius: 1.25rem !important;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0 none;
	box-shadow: inset 3px 3px 0px 0 rgb(0, 0, 0, 0.2);
	height: 2.5rem;
}

.services .search input::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.services .search input:focus {
	background-color: rgba(0, 0, 0, 0.15);
}

.services .search button {
	z-index: 100;
	background-color: transparent;
	border: 0 none;
	position: absolute;
	right: 0.25rem;
	height: 2.5rem;
}

.services .search button i.fas {
	font-size: 1.25rem;
}

.services #menu .search input::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.services #menu .search input {
	background-color: rgba(41, 72, 135, 0.75);
	color: white;
	margin-bottom: 1rem;
}

.services #menu .search button i.fas {
	color: white;
}


main .mod_event_next {
	background-color: rgb(41, 72, 135);
	margin-bottom: 1rem;
	transition: all 0.1s;
}

main .mod_event_next:hover {
	background-color: rgb(41, 72, 135 0.5);
}

main .mod_event_next .date,
main .mod_event_next .icon {
	transition: all 0.1s;
}

main .mod_event_next:hover .date {
	transform: scale(1.05);
}

main .mod_event_next:hover .icon {
	transform: scale(1.05);
}

main .mod_event_next hr {
	background-color: #333;
	margin-bottom: 0.25rem;
}

main .mod_event_next .title a {
	text-decoration: none;
}

main .mod_event_next,
main .mod_event_next a {
	color: white;
	font-weight: bold;
}

main .event-date {
	border: 1px solid #ccc;
	background-color: #fff !important;
	box-shadow: 3px 5px 0 #0002;
	border-radius: 5px;
}

main .event-date span.event-day {
	border-radius: 3px 3px 0 0;
}

main .event-date span.event-hour {
	background-color: #fff !important;
	border-radius: 0 0 5px 5px;
}

main .featured .event-date span.event-day {
	background-color: #f60 !important;
}

main .event-description img {
	max-width: 100%;
}

main .event-item {
	clear: both;
}

main .event-item .event-title {
	font-size: 1.4rem;
}
/* #ffcc41, #fff04b, #ffcc41 */
main #quick-access {
	background-image: linear-gradient(to right, #be3935, #e24c47, #be3935);
	background-position: center;
	color: #fff;
}

main #quick-access h4 {
	background-color: #294887;
	color: #fff;
	padding: 1rem;
}

main #quick-access .portais { 
	background-color: #294887; 
	color: #FFF; padding: 1rem; 
}

main #quick-access .portais h4 {
	color: #FFF; 
}

main #quick-access .content {
	padding: 1rem;
	background-image: url(../img/skyline.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

main #quick-access .content div {
	padding: 0.5rem 0;
}

main #quick-access .content a {
	color: #294887;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 0.8rem;
	line-height: 1rem;
	position: relative;
	overflow: hidden;
}

main #quick-access .content a i {
	background-color: #294887;
	color: #fff04b !important;
	box-shadow: 2px 2px 0 #0006;
	text-align: center;
	color: #0086de;
	font-size: 2.5rem;
	width: 5.5rem;
	height: 5.5rem;
	line-height: 5.5rem;
	border-radius: 50%;
	margin: auto;
	display: block;
	transition: all 0.2s;
}

main #quick-access .content a:hover i {
	box-shadow: 8px 8px 0 #0003;
	font-size: 2.75rem;
}

main #quick-access .content a b {
	display: block;
	text-shadow: 1px 1px 0 #0006;
	margin-top: 0.25rem;
}

main .actions {
	float: right;
}

main .actions::after {
	content: "";
	display: block;
	clear: both;
}

main .actions a {
	margin-left: 5px;
}

main .actions a i {
	color: #999;
	transition: color 0.25s;
}

main .actions a:hover i {
	color: #0086de;
}

main ul.breadcrumb {
	background-color: transparent;
	padding: 0;
}

main ul.breadcrumb li {
	font-size: 0.7rem;
	vertical-align: bottom;
	text-transform: capitalize;
	vertical-align: bottom;
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

main ul.breadcrumb li .divider {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

main ul.breadcrumb li .fa {
	color: #999;
}

#search-form fieldset {
	text-align: center;
}

#search-form label {
	display: block;
}

#search-form input {
	vertical-align: middle;
	border-radius: 4px;
	height: 2.25rem;
	padding: 0 0.6rem;
	border: 1px solid #999;
	max-width: 60%;
}

#search-form button {
	height: 2.25rem;
}

#search-query-explained {
	text-align: center;
}

.finder ul {
	list-style: none;
	padding: 0;
	margin-top: 2rem;
}

.finder ul li {
	margin-bottom: 2rem;
}

.finder ul li .result-title {
	text-align: justify;
	font-size: 1rem;
	margin: 0;
}

.finder ul li .result-text {
	text-align: justify;
	font-size: 0.8rem;
	margin: 0;
}

.finder ul li .result-url {
	color: #0086de;
}

#organograma {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	background: #f6f6f6;
	margin-bottom: 1rem;
}

main .orgchart .node:hover {
	background-color: transparent;
}

main .orgchart .node .title {
	background-color: #fff04b;
	color: #333;
	border-radius: 0;
}

main .orgchart .node i.edge {
	display: none;
}

main .orgchart .node.focused {
	background-color: #0086de66;
}

main .orgchart .node .content {
	border: 1px solid #fff04b;
	border-radius: 0;
}

main .orgchart .lines .downLine {
	background-color: #fff04b;
}

main .orgchart .lines .downLine,
main .orgchart .lines .leftLine,
main .orgchart .lines .rightLine,
main .orgchart .verticalNodes > td::before,
main .orgchart .verticalNodes ul > li::after,
.orgchart .verticalNodes ul > li::before {
	border-color: #fff04b;
}

main .orgchart .lines .downLine {
	height: 10px;
}

.blog .pull-left.item-image img {
	margin-top: 5px;
	margin-right: 10px;
}

.blog .pull-right.item-image img {
	margin-top: 5px;
	margin-left: 10px;
}

.blog img {
	display: none;
}

.blog .tags {
	padding: 0;
	list-style: none;
	margin-top: -1rem;
}

.blog .tags li {
	display: inline-block;
	margin-right: 5px;
	font-size: 0.75rem;
}

.item-page p,
.blog p {
	text-align: justify;
}

.item-page img,
.blog img {
	max-width: 100%;
}

.item-page dl dd,
.blog dl dd {
	display: inline;
	font-size: 0.8rem;
	margin: 0 0.5rem 0 0;
}

.item-page iframe,
.blog iframe {
	border: none;
}

.tag-category ul {
	list-style: none;
	padding: 0;
}

.tag-category ul li {
	margin-bottom: 1rem;
}

.tag-category .pull-right {
	margin-left: auto;
}

.tag-category .filters {
	margin-bottom: 1rem;
}

.tag-category .filters label {
	line-height: 30px;
	margin-right: 0.5rem;
}

.tag-category .filters input,
.tag-category .filters select {
	background-color: white;
	border: none;
	box-shadow: 5px 5px 0 #0003;
	transition: all 0.15s;
}

.tag-category .filters input:hover,
.tag-category .filters select:hover {
	box-shadow: 10px 10px 3px #0001;
}

.component-services {
	min-height: 400px;
}

.component-services .detail {
	max-height: 400px;
	overflow: auto;
}

.custom-slider {
	position: relative;
}

.custom-slider .items {
	margin: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.custom-slider a {
	position: absolute;
}

.custom-slider img {
	width: 100%;
	height: auto;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel .carousel-caption {
	background-color: #0009;
	width: 100%;
	left: 0;
	padding: 0.5rem 1rem;
	bottom: 3rem;
}

.carousel .carousel-caption p {
	margin: 0;
}
/**
 * Pagination
 */

.search-pages-counter {
	text-align: center;
}

.pagination ul {
	list-style: none;
	margin: auto;
	padding: 0;
}

.pagination ul li {
	display: inline;
}

.pagination ul li span.pagenav {
	display: inline-block;
	cursor: default;
	border-radius: 3px;
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 0.5rem 0.75rem;
	color: #333;
}

.pagination ul li a {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #294887;
	padding: 0.5rem 0.75rem;
	background-color: #294887;
	color: white;
	text-decoration: none;
	transition: box-shadow 0.25s;
}

.pagination ul li a:hover {
	box-shadow: 3px 3px 0 #0003;
}

.mod_content_filter div a {
	display: inline-block;
}
/**
 * E-mail / Print
 */

#mailtoForm label {
	display: block;
}

#mailtoForm input {
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	display: block;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #999;
}

#mailtoForm input:focus {
	border: 1px solid #294887;
}

#pop-print a {
	margin: 0 10px;
}

#pop-print,
.mailto-close {
	text-align: center;
}

#pop-print a,
.mailto-close a,
#mailtoForm button {
	border: none;
	text-decoration: none;
	background-color: #294887;
	color: white;
	border-radius: 4px;
	padding: 5px 10px;
}

@media print {
	#pop-print {
		display: none;
	}
}
/**
 * Social Plugins
 */

iframe.twitter-timeline {
	border: 1px solid #eeeeee !important;
}

footer {
	color: #666666;
	font-size: 0.75rem;
}

footer .xilogravura {
	height: 40px;
	width: 100%;
}

footer img {
	filter: invert(42%) sepia(0%) saturate(1618%) hue-rotate(173deg)
		brightness(92%) contrast(86%);
}


.xilogravura {
	background-color: #294887;
	background-image: url("../img/xiloRed2.png");
	background-position: center;
	background-repeat: repeat-x;
}


i.fab b,
i.fas b,
i.far b {
	display: none !important;
}
/**
* Dark Layout
*/

body,
body .latest a.mod-articles-category-title,
body .services .nav-tabs .nav-link,
body #menu,
body #menu ul,
body #menu a,
body .xilogravura,
body .bg-white,
body #quick-access,
body #quick-access .portais,
body #quick-access h4,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .latest .mod-articles-category-date,
body header .social a i body #topbar,
body #topbar .actions,
body #topbar .actions a,
body #topbar .actions a i,
body main #quick-access .content a,
body main #quick-access .content a i,
body footer,
body .border,
body .border-top,
body .border-bottom,
body .border-left,
body .border-right,
body .list-group-item,
body .list-group-item-action,
body .services .tab-content,
body .services .tab-content .icon,
body .nav-tabs,
body .nav-tabs .nav-link,
body .nav-tabs .nav-item.show .nav-link,
body #navbarMenu .navbar-nav .dropdown-item,
body .btn-primary.disabled,
.btn-primary {
	transition: all 0.25s;
}

body.dark {
	background-color: #000 !important;
}

body.dark,
body.dark .latest a.mod-articles-category-title,
body.dark .services .nav-tabs .nav-link {
	color: white;
}

body.dark header,
body.dark .social a i,
body.dark .mod_event_next a {
	color: #333 !important;
}

body.dark #topbar,
body.dark #menu,
body.dark .xilogravura,
body.dark .services .tab-content,
body.dark .bg-white,
body.dark .list-group-item {
	background-color: #333 !important;
}

body.dark #quick-access,
body.dark .nav-tabs .nav-item.show .nav-link,
body.dark .nav-tabs .nav-link.active {
	background-image: none;
	background-color: #333 !important;
}

body.dark #quick-access h4,
body.dark #menu ul {
	background-color: #222 !important;
}

body.dark a,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .latest .mod-articles-category-date,
body.dark #topbar .actions,
body.dark #topbar .actions a,
body.dark #topbar .actions a i,
body.dark #menu a,
body.dark #quick-access h4,
body.dark main #quick-access .content a,
body.dark footer,
body.dark .nav-tabs .nav-item.show .nav-link,
body.dark .nav-tabs .nav-link.active,
body.dark main .actions a:hover i,
body.dark main .social a i {
	color: #ffdd00 !important;
}

body.dark .border,
body.dark .border-top,
body.dark .border-bottom,
body.dark .border-left,
body.dark .border-right,
body.dark .list-group-item,
body.dark .services .tab-content,
body.dark .nav-tabs,
body.dark .nav-tabs .nav-item.show .nav-link,
body.dark .nav-tabs .nav-link.active {
	border-color: #555 !important;
}

body.dark .services .tab-content .icon:hover,
body.dark .list-group-item-action:focus,
body.dark .list-group-item-action:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

body.dark main #quick-access .content a i,
body.dark .services .tab-content .icon.active,
body.dark #navbarMenu .navbar-nav .dropdown-item.active,
body.dark #navbarMenu .navbar-nav .dropdown-item:active,
body.dark .btn-primary.disabled,
body.dark .btn-primary,
body.dark header nav#menu .navbar-toggler {
	background-color: #ffdd00 !important;
	color: #333 !important;
}

body.dark .btn-primary.disabled,
body.dark .btn-primary:disabled {
	background-color: #ccaa00 !important;
	color: #333 !important;
}

body.dark .latest a.mod-articles-category-title {
	color: white !important;
}

body.dark .nav-tabs .nav-link {
	margin-bottom: -2px;
}

body.dark footer img,
body.dark .services .tab-content .icon img {
	filter: invert(89%) sepia(16%) saturate(5622%) hue-rotate(359deg)
		brightness(101%) contrast(113%);
}

#popup-overlay {
	z-index: 2000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
}

#popup {
	position: fixed;
	z-index: 2000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 25px 0px #00000066;
}

#popup a.image,
#popup img {
	display: block;
	max-width: 100%;
}

#popup img {
	max-height: 65vh;
}

#popup .close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
}

#popup .close i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.75rem;
	border-radius: 50%;
	padding: 2px;
}

#popup .close:hover i {
	color: red;
	background-color: white;
}

@media only screen and (max-width: 575px) {
	#popup {
		width: 95%;
	}
	#popup img {
		max-height: initial;
	}
}
/**
 * Scroll
 */

body ::-webkit-scrollbar {
	width: 20px;
}

body ::-webkit-scrollbar-track {
	background-color: transparent;
}

body ::-webkit-scrollbar-thumb {
	background-color: #d6dee1;
	border-radius: 20px;
	border: 6px solid transparent;
	background-clip: content-box;
}

body ::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbbf;
}
/* XS */

@media (max-width: 575px) {
	header .background-image {
		background-size: 1350px 100%;
	}
}
/* SM */

@media (min-width: 576px) {
	header .background-image {
		background-size: 1800px 100%;
	}
}
/* MD */

@media (min-width: 768px) {
	.services {
		min-height: 200px;
	}
	header .background-image {
		background-size: 1900px 100%;
	}
}
/* LG */

@media (min-width: 992px) {
	header .background-image {
		background-size: 2450px 100%;
	}
}
/* XL */

@media (min-width: 1200px) {
	header .background-image {
		background-size: initial;
	}
}
/* XXL */

@media (min-width: 1400px) {
	header .background-image {
		background-size: 3350px 100%;
	}
}
/* Mobile */

@media (max-width: 767px) {
	body.dark .social a i {
		color: #ffdd00 !important;
	}
	body.dark header #menu .search input {
		background-color: #222222 !important;
		color: #ffdd00 !important;
	}
}
/**
 * Limited Width
 */

@media (min-width: 992px) {
	.container {
		max-width: 1100px;
	}
	.background-image {
		background-size: 2650px 100% !important;
	}
}

* Estilos Adicionais de menu */ .item-180,
.item-181 {
	display: none;
}
/* Estilos adicionais de menu */

@media (min-width: 755px) and (max-width: 940px) {
	#menu > .container {
		padding-right: 0px;
		padding-left: 0px;
		max-width: 100%;
	}
	#navbarMenu li a {
		padding-left: 0.3rem !important;
		padding-right: 0.3rem !important;
		text-align: center;
	}
	#navbarMenu li.nav-item:nth-child(1) > a {
		padding-left: 0;
	}
	#navbarMenu li.nav-item:nth-child(8) > a {
		padding-right: 0;
	}
}
/* Estilos da logo */

.sec-nome {
	line-height: 0.5rem;
}

.sec-nome p,
.sec-nome span {
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-weight: bold;
	margin: 0;
	font-family: "Roboto", sans-serif;
}

.sec-logo {
	height: 90px;
	width: 200px;
}

.sec-logo img {
	max-height: 100%;
}

.sec-nome .sub {
	font-size: 1rem;
	white-space: nowrap;
	font-weight: 1;
}
/* Estilos adicionais de menu */

@media (min-width: 755px) and (max-width: 940px) {
	#menu > .container {
		padding-right: 0px;
		padding-left: 0px;
		max-width: 100%;
	}
	#navbarMenu li a {
		padding-left: 0.3rem !important;
		padding-right: 0.3rem !important;
		text-align: center;
	}
	#navbarMenu li.nav-item:nth-child(1) > a {
		padding-left: 0;
	}
	#navbarMenu li.nav-item:nth-child(8) > a {
		padding-right: 0;
	}
}


/* Estilos para */
.rowPessoal{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  
}
.rowPessoal img{
  width: 227px;
  height: 306px;
}
