.logo-image-phone {
    padding: 10px 0px;
}
.row-fluid [class*="span"]:first-child {
    padding-right: 20px;
}
span.badge.bg-danger.featured-article-badge {
    display: none;
}
.fa-solid {
    display: inline;
}
.icon-lattes {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.labsolda-accordion .accordion-item {
    margin-bottom: 15px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    overflow: hidden;
}

.labsolda-accordion .accordion-header {
    width: 100%;
    background: #f7f7f7;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #3ba9f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .25s, color .25s;
}

.labsolda-accordion .accordion-header i {
    transition: transform .3s ease;
}

/* Active state */
.labsolda-accordion .accordion-header.active {
    background: #3ba9f3;
    color: #fff;
}

.labsolda-accordion .accordion-header.active i {
    transform: rotate(90deg);
}

/* Body */
.labsolda-accordion .accordion-body {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    transition: max-height .35s ease;
}

.labsolda-accordion .accordion-body p {
    margin: 15px 0;
}
.labsolda-accordion .accordion-body ul {
    margin: 15px 0;
}
.labsolda-accordion .accordion-body li {
    list-style-type: square;
}
/* Ícone +/− */
.labsolda-accordion .accordion-icon {
    font-weight: 900;
    font-size: 20px;
    width: 20px;
    text-align: center;
    transition: transform .25s ease-in-out, color .25s;
    color: inherit;
}

.labsolda-accordion .accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.person-name {
    font-size: 18px;
    font-weight: 700;
    color: #37B;
    text-rendering: optimizelegibility;
    line-height: 20px;
    display: block;
}
.person-designation {
    margin-bottom: 25px;
    display: block;
    color: rgba(0, 0, 0, .4);
}
.person-information-small   {
    font-size: small;
    display: block;
	color: rgba(0, 0, 0, .4);
}
.person-information-small  a {
    color: #3377BB;
}
.person-information-small a:hover {
    color: #666;
}
.person-presentation {
	margin-top: 50px;
    margin-bottom: 25px;
    display: block;
}
.px-3 {
    padding-left: 0rem !important;
}
.py-2 {
    margin-top: -100px !important;
}
/* Estilo para campos bloqueados */
input.readonly-locked {
    background-color: #e9ecef !important; /* Fundo cinza */
    color: #6c757d !important; /* Texto cinza */
    pointer-events: none; /* Impede clique */
    border-color: #ced4da;
}



//
//template antigo até 2024
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-default h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-primary {
    border-color: #37B;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #37B;
    border-color: #37B;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d42b1e;
}
.panel-primary > .panel-heading .badge {
    color: #d42b1e;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d42b1e;
}
.panel-primary h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-success h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-info h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-warning h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.panel-danger h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.panel-module-blue {
    border: 0px;
}
.panel-module-blue > .panel-heading {
    color: #fff;
    background-color: #37B;
    margin: 0;
    padding: 13px 15px;
    line-height: normal;
}
.panel-module-blue h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}
.panel-module-blue > .panel-body {
    border: 1px solid #E5E5E5;
    background-color: #fff;
}
.panel-module-black {
    border: 0px;
}
.panel-module-black > .panel-heading {
    color: #fff;
    background-color: #000;
    margin: 0;
    padding: 13px 15px;
    line-height: normal;
}
.panel-module-black h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}
.panel-module-black > .panel-body {
    border: 1px solid #E5E5E5;
    background-color: #fff;
}
.panel-module-white {
    border: 1px solid #E5E5E5;
}
.panel-module-white > .panel-heading {
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 13px 15px;
    line-height: normal;
    border: 1px solid #E5E5E5;
}
.panel-module-white h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}
.panel-module-white > .panel-body {
    border: 1px solid #E5E5E5;
    border-top-color: #fff;
    background-color: #fff;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.0141987829615%;
    *margin-left: 0.96348884381339%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.0141987829615%;
}
.row-fluid .span12 {
    width: 100%;
    *width: 99.949290060852%;
}
.row-fluid .span11 {
    width: 91.58215010142%;
    *width: 91.531440162272%;
}
.row-fluid .span10 {
    width: 83.16430020284%;
    *width: 83.113590263692%;
}
.row-fluid .span9 {
    width: 74.74645030426%;
    *width: 74.695740365112%;
}
.row-fluid .span8 {
    width: 66.32860040568%;
    *width: 66.277890466531%;
}
.row-fluid .span7 {
    width: 57.910750507099%;
    *width: 57.860040567951%;
}
.row-fluid .span6 {
    width: 49.492900608519%;
    *width: 49.442190669371%;
}
.row-fluid .span5 {
    width: 41.075050709939%;
    *width: 41.024340770791%;
}
.row-fluid .span4 {
    width: 32.657200811359%;
    *width: 32.606490872211%;
}
.row-fluid .span3 {
    width: 24.239350912779%;
    *width: 24.188640973631%;
}
.row-fluid .span2 {
    width: 15.821501014199%;
    *width: 15.770791075051%;
}
.row-fluid .span1 {
    width: 7.4036511156187%;
    *width: 7.3529411764706%;
}
.row-fluid .offset12 {
    margin-left: 102.02839756592%;
    *margin-left: 101.92697768763%;
}
.row-fluid .offset12:first-child {
    margin-left: 101.01419878296%;
    *margin-left: 100.91277890467%;
}
.row-fluid .offset11 {
    margin-left: 93.610547667343%;
    *margin-left: 93.509127789047%;
}
.row-fluid .offset11:first-child {
    margin-left: 92.596348884381%;
    *margin-left: 92.494929006085%;
}
.row-fluid .offset10 {
    margin-left: 85.192697768763%;
    *margin-left: 85.091277890467%;
}
.row-fluid .offset10:first-child {
    margin-left: 84.178498985801%;
    *margin-left: 84.077079107505%;
}
.row-fluid .offset9 {
    margin-left: 76.774847870183%;
    *margin-left: 76.673427991886%;
}
.row-fluid .offset9:first-child {
    margin-left: 75.760649087221%;
    *margin-left: 75.659229208925%;
}
.row-fluid .offset8 {
    margin-left: 68.356997971602%;
    *margin-left: 68.255578093306%;
}
.row-fluid .offset8:first-child {
    margin-left: 67.342799188641%;
    *margin-left: 67.241379310345%;
}
.row-fluid .offset7 {
    margin-left: 59.939148073022%;
    *margin-left: 59.837728194726%;
}
.row-fluid .offset7:first-child {
    margin-left: 58.924949290061%;
    *margin-left: 58.823529411765%;
}
.row-fluid .offset6 {
    margin-left: 51.521298174442%;
    *margin-left: 51.419878296146%;
}
.row-fluid .offset6:first-child {
    margin-left: 50.507099391481%;
    *margin-left: 50.405679513185%;
}
.row-fluid .offset5 {
    margin-left: 43.103448275862%;
    *margin-left: 43.002028397566%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.089249492901%;
    *margin-left: 41.987829614604%;
}
.row-fluid .offset4 {
    margin-left: 34.685598377282%;
    *margin-left: 34.584178498986%;
}
.row-fluid .offset4:first-child {
    margin-left: 33.67139959432%;
    *margin-left: 33.569979716024%;
}
.row-fluid .offset3 {
    margin-left: 26.267748478702%;
    *margin-left: 26.166328600406%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.25354969574%;
    *margin-left: 25.152129817444%;
}
.row-fluid .offset2 {
    margin-left: 17.849898580122%;
    *margin-left: 17.748478701826%;
}
.row-fluid .offset2:first-child {
    margin-left: 16.83569979716%;
    *margin-left: 16.734279918864%;
}
.row-fluid .offset1 {
    margin-left: 9.4320486815416%;
    *margin-left: 9.3306288032454%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.4178498985801%;
    *margin-left: 8.316430020284%;
}
.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 5px 0;
}
.media-heading a {
    color: #37B;
}
.media-heading a:hover {
    color: #666;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    margin-left: 0;
    list-style: none;
}
.menu-edit ul {
	margin: 0;
	line-height: 0;
	padding-left: 0;
}
.menu-edit ul li {
	display: inline;
	margin-left: 5px;
	line-height: 0;
}
.menu-edit ul li a {
	color: #999;
	font-size: 0px;
	display: inline-block;
	width: 16px;
}
.menu-edit ul li a:hover {
	color: #666;
}
.menu-edit ul li a i, .menu-edit ul li a span {
	font-size: 14px;
}
/* STYLING THE ARTICLE-MENU 
-----------------------------------*/
/* menu verical  */
#menu-vert {
	width: 180px;
	float: left;
	margin: 0px 30px 10px 0px;
	background-color: #fff;
}
#menu-vert h3 {
	line-height: 20px;
	font-size: 1em;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid #3264AA;
	background: #37B;
}
#menu-vert ul {
	color: #646E7B;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	background-color: #FEFEFE;
	list-style-image: none;
	list-style-type: none;
}
#menu-vert ul li {
	background: #FEFEFE;
	margin-bottom: 0px;
	padding-left: 0px;
	background-color: #FEFEFE;
}
#menu-vert ul li a:link, #menu-vet2 ul li a:visited {
	padding: 3px;
	border-bottom: 1px solid #C6CED9;
	display: block;
	color: #646E7B;
	text-decoration: none;
}
#menu-vert ul li a:hover {
	color: #4F89D2;
	text-decoration: none;
}
/* fim menu verical  */
.icon-envelope a {
	background-image: url("../../../images/email15x15a.png");
	background-repeat: no-repeat;
	line-height: 15px;
}
.icon-envelope a:hover {
	background-image: url("../../../images/email15x15b.png");
}
.icon_lattes a {
	background-image: url("../../../images/lattes15x15a.png");
	background-repeat: no-repeat;
	line-height: 15px;
}
.icon_lattes a:hover {
	background-image: url("../../../images/lattes15x15b.png");
}
.icon-plus a {
	background-image: url("../../../images/plus15x15a.png");
	background-repeat: no-repeat;
	line-height: 15px;
}
.icon-plus a:hover {
	background-image: url("../../../images/plus15x15b.png");
}
.thumbnail-equipe {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #DDD;
	display: block;
    padding: 4px;
    line-height: 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail-equipe img {
	width: 40px;
	height: auto;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-default h3 {
    font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}




@media (min-width: 1200px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after {
        clear: both;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 1.0141987829615%;
        *margin-left: 0.96348884381339%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 1.0141987829615%;
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.949290060852%;
    }
    .row-fluid .span11 {
        width: 91.58215010142%;
        *width: 91.531440162272%;
    }
    .row-fluid .span10 {
        width: 83.16430020284%;
        *width: 83.113590263692%;
    }
    .row-fluid .span9 {
        width: 74.74645030426%;
        *width: 74.695740365112%;
    }
    .row-fluid .span8 {
        width: 66.32860040568%;
        *width: 66.277890466531%;
    }
    .row-fluid .span7 {
        width: 57.910750507099%;
        *width: 57.860040567951%;
    }
    .row-fluid .span6 {
        width: 49.492900608519%;
        *width: 49.442190669371%;
    }
    .row-fluid .span5 {
        width: 41.075050709939%;
        *width: 41.024340770791%;
    }
    .row-fluid .span4 {
        width: 32.657200811359%;
        *width: 32.606490872211%;
    }
    .row-fluid .span3 {
        width: 24.239350912779%;
        *width: 24.188640973631%;
    }
    .row-fluid .span2 {
        width: 15.821501014199%;
        *width: 15.770791075051%;
    }
    .row-fluid .span1 {
        width: 7.4036511156187%;
        *width: 7.3529411764706%;
    }
    .row-fluid .offset12 {
        margin-left: 102.02839756592%;
        *margin-left: 101.92697768763%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 101.01419878296%;
        *margin-left: 100.91277890467%;
    }
    .row-fluid .offset11 {
        margin-left: 93.610547667343%;
        *margin-left: 93.509127789047%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 92.596348884381%;
        *margin-left: 92.494929006085%;
    }
    .row-fluid .offset10 {
        margin-left: 85.192697768763%;
        *margin-left: 85.091277890467%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 84.178498985801%;
        *margin-left: 84.077079107505%;
    }
    .row-fluid .offset9 {
        margin-left: 76.774847870183%;
        *margin-left: 76.673427991886%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 75.760649087221%;
        *margin-left: 75.659229208925%;
    }
    .row-fluid .offset8 {
        margin-left: 68.356997971602%;
        *margin-left: 68.255578093306%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 67.342799188641%;
        *margin-left: 67.241379310345%;
    }
    .row-fluid .offset7 {
        margin-left: 59.939148073022%;
        *margin-left: 59.837728194726%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 58.924949290061%;
        *margin-left: 58.823529411765%;
    }
    .row-fluid .offset6 {
        margin-left: 51.521298174442%;
        *margin-left: 51.419878296146%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 50.507099391481%;
        *margin-left: 50.405679513185%;
    }
    .row-fluid .offset5 {
        margin-left: 43.103448275862%;
        *margin-left: 43.002028397566%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.089249492901%;
        *margin-left: 41.987829614604%;
    }
    .row-fluid .offset4 {
        margin-left: 34.685598377282%;
        *margin-left: 34.584178498986%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 33.67139959432%;
        *margin-left: 33.569979716024%;
    }
    .row-fluid .offset3 {
        margin-left: 26.267748478702%;
        *margin-left: 26.166328600406%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.25354969574%;
        *margin-left: 25.152129817444%;
    }
    .row-fluid .offset2 {
        margin-left: 17.849898580122%;
        *margin-left: 17.748478701826%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 16.83569979716%;
        *margin-left: 16.734279918864%;
    }
    .row-fluid .offset1 {
        margin-left: 9.4320486815416%;
        *margin-left: 9.3306288032454%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.4178498985801%;
        *margin-left: 8.316430020284%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
	.row-fluid {
        width: 100%;
        *zoom: 1;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after {
        clear: both;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 1.3623978201635%;
        *margin-left: 1.3116878810154%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 1.3623978201635%;
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.949290060852%;
    }
    .row-fluid .span11 {
        width: 91.553133514986%;
        *width: 91.502423575838%;
    }
    .row-fluid .span10 {
        width: 83.106267029973%;
        *width: 83.055557090825%;
    }
    .row-fluid .span9 {
        width: 74.659400544959%;
        *width: 74.608690605811%;
    }
    .row-fluid .span8 {
        width: 66.212534059946%;
        *width: 66.161824120797%;
    }
    .row-fluid .span7 {
        width: 57.765667574932%;
        *width: 57.714957635784%;
    }
    .row-fluid .span6 {
        width: 49.318801089918%;
        *width: 49.26809115077%;
    }
    .row-fluid .span5 {
        width: 40.871934604905%;
        *width: 40.821224665757%;
    }
    .row-fluid .span4 {
        width: 32.425068119891%;
        *width: 32.374358180743%;
    }
    .row-fluid .span3 {
        width: 23.978201634877%;
        *width: 23.927491695729%;
    }
    .row-fluid .span2 {
        width: 15.531335149864%;
        *width: 15.480625210716%;
    }
    .row-fluid .span1 {
        width: 7.0844686648501%;
        *width: 7.0337587257021%;
    }
    .row-fluid .offset12 {
        margin-left: 102.72479564033%;
        *margin-left: 102.62337576203%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 101.36239782016%;
        *margin-left: 101.26097794187%;
    }
    .row-fluid .offset11 {
        margin-left: 94.277929155313%;
        *margin-left: 94.176509277017%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 92.91553133515%;
        *margin-left: 92.814111456854%;
    }
    .row-fluid .offset10 {
        margin-left: 85.8310626703%;
        *margin-left: 85.729642792004%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 84.468664850136%;
        *margin-left: 84.36724497184%;
    }
    .row-fluid .offset9 {
        margin-left: 77.384196185286%;
        *margin-left: 77.28277630699%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.021798365123%;
        *margin-left: 75.920378486826%;
    }
    .row-fluid .offset8 {
        margin-left: 68.937329700272%;
        *margin-left: 68.835909821976%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 67.574931880109%;
        *margin-left: 67.473512001813%;
    }
    .row-fluid .offset7 {
        margin-left: 60.490463215259%;
        *margin-left: 60.389043336963%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.128065395095%;
        *margin-left: 59.026645516799%;
    }
    .row-fluid .offset6 {
        margin-left: 52.043596730245%;
        *margin-left: 51.942176851949%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 50.681198910082%;
        *margin-left: 50.579779031786%;
    }
    .row-fluid .offset5 {
        margin-left: 43.596730245232%;
        *margin-left: 43.495310366935%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.234332425068%;
        *margin-left: 42.132912546772%;
    }
    .row-fluid .offset4 {
        margin-left: 35.149863760218%;
        *margin-left: 35.048443881922%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 33.787465940054%;
        *margin-left: 33.686046061758%;
    }
    .row-fluid .offset3 {
        margin-left: 26.702997275204%;
        *margin-left: 26.601577396908%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.340599455041%;
        *margin-left: 25.239179576745%;
    }
    .row-fluid .offset2 {
        margin-left: 18.256130790191%;
        *margin-left: 18.154710911895%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 16.893732970027%;
        *margin-left: 16.792313091731%;
    }
    .row-fluid .offset1 {
        margin-left: 9.8092643051771%;
        *margin-left: 9.707844426881%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.4468664850136%;
        *margin-left: 8.3454466067175%;
    }
}
@media (max-width: 767px) {
    
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }
    .container-fluid {
        padding: 0;
    }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 0;
    }
    .container {
        width: auto;
    }
    .row-fluid {
        width: 100%;
    }
    .row,
    .thumbnails {
        margin-left: 0;
    }
    .thumbnails > li {
        float: none;
        margin-left: 0;
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: left;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }
    .controls-row [class*="span"] + [class*="span"] {
        margin-left: 0;
    }
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }
    .modal.fade {
        top: -100px;
    }
    .modal.fade.in {
        top: 20px;
    }
}
.sppb-person-email {
    font-size: small;
}
.sppb-person-email a {
    color: #3377BB;
}
.sppb-person-email  a:hover {
    color: #dc3545;
}
.sppb-person-information a {
    color: #3377BB;
}

.sppb-person-information a:hover {
    color: #666;
}
#sp-header .sp-module {
    margin-right: -15px;
}
@media (min-width: 992px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {padding: 0 10px; font-size: small;}
    .burger-icon {width: 15px;}
}

