textarea {
	resize: vertical;
}

a {
	color: #792522;
	font-family: 'Roboto Slab', sans-serif;
}

a:focus {
	outline: none;
}

a.btn-fill {
	/*font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;*/
}

hr {
	border-top-color: #e5e5e5;
}

.table>thead>tr>th {
	font-size: 14px;
}

.modal-content {
	overflow: hidden;
}

.modal-header {
	color: #fff;
	background-color: #792522;
}

.modal-backdrop.in {
	opacity: .4;
}

.ad {
	margin-bottom: 30px;
	padding: 30px 0;
	background: url('img/body-pattern-red.png') repeat;
}

.ad a {
	display: inline-block;
	vertical-align: top;
}

.img-cover img,
.img-contain img {
	display: none !important;
}


/* ALINHAMENTO DAS IMAGENS*/

.img-group {
	display: table;
	margin: 0 auto;
}

.img-wrap {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0;
}

.img-wrap a,
.img-wrap a:hover,
.img-wrap a:focus {
	color: #333;
	text-decoration: none;
}

.img-wrap a:hover img {
	opacity: .8;
}

.img-wrap img {
	max-width: 100%;
}

.img-wrap figcaption {
	display: table-caption;
	margin-bottom: 15px;
	caption-side: bottom;
	font-size: 12px;
	text-align: center;
}

.img-wrap.img-left {
	float: left;
	margin: 5px 30px 0 0;
}

.img-wrap.img-right {
	float: right;
	margin: 5px 0 0 30px;
}

.img-wrap.img-center {
	display: inline-block;
	width: 100%;
	margin: 30px 0 15px;
	text-align: center;
}

@media (max-width: 767px) {
	.img-wrap {
		display: inline-block;
		width: 100%;
		margin: 15px 0;
		float: none;
		text-align: center;
	}
}