@media (min-width: 1200px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {padding: 0 17.5px; font-size: 14px;}
    .burger-icon {width: 25px;}
}
@media (min-width: 1400px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {padding: 0 27.5px;}
    .burger-icon {width: 25px;}
}
.blackbg-md {
    background: #3ba9f3;
    padding: 10px;
    margin: 0 -15px;
}
.blackbg-h {
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    color: #fff;
}

#restrito-id >li>ul>li>a {
    margin-left: 15px;
    font-size: 0.8rem;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
    background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
    background: #f9f9f9;
}
.cat-list-row0 a,
.cat-list-row1 a {
    color: #3377BB;
}
.cat-list-row0 a:hover, a:focus, a:active,
.cat-list-row1 a:hover, a:focus, a:active {
    color: #203646;
}
.sp-slider-outer-stage {
    margin-top: -70px;
}

@media (max-width:576px){
    .header-6#sp-header #offcanvas-toggler {margin-left: 0px;}
    .row > * {padding-left: 0px;}
    #sp-title .sp-page-title .sp-page-title-heading {font-size: xx-large;}
}
@media (min-width:992px){
    .header-6#sp-header>.container>.container-inner>.row{margin-left:0px}
    .header-6.header-overlap+#sp-titles .sp-page-title {padding-top:250px;padding-bottom:40px}
    .header-6#sp-header .module-search-overlay a i{line-height:70px;padding:0 16px}
}
@media (min-width:1200px){
    .header-6#sp-header .module-search-overlay a i{padding:0 15px}
}
.header-6#sp-header{height:70px}
.header-6#sp-header .logo{height:70px}
.header-6#sp-header.sticky-black.header-sticky{background:#000 !important}
.header-6#sp-header .sp-module{height:70px}
.header-6#sp-header #offcanvas-toggler{height:70px;line-height:70px}
.header-6#sp-header #offcanvas-toggler .burger-icon span{background:#fff}
.header-6#sp-header .module-search-overlay a{color:#fff}
.header-6#sp-header .module-search-overlay a i{line-height:70px;padding:0 15px}
.header-6#sp-header .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{line-height:70px;color:#fff;text-transform:uppercase}
.header-6#sp-header .sp-megamenu-parent>li>a .sp-menu-badge{background:#fff}
.header-6#sp-header .sp-megamenu-parent{background-color: rgba(27, 127, 204, .8)}

.header-6#sp-header .sp-megamenu-parent>li.active>a,.sp-megamenu-parent>li>span:hover,.sp-megamenu-parent>li.sp-has-child>span.active,.sp-megamenu-parent>li.active,.header-6#sp-header .sp-megamenu-parent>li:hover>a {
    background: #62baf5
}
.header-6#sp-header {
    background: #3ba9f3db !important
}

.sp-page-title.title-image-bg {
    padding: 80px 0
}



#title-9-white .sppb-section-title .sppb-title-heading:before{background:#fff}

#title-9-white .sppb-section-title .sppb-title-heading:after {border-top-color: #fff}