.img-list {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.img-list li {
	position: relative;
	display: inline-block;
	width: 13.7%;
	margin-bottom: 30px;
	vertical-align: top;
}

.img-list .img-group {
	width: 100%;
}

.img-list-item {
	width: 100%;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.img-list a,
.img-list a:hover,
.img-list a:focus {
	color: #333;
	text-decoration: none;
}

.img-list a:hover .img-list-item {
	opacity: .8;
}

.img-list figcaption {
	font-size: 10px;
	text-align: center;
}

@media (min-width: 768px) {
	.img-list li:nth-child(6n+1) {
		margin-left: 0;
		clear: both;
	}

	.img-list li+li {
		margin-left: 30px;
	}
}

@media (max-width: 1199px) {
	.img-list li {
		width: 13.3%;
	}

	.img-list-item {
		height: 100px;
	}
}

@media (max-width: 991px) {
	.img-list li {
		width: 12.7%;
	}

	.img-list-item {
		height: 90px;
	}

	.card-delegado a {
		margin: 35px auto !important;
	}
}

@media (max-width: 767px) {
	.img-list li {
		display: block;
		width: 270px;
		margin: 30px auto;
	}

	.img-list-item {
		height: 180px;
	}
}

.breadcrumb {
	display: inline-block;
	width: 100%;
}

.breadcrumb .user {
	float: right;
}

.breadcrumb .user:before {
	display: none;
}

.breadcrumb .user .boas-vindas,
.breadcrumb .user .logout {
	display: inline-block;
	vertical-align: top;
}

.breadcrumb .user .logout {
	margin-left: 20px;
	font-weight: 700;
	text-align: right;
}

@media (max-width: 991px) {
	.breadcrumb .user {
		display: block !important;
		float: none;
		margin: 10px 0;
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}

	.breadcrumb .user .boas-vindas {
		width: 80%;
	}

	.breadcrumb .user .logout {
		width: 18%;
		margin: 0;
	}
}

article.post {
	background: #fff;
}

article.post img.avatar.pull-left {
	margin-right: 15px;
	margin-bottom: 15px;
}

article.post img.avatar.pull-right {
	margin-left: 15px;
	margin-bottom: 15px;
}

body {
	/* padding-top: 100px; */
}

h1 {
	font-size: 34px;
	margin-bottom: 20px;
}

.card {
	margin-bottom: 30px;
}

.card .filter .btn {
	color: #9a9a9a;
}

@media (min-width: 992px) {
	.card.card1 {
		margin-bottom: 0;
	}

	.card.card1 .content {
		height: 290px;
	}

	.card.card1 .content .description {
		display: -webkit-box;
		max-height: 120px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.card.card2 .content {
		height: 150px;
	}

	.card.card2 .content h4 {
		display: -webkit-box;
		max-height: 92px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.card.card3 .content {
		height: 210px;
	}

	.card.card3 .content h4 {
		display: -webkit-box;
		max-height: 154px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.card.card4 .content {
		height: 205px;
	}

	.card.card4.height100px .content {
		height: 100px;
	}

	.card.card4.height150px .content {
		height: 150px;
	}

	.card.card4.alt .content {
		height: 171px;
	}

	.card.card4 .content h4 {
		display: -webkit-box;
		max-height: 152px;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	.card-horizontal .description {
		min-height: 0;
	}

	.card-alltype2:nth-child(2n+1) {
		clear: both;
	}

	.card-alltype2:nth-child(1) {
		/*clear: none;*/
	}
}

.bg-casag {
	background: #12314e;
	color: #fff;
}

.bg-casag a {
	color: #fff;
}

.bg-red {
	background-color: #501817;
	background-image: url(../img/body-pattern-red.png);
}

.bg-red a {
	color: #fff;
}

.bg-red h2 .btn {
	border-color: #fff;
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.bg-white h2,
.bg-white h2 .btn {
	border-color: #501817;
	color: #501817;
}

.pagination {
	display: inline-block;
}

.pagination table {
	border-collapse: separate;
	border-spacing: 2px;
}

.pagination table th {
	font-weight: 400;
}

.pagination table td:nth-child(1) {
	display: none;
}

.pagination table td:nth-child(2) img,
.pagination table td:nth-child(3) img,
.pagination table td:nth-last-child(2) img,
.pagination table td:last-child img {
	display: none;
}

.pagination table td:nth-child(2) a:before,
.pagination table td:nth-child(3) a:before,
.pagination table td:nth-last-child(2) a:before,
.pagination table td:last-child a:before {
	font-family: 'FontAwesome';
	color: #777;
}

.pagination table td:nth-child(2):hover a:before,
.pagination table td:nth-child(3):hover a:before,
.pagination table td:nth-last-child(2):hover a:before,
.pagination table td:last-child:hover a:before {
	color: #333;
}

.pagination table td:nth-child(2) a:before {
	content: '\f049';
}

.pagination table td:nth-child(3) a:before {
	content: '\f04a';
}

.pagination table td:nth-last-child(2) a:before {
	content: '\f04e';
}

.pagination table td:last-child a:before {
	content: '\f050';
}

.pagination table td:nth-child(2),
.pagination table td:nth-child(3),
.pagination table td:nth-last-child(2),
.pagination table td:last-child,
.pagination .cell {
	position: relative;
	width: 32px;
	float: left;
	margin: 0 2px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .3);
}

.pagination table td:nth-child(2),
.pagination table td:nth-child(3),
.pagination table td:nth-last-child(2),
.pagination table td:last-child,
.pagination a .cell {
	color: #777;
	text-decoration: none;
	background-color: #fff;
}

.pagination table td:nth-child(2):hover,
.pagination table td:nth-child(3):hover,
.pagination table td:nth-last-child(2):hover,
.pagination table td:last-child:hover,
.pagination a:hover .cell {
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

.pagination table td:nth-child(2) {
	padding-right: 2px;
}

.pagination table td:nth-child(3) {
	padding-right: 4px;
}

.pagination table td:nth-last-child(2) {
	padding-left: 4px;
}

.pagination table td:last-child {
	padding-left: 2px;
}

@media (max-width: 767px) {

	.pagination table td:nth-child(2),
	.pagination table td:nth-child(3),
	.pagination table td:nth-last-child(2),
	.pagination table td:last-child,
	.pagination .cell {
		width: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.pagination table td:nth-child(2) {
		padding-right: 1px;
	}

	.pagination table td:nth-child(3) {
		padding-right: 2px;
	}

	.pagination table td:nth-last-child(2) {
		padding-left: 2px;
	}

	.pagination table td:last-child {
		padding-left: 1px;
	}
}

body.casag a {
	color: #1a3a63
}

body.casag a.special-link {
	color: #fff;
}

body.casag .btn.btn-primary,
body.casag .btn.btn-info {
	background-color: #12314e;
	border-color: #fff;
	color: #fff;
}

body.casag .checkbox.checked,
body.casag .radio.checked,
body.casag .checkbox.checked .second-icon,
body.casag .radio.checked .second-icon,
body.casag .card .commission .title {
	color: #12314e;
}

body.casag footer {
	background: #12314e;
	color: #fff;
}

body.casag footer a {
	color: #fff;
}

body.casag nav.navbar-fixed-top .navbar-brand>img {
	height: 100%;
}

body.casag .navbar-default.navbar-fixed-top {
	background: #12314e;
}

body.casag .pagination .active>span {
	background-color: #12314e;
	color: #fff;
}

body.casag .bg-white h2 {
	color: #12314e;
}

body.casag .bg-white h2 .btn {
	border-color: #fff;
	color: #fff;
}

body.casag .pagination .active>span {
	background-color: #12314e;
	border: 1px solid #fff;
	color: #fff;
}

body.casag .pagination li a {
	color: #12314e;
}

body.esa a {
	color: #0189a8;
}

body.esa .bg-white h2,
body.esa .bg-white h2 .btn {
	border-color: #0189a8;
	color: #0189a8;
}

body.esa .navbar-brand {
	margin: 5px 0 0 5px;
	padding: 0;
}

body.esa .navbar>.container .navbar-brand,
body.esa .navbar>.container-fluid .navbar-brand {
	margin: 5px 0 0 5px;
}

body.esa .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

body.esa .pagination .active>span {
	background-color: #0189a8;
	border: 1px solid #fff;
	color: #fff;
}

body.esa .pagination li a {
	color: #0189a8;
}

body.esa>section>.title {
	border-bottom: 2px solid #0189a8;
	margin-bottom: 30px;
}

.text-esa {
	color: #0189a8;
}

.card .commission.esa .card-link .title {
	color: #0189a8;
	min-height: 2em;
	text-align: center;
}

body.esa .card.card4 .content {
	height: 250px;
}

body.atiHome .card.card4 .content {
	height: 130px;
}

@media screen and (min-width: 1200px) {
	body.esa nav .navbar-nav {
		width: calc(100% - 200px);
		padding-left: 5px;
	}

	body.esa .navbar>.container .navbar-brand,
	body.esa .navbar>.container-fluid .navbar-brand {
		width: 185px;
	}
}

body {
	background-image: url(../img/body-pattern.png);
	background-repeat: repeat;
}

body.home>section.bg-white {
	background-image: url(img/body-pattern.png);
	background-repeat: repeat;
}

footer,
.navbar-default.navbar-fixed-top {
	background-color: #501817;
	background-image: url(img/body-pattern-red.png);
}

body.home>section:nth-of-type(odd) h2 {
	color: #fff;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

body.home>section:nth-of-type(odd) h2 .btn {
	border-color: #501817;
	color: #501817;
}

body.home>section:nth-of-type(odd) .title {
	border-bottom: 2px solid #501817;
	margin-bottom: 30px;
}

body.home>section:nth-of-type(even) h2 {
	color: #501817;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}

body.home>section:nth-of-type(even) h2 .btn {
	color: #501817;
}

h2 .fa {
	width: auto;
}

body.home>section:nth-of-type(even) .title {
	border-bottom: 2px solid #501817;
	margin-bottom: 30px;
}

body.home>section:nth-of-type(even) .navbar.categories a {
	color: #501817;
}

body.home>section#carousel {
	background-image: url(img/body-pattern.png);
	background-repeat: repeat;
}

body.home .bg-red .title h2 span {
	background-color: #fff;
	color: #501817;
	padding: 0 0.25em;
}

body.home .bg-white .title h2 span {
	background-color: #501817;
	color: #fff;
	padding: 0 0.25em;
}

.title.title-border {
	border-bottom: 2px solid #501817;
	margin-bottom: 30px;
}

.title.title-border h2 {
	margin-bottom: 10px;
}

.title.title-border i {
	vertical-align: baseline;
}

.title.title-border .btn-primary {
	border-color: #501817;
	color: #501817;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: #501817;
	color: #fff;
}

body.cel a,
body.cel .nav-text>li.active a,
body.cel .nav-icons>li.active a {
	color: #12314e;
}

body.cel .bg-red a {
	color: #fff;
}

body.cel .navbar-nav.navbar-left a,
body.cel .navbar-nav.navbar-left .dropdown-menu a {
	color: #12314e;
}

body.cel .navbar-nav.navbar-left a.active,
body.cel .navbar-nav.navbar-left .dropdown-menu a.active {
	color: #501817;
}

body.cel .navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

body.cel .bg-white .btn {
	border-color: #12314e;
}

body.cel .bg-white .btn,
body.cel .bg-white a,
body.cel .bg-white h2 {
	color: #12314e;
}

body.cel .navbar.navbar-default,
body.cel .navbar.navbar-default.navbar-fixed-top {
	background: #f3eae3;
}

body.cel .navbar-nav .dropdown-menu>li>a:hover,
body.cel .navbar-nav .dropdown-menu>li>a:focus,
body.cel .navbar-nav .dropdown-menu>li.active>a,
body.cel .bg-red {
	background: #12314e;
	color: #fff;
}

body.cel .pagination .active>span {
	background-color: #12314e;
}

.card-horizontal .content {
	padding: 15px 15px 10px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	-webkit-filter: brightness(0.6);
	filter: brightness(70%);
}

body.casag .carousel-caption {
	background: #12314e;
	color: #fff;
}

body.casag .carousel-caption a {
	color: #fff;
}

.carousel-caption {
	background-color: #792522;
	background-image: url(img/body-pattern.png);
	background-repeat: repeat;
	position: relative;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.carousel-caption,
.carousel-caption a {
	color: #501817;
}

.carousel-caption .btn {
	background-color: #501817;
	border-radius: 0;
	color: #fff;
	margin-bottom: 0;
}

.carousel-caption .btn:hover {
	background-color: #501817;
	color: #fff;
}

.category-filter {
	margin-bottom: 15px;
}

.category-filter label {
	margin-left: 1em;
}

.btn {
	margin-bottom: 15px;
}

.form-inline .btn {
	margin-bottom: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active:hover,
.open>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	border-color: #fff;
	border-radius: 0;
	color: #fff;
}

.btn-fill.btn-primary:hover,
.btn-fill.btn-primary:focus,
.btn-fill.btn-primary:active,
.btn-fill.btn-primary.active,
.btn-fill.btn-primary:active:focus,
.btn-fill.btn-primary:active:hover,
.btn-fill.btn-primary.active:focus,
.btn-fill.btn-primary.active:hover,
.open>.btn-fill.btn-primary.dropdown-toggle,
.open>.btn-fill.btn-primary.dropdown-toggle:focus,
.open>.btn-fill.btn-primary.dropdown-toggle:hover {
	border-color: transparent;
	border-radius: 4px;
}

.btn-sm,
.btn-lg {
	border-radius: 4px;
}

.clear {
	clear: both;
	display: block;
	float: none;
	width: 100%;
}

.card .commission .card-link .title {
	color: #792522;
	font-size: 18px;
	line-height: 1.4em;
	text-transform: uppercase;
	min-height: 5.6em;
}

footer {
	color: #fff;
	padding: 45px 0 0;
	border-top: 45px solid #fff;
}

footer>div.text-center:last-of-type {
	background: url(../img/rodape-1920x175.jpg) center top no-repeat;
	background-size: cover;
	height: 176px;
}

body.cel footer {
	background: #12314e;
}

body.esa a {
	color: #0189a8;
}

body.esa a.special-link {
	color: #fff;
	;
}

body.esa .bg-red a {
	color: #fff;
}

body.esa .bg-red .breadcrumb>.active {
	color: #ccc;
}

body.esa footer {
	background: #0189a8;
}

body.cel footer a,
body.esa footer a {
	color: #fff;
}

.text-esa {
	color: #0189a8;
}


/* body.esa .card .image {
	height: auto;
	background-image: none;
} */

footer a,
footer .btn {
	border-color: #fff;
	color: #fff;
}

footer .row>.col-xs-10 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.hotline-link {
	color: #fff;
	font-size: 12px;
}

footer .hotline-link {
	display: inline-block;
	width: 140px !important;
}

footer .hotline-link {
	background-color: rgba(250, 250, 250, 0.2);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.3);
	color: #fff;
	display: table !important;
	float: right;
	font-size: 13px;
	font-weight: bold;
	height: 3.5em;
	margin-top: -5px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	width: calc(25% - 51px);
}

footer .hotline-link:hover {
	color: #0092b7;
}

.inner-nav ul {
	padding-left: 15px;
}

.members {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.navbar {
	font-size: 14px;
}

.navbar .navbar-brand {
	height: 61px;
	margin: 5px 0 5px;
	padding: 5px;
}

.navbar-collapse.collapse.in {
	display: block !important;
}

.navbar.categories {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar.categories .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}

.navbar.categories a {
	color: #fff;
}

.navbar.navbar-default {
	background-color: #792522;
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
	z-index: 1000;
}

.navbar.navbar-default.navbar-esa {
	background-color: #0189a8;
}

.navbar-default.navbar-esa .navbar-nav>.active>a {
	color: #0189a8;
}

.navbar-default .navbar-nav>li>a:not(.btn):hover,
.navbar-default .navbar-nav>li>a:not(.btn):focus {
	color: #0189a8;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:not (.btn):hover,
.navbar-default .navbar-nav>.active>a:not (.btn):focus,
.navbar-default .navbar-nav>li>a:not (.btn):hover,
.navbar-default .navbar-nav>li>a:not (.btn):focus {
	color: #fff;
}

.navbar-default.navbar-fixed-top {
	border-bottom: 2px solid #fff;
	min-height: 80px;
}

.navbar-search-form::-webkit-input-placeholder {
	color: #fff;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
}

.navbar-search-form::-moz-placeholder {
	color: #fff;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
}

.navbar-search-form:-ms-input-placeholder {
	color: #fff;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
}

.navbar-search-form .fa {
	color: #fff;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
}

.navbar-oab .navbar-search-form .fa {
	color: #501817;
	text-shadow: none;
}

.navbar-esa .navbar-search-form .fa {
	color: #0189a8;
	text-shadow: none;
}

.navbar-search-form:-moz-placeholder {
	color: #fff;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.5);
}

.nav-select {
	border: 2px solid #501817;
	border-radius: 6px;
	margin: 15px 0;
	padding: 0.5em 0.5em;
	width: 100%;
}

nav .navbar-nav>.social a {
	margin: 0;
	padding: 0;
}

@media (max-width: 1199px) {
	.navbar .navbar-nav>li>a {
		margin: 0;
		color: #fff;
	}

	.navbar .navbar-nav>li>a:hover,
	.navbar .navbar-nav>li.active>a {
		color: #ccc !important;
	}

	.navbar-brand>img {
		max-height: 100%;
	}

	.navbar-oab .navbar-search-form {
		margin-top: -20px;
		margin-left: -25px;
	}

	.navbar-oab .navbar-search-form .fa {
		float: left;
		margin-top: 5px;
		margin-bottom: -30px;
		opacity: .7;
		color: #fff;
		text-shadow: none;
	}

	.navbar-oab .navbar-search-form label,
	.navbar-oab .navbar-search-form input {
		width: 90%;
		margin-left: 20px;
		color: #fff !important;
	}

	.navbar-oab .navbar-search-form .form-control::-webkit-input-placeholder {
		color: #fff !important;
		opacity: .7;
	}

	.navbar-oab .navbar-search-form .form-control:-ms-input-placeholder {
		color: #fff !important;
		opacity: .7;
	}

	.navbar-oab .navbar-search-form .form-control::-moz-placeholder {
		color: #fff !important;
		opacity: .7;
	}

	.navbar-oab .navbar-search-form .form-control:-moz-placeholder {
		color: #fff !important;
		opacity: .7;
	}
}

.no-list {
	list-style: none;
}

.portal-links {
	background-image: url(../img/bg-portal-links.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	display: inline-block;
	list-style: none;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 4px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}

.portal-links li {
	display: inline-block;
	letter-spacing: 1px;
	margin: 0;
}

.portal-links li:after {
	color: #501817;
	content: '|';
	display: inline-block;
	height: auto;
	width: 1em;
}

.portal-links li:last-of-type:after {
	content: '';
	width: auto;
}

.portal-links li a {
	color: #777;
}

.portal-links li.active a {
	color: #501817;
	font-weight: bold;
}

.portal-links li a:hover {
	color: #501817;
	text-decoration: underline;
}

.navbar-esa .portal-links li.active a {
	color: #0189a8;
	font-weight: bold;
}

.navbar-esa .portal-links li a:hover {
	color: #0189a8;
	text-decoration: underline;
}

.special-link {
	color: #fff;
}

.subtitle li {
	display: inline-block;
}

.subtitle li:after {
	content: ' - ';
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.subtitle li:last-of-type:after {
	content: '';
	margin: 0;
}

.text-red {
	color: #501817;
}

.text-white {
	color: #fff !important;
}

.title h2 {
	font-size: 28px;
	font-weight: bold;
}

body.esa .bg-red,
body.esa .navbar.navbar-fixed-top,
body.esa footer {
	background: #0189a8;
	color: #fff;
}

body.esa .navbar.navbar-fixed-top {
	padding-bottom: 0;
}

body.esa .navbar.navbar-fixed-top .navbar-brand>img {
	height: 100%;
}

.upper-nav {
	background: transparent url(../img/body-pattern.png) repeat top center;
	position: relative;
	z-index: 1;
}

.upper-nav .navbar-search-form {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	width: 25% !important;
}

.navbar-oab .navbar-search-form .form-control {
	color: #501817;
}

.navbar-oab .navbar-search-form .form-control::-webkit-input-placeholder {
	color: #501817;
}

.navbar-oab .navbar-search-form .form-control:-ms-input-placeholder {
	color: #501817;
}

.navbar-oab .navbar-search-form .form-control::-moz-placeholder {
	color: #501817;
	opacity: 1;
}

.navbar-oab .navbar-search-form .form-control:-moz-placeholder {
	color: #501817;
	opacity: 1;
}

.navbar-esa .navbar-search-form .form-control {
	color: #0189a8;
}

.navbar-esa .navbar-search-form .form-control::-webkit-input-placeholder {
	color: #0189a8;
}

.navbar-esa .navbar-search-form .form-control:-ms-input-placeholder {
	color: #0189a8;
}

.navbar-esa .navbar-search-form .form-control::-moz-placeholder {
	color: #0189a8;
	opacity: 1;
}

.navbar-esa .navbar-search-form .form-control:-moz-placeholder {
	color: #0189a8;
	opacity: 1;
}

.twitter-share-button {
	display: inline-block;
	margin-left: 15px;
	top: 5px;
	position: relative !important;
}

@media screen and (min-width: 768px) {
	.members {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.navbar-search-form {
		margin-right: 15px;
		padding-right: 0;
	}

	.navbar-search-form input[type=text],
	.navbar-search-form input[type=email] {
		border-bottom: 2px solid #fff;
		width: calc(100% - 22px);
	}

	.navbar-oab .navbar-search-form input[type=text],
	.navbar-oab .navbar-search-form input[type=email] {
		border-bottom-color: #501817;
	}

	.navbar-esa .navbar-search-form input[type=text],
	.navbar-esa .navbar-search-form input[type=email] {
		border-bottom-color: #0189a8;
	}

	.portal-links {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 992px) {
	footer .brand {
		margin-top: 15px;
	}

	.members {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	body {
		padding-top: 0;
	}

	.carousel-inner>.item>img {
		margin-left: 46%;
		max-height: 480px;
	}

	.carousel-caption {
		background: #fff;
		color: #fff;
		font-size: 32px;
		padding-left: 15px;
		padding-right: 15px;
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		text-align: left;
		width: 46%;
	}

	body.casag .carousel-caption {
		background: #12314e;
	}

	body.casag .carousel-caption a {
		color: #fff;
	}

	body.casag .navbar-brand {
		margin-top: -50px;
	}

	body.casag nav.navbar-fixed-top .navbar-brand {
		margin-top: 0;
	}

	body.casag nav.navbar-fixed-top .navbar-nav {
		width: calc(100% - 95px);
	}

	body.esa .navbar-brand {
		margin: -20px 10px 5px 0;
	}

	body.esa .navbar.navbar-fixed-top .navbar-brand {
		margin: 0 0 5px;
		padding: 0;
	}

	body.esa .navbar.navbar-fixed-top .navbar-nav {
		width: calc(100% - 215px);
	}

	.carousel-caption a:not(.btn) {
		border-bottom: 2px solid #fff;
		display: inline-block;
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 20%;
		text-shadow: none;
	}

	.carousel-caption a.btn {
		position: absolute;
		bottom: 10%;
		left: 15px;
	}

	.carousel-control {
		left: 42%;
		top: auto;
		bottom: 20%;
	}

	.carousel-control.right {
		right: 42%;
	}

	.hotline-link,
	body.esa .hotline-link {
		background-color: rgba(250, 250, 250, 0.2);
		-webkit-box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.3);
		box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.3);
		color: #fff;
		display: table !important;
		float: right;
		font-size: 13px;
		font-weight: bold;
		height: 3.5em;
		margin-top: -10px;
		margin-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		text-transform: uppercase;
		width: 160px;
	}

	body.oab .hotline-link {
		background-color: rgba(250, 250, 250, 0.2);
		-webkit-box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.3);
		box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, 0.3);
		color: #fff;
		display: table !important;
		float: right;
		font-size: 13px;
		font-weight: bold;
		height: 3.5em;
		margin-top: -14px;
		margin-right: 15px;
		margin-bottom: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		text-transform: uppercase;
		width: calc(25% - 51px);
	}

	body.oab .hotline-link:hover,
	body.esa .hotline-link:hover {
		color: #0092b7;
	}

	.hotline-link span:not(.navbar-oab .hotline-link span) {
		background-color: #501817;
		color: #fff;
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
	}

	body.oab .hotline-link>span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	body.esa .hotline-link span {
		background-color: #00667d;
	}

	.hotline-link.no-tel {
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	.members {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	nav .navbar-nav {
		background-image: url(../img/bg-header-nav.png);
		background-position: top 53% center;
		background-repeat: repeat-x;
		display: table;
		font-size: 13px;
		font-weight: bold;
		margin-left: 15px;
		margin-top: 0;
		width: calc(100% - 128px);
	}

	nav.navbar-fixed-top .navbar-nav {
		width: calc(100% - 143px);
		margin-top: 15px;
	}

	.navbar .navbar-nav>li {
		display: table-cell;
		float: none;
		text-align: center;
		vertical-align: middle;
	}

	.navbar .navbar-nav>li>a {
		max-height: 40px;
		padding: 0 3px !important;
		margin: 8px 3px;
	}

	nav .navbar-nav>li:first-of-type>a {
		margin-left: 0;
	}

	.navbar.navbar-default {
		background-image: url(img/body-pattern-red.png);
		background-repeat: repeat;
		position: relative;
		z-index: 1000;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:not (.btn):hover,
	.navbar-default .navbar-nav>.active>a:not (.btn):focus,
	.navbar-default .navbar-nav>li>a:not (.btn):hover,
	.navbar-default .navbar-nav>li>a:not (.btn):focus {
		color: #501817;
	}

	.navbar.navbar-default.navbar-esa {
		padding-bottom: 15px;
		background-image: none;
	}

	body.cel .navbar.navbar-default {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.65)), to(rgba(0, 0, 0, 0)));
		background: -o-linear-gradient(top, rgba(250, 250, 250, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to bottom, rgba(250, 250, 250, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
		/* IE6-9 */
	}

	.navbar-default {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}

	.navbar-default.navbar-fixed-top {
		background-image: url(../img/body-pattern-red.png);
		background-repeat: repeat;
		position: fixed;
	}

	.navbar-default.navbar-fixed-top .upper-nav,
	.navbar-default.navbar-fixed-top .hotline-link,
	.navbar-default.navbar-fixed-top .info-phones,
	.navbar-default.navbar-fixed-top .special-link {
		display: none !important;
	}

	.navbar-default.navbar-esa.navbar-fixed-top .special-link {
		display: block !important;
	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}

	.upper-nav .navbar-search-form {
		margin-top: 10px;
	}

	/* Páginas Institucionais */
	body.institucional .navbar-default .navbar-nav {
		display: table;
	}

	body.institucional .navbar-default .navbar-nav>li {
		display: table-cell;
		font-size: 13px;
		float: none;
		vertical-align: middle;
	}

	body.institucional .navbar-default .navbar-nav>li>a {
		max-height: 40px;
		padding: 0;
	}

	body.institucional .navbar-default .navbar-nav>li>a:hover,
	body.institucional .navbar-default .navbar-nav>li>a:focus,
	body.institucional .navbar-default .navbar-nav>li.active>a {
		background-color: transparent;
		color: #792522;
	}
}

.img-upload {
	position: relative;
	text-align: center;
}

.img-upload>input {
	display: none;
}

.img-upload label {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 4px;
	background-color: #eee;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

.img-upload .lbl-choose {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px 10px;
	white-space: nowrap;
	z-index: 100;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	cursor: pointer;
}

.form-control.no-border {
	border: none;
}

.form2 section {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.form2 legend {
	padding: 5px 15px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	border-bottom: none;
	border-radius: 4px;
	background-color: #333;
}

.form2 .form-img-upload button {
	display: inline-block;
}

.form2 .form-img-upload {
	text-align: center;
}

.form2 .item {
	display: inline-block;
	width: 100%;
}

.form2 .item+.item {
	padding-top: 15px;
	border-top: 1px solid #959595;
}

.form2 hr {
	margin: 0;
	margin-bottom: 10px;
}

.form2 .badge {
	cursor: pointer;
}

@media (max-width: 767px) {
	.form2 .section-info-adicional .cobranca-bancaria .radio-inline+.radio-inline {
		margin-left: 0;
	}
}


/*@ wrap-topicos */

.wrap-topicos {
	clear: both;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding: 10px 0;
	margin: 25px 0;
	font-size: .85em;
}

.wrap-topicos strong {
	display: inline-block;
	padding-right: 10px;
}

.wrap-topicos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.wrap-topicos ul li {
	display: inline-block;
}

.wrap-topicos ul li:before {
	content: "/";
	padding: 0 5px;
	color: #ddd;
}

.wrap-topicos ul li:first-child:before {
	content: "";
	padding: 0;
}


/*@ wrap-noticias-relacionadas */

.wrap-noticias-relacionadas {
	clear: both;
	padding-bottom: 10px;
	margin: 30px 0;
}

.wrap-noticias-relacionadas .lista-ultimas-noticias {
	margin-top: 10px;
}

.wrap-noticias-relacionadas .lista-ultimas-noticias p {
	margin-bottom: 10px;
}


/*@ lista-ultimas-noticias */

.lista-ultimas-noticias {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.lista-ultimas-noticias p {
	display: block;
	margin-bottom: 20px;
}

.lista-ultimas-noticias p a {
	display: block;
}

.lista-ultimas-noticias p a span {
	display: block;
	color: #333;
}

.media .media {
	margin-left: 45px;
}

.media .media .media-heading:before {
	content: '\f149 \0020';
	font-family: 'FontAwesome';
	color: #ddd;
}


/*SHARE (addthis.com)*/

.addthis-share {
	margin-top: 30px;
	margin-bottom: 30px;
}

.addthis-share p {
	font-size: 12px;
}

.addthis-share .fa {
	color: #ccc;
}

@media (min-width: 991px) {
	.at-svc-whatsapp {
		display: none !important;
	}
}

select.with-icon {
	font-family: 'FontAwesome', Arial;
	font-size: 18px;
}

.noticias-lista .item:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 991px) {
	.noticias-lista .item:nth-child(3n+1) {
		clear: none;
	}

	.noticias-lista .item:nth-child(2n+1) {
		clear: both;
	}
}

.table-inscrito {
	margin-bottom: 0;
}

.table-inscrito td+td {
	font-weight: 700;
}

.map-container {
	position: relative;
}

.map-toggle {
	position: absolute;
	bottom: 27px;
	left: 80px;
	margin-bottom: 0;
}

.map-drag-off {
	pointer-events: none;
}


/*CARD TRANSPARENCIA*/

.card-transparencia .content h4 {
	overflow: hidden;
	-o-text-overflow: clip;
	text-overflow: clip;
	display: -webkit-box;
	line-height: 1.4;
	height: 100px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media (min-width: 992px) {
	.card-transparencia:nth-of-type(3n+1) {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.card-transparencia:nth-of-type(2n+1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	.card-transparencia {
		clear: both;
	}
}

@media (max-width: 480px) {
	.card-transparencia .content h4 {
		font-size: 16px;
	}
}

.legal-text {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
	border-top: 1px solid #e3e3e3;
}


/*PRINT*/

@media print {
	@page {
		margin: 1.5cm;
	}

	* {
		visibility: hidden;
		height: 0 !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		filter: none !important;
		ms-filter: none !important;
	}

	body {
		margin: 0 !important;
		padding: 0 !important;
		background: none !important;
	}

	.print,
	.print * {
		height: initial !important;
		visibility: visible;
	}

	.print {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.print:before {
		content: ''url(../img/logo-oab2.png);
		display: block;
		width: 253px !important;
		height: 77px !important;
		margin: 0 auto 90px;
		-webkit-print-color-adjust: exact;
		zoom: .6;
	}

	.print:after {
		content: '\00a9 OAB-GO. Todos os direitos reservados.';
		display: block;
		margin-top: 30px;
		font-size: 12px !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h1 {
		font-size: 24px;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h1,
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.info-phones {
	display: inline-block;
	width: auto;
	float: right;
	margin-right: 15px;
}

.info-phones .item {
	display: block;
	padding: 5px 10px;
	text-align: center;
	background-color: rgba(255, 255, 255, .7);
}

.info-phones .item:nth-of-type(2) {
	background-color: #501817;
}

.info-phones .item:nth-of-type(2) a {
	color: #fff;
}

.info-phones .item a {
	display: inline-block;
}

.info-phones.alt {
	margin-top: -6px;
}

.listagem .content {
	padding: 30px;
}

.listagem h5 {
	margin: 0;
	line-height: 1.46;
	text-transform: uppercase;
}

.listagem hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-color: #e5e5e5;
}

.listagem ul {
	padding-left: 20px;
}

.data-noticia {
	color: #9a9a9a;
	margin-bottom: 0;
}

.mark {
	background-color: yellow;
}

table.table-transparencia thead tr th {
	text-transform: uppercase;
}


/*CAROUSEL HOME 2*/

.carousel-home2 .item-wrap {
	display: table;
	width: 100%;
}

.carousel-home2 .caption-wrap {
	display: table-cell;
	width: 45%;
	padding: 30px;
	padding-bottom: 60px;
	vertical-align: bottom;
	line-height: 1.2;
	font-size: 32px;
	background-color: #fff;
}

.carousel-home2 .caption-wrap,
.carousel-home2 .caption-wrap a {
	color: #501817;
}

.carousel-home2 .caption-wrap .btn {
	margin-top: 15px;
	margin-bottom: 0;
	color: #fff;
	border-radius: 0;
	background-color: #501817;
}

.carousel-home2 .caption-wrap .btn:hover {
	color: #fff;
	background-color: #501817;
}

.carousel-home2 .img-canvas {
	display: table-cell;
	width: 60%;
	height: 480px;
}

@media (max-width: 1199px) {
	.carousel-home2 .img-canvas {
		height: 395px;
	}

	.carousel-home2 .carousel-control {
		width: 4%;
	}

	.carousel-home2 .carousel-control .icon-prev,
	.carousel-home2 .carousel-control .icon-next,
	.carousel-home2 .carousel-control .fa {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 5;
	}
}

@media (max-width: 991px) {
	.carousel-home2 .caption-wrap {
		font-size: 18px;
	}

	.carousel-home2 .caption-wrap .btn {
		padding: 4px 8px;
		font-size: 12px;
	}

	.carousel-home2 .img-canvas {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.carousel-home2 .item-wrap {
		display: block;
		margin-bottom: 100px;
	}

	.carousel-home2 .carousel-indicators {
		display: none;
	}

	.carousel-home2 .caption-wrap {
		position: absolute;
		top: 100%;
		display: block;
		width: 100%;
		height: 100px;
		float: right;
		padding: 15px;
		font-size: 14px;
		text-align: center;
		background-color: transparent;
	}

	.carousel-home2 .caption-wrap .btn {
		margin-top: 5px;
		padding: 2px 4px;
		font-size: 10px;
	}

	.carousel-home2 .img-canvas {
		display: block;
		width: 100%;
		height: 300px;
	}

	.carousel-home2 .carousel-control .icon-prev,
	.carousel-home2 .carousel-control .icon-next,
	.carousel-home2 .carousel-control .fa {
		margin-top: -50px;
	}
}

@media (max-width: 480px) {
	.carousel-home2 .img-canvas {
		height: 230px;
	}
}

.card-user {
	position: relative;
	height: 380px;
}

.card-user .btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
	width: auto;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.servico-sim .assuntos {
		margin-top: 20px;
	}
}

.navbar-fixed-top .link-biblioteca {
	display: none;
}

.link-biblioteca {
	position: relative;
	width: 100%;
	height: 0;
}

.link-biblioteca .btn-biblioteca {
	position: absolute;
	top: -12px;
	right: 20px;
	padding: 4px 16px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #0189a8;
	text-transform: uppercase;
	border: none;
	background-color: #fff;
	opacity: 1;
}

.link-biblioteca .btn:hover,
.link-biblioteca .btn:focus,
.link-biblioteca .btn:active,
.link-biblioteca .btn.active,
.link-biblioteca .btn:active:focus,
.link-biblioteca .btn:active:hover,
.link-biblioteca .btn.active:focus,
.link-biblioteca .btn.active:hover {
	background-color: #005f75;
	color: #fff;
}

@media (max-width: 1199px) {
	.link-biblioteca {
		display: none;
	}
}

div.card-delegado {
	height: 420px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
}

div.card-delegado img {
	margin: 30px auto 15px auto;
	width: 160px;
}

div.card-delegado span.cidade-delegado {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
}

div.card-delegado span.nome-delegado {
	color: gray;
	text-transform: capitalize;
}

div.card-delegado a {
	width: 80%;
	margin: 25px auto;
	display: block;
}

img.imagem-delegado-interna {
	width: 100%;
	margin-bottom: 20px;
}

.carousel-home-esa .img-canvas div {
	background-size: auto !important;
	background-position: none !important;
}


.esa.atiHome {
	padding-top: 0px !important;
}

.listagem-noticias {
	margin-top: 5rem;
}

.listagem-noticias .item-noticia {
	padding: 0;
	border: 0;
}

.listagem-noticias .item-noticia+.item-noticia {
	margin-top: 3rem;
}

.listagem-noticias .item-noticia a:not(:hover) {
	color: #555;
}

.listagem-noticias .item-noticia .media-left {
	padding-right: 2rem;
}

.listagem-noticias .item-noticia .media-left img {
	width: auto;
	max-width: 256px;
}

.listagem-noticias .item-noticia .media-heading {
	margin-bottom: 0;
	text-transform: uppercase;
}

.listagem-noticias .item-noticia p {
	margin: 0.5rem 0 0 0;
	color: #808080;
	font-size: 16px;
	line-height: 1.68;
}

.listagem-noticias .item-noticia .fa {
	margin-right: 0.5rem;
}

.listagem-noticias .item-noticia .media-footer {
	padding-top: 1rem;
	color: #bbb !important;
	line-height: 1.2 !important;
}