/*
Theme Name: OAB Brusque v3.1
Author: Spezzi
Author URI: https://spezzi.com.br
Version: 3.1
*/

@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap');

* {box-sizing: border-box; font-family: 'Muli', sans-serif; outline: 0 !important;}

a, a:hover {text-decoration: none; transition: 0.5s;}

body {
	font-family: 'Muli', sans-serif;
	color: #2f3a5b;
}


/************
 * HEADER
 ************/
header {position: relative; z-index: 500;}

.title-home {
	position: absolute;
	line-height: -9999em;
	text-indent: -9999em;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.header {
	background-image: url(assets/images/bg-header.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 5px 25px -10px #ccc;
	-moz-box-shadow: inset 0 5px 25px -10px #ccc;
	box-shadow: inset 0 5px 25px -10px #ccc;
}

/* Topbar vermelho estilo modelo */
.header .topbar {
	display: table;
	width: 100%;
	background-image: linear-gradient(to right, #971b18, #9b1d19, #9f1e19, #a4201a, #a8221a);
	position: relative;
	padding: 14px 0;
}

.header .topbar:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -3px;
	border-bottom: 3px solid rgba(155,28,24,.5);
}

.header .topbar .left-topbar {
	float: left;
	padding: 0;
}

.header .topbar .left-topbar .item-left-topbar {
	float: left;
	margin-right: 34px;
}

.header .topbar .left-topbar .item-left-topbar span,
.header .topbar .left-topbar .item-left-topbar a {
	float: left;
	margin-right: 10px;
	color: #FFF;
	font-size: 15px;
	line-height: 22px;
}

.header .topbar .left-topbar .item-left-topbar .social {
	width: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	background: #FFF;
	color: #981c17;
}

.header .topbar .left-topbar .item-left-topbar .social i {
	display: table;
	width: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
}

.header .topbar .left-topbar .item-left-topbar .social:hover {
	background: #242e47;
	color: #FFF;
}

.header .topbar .right-topbar {
	float: right;
}

.header .topbar .right-topbar a {
	display: inline-flex;
	padding: 0 10px;
	position: relative;
}

.header .topbar .right-topbar a span {
	display: table;
	line-height: 50px;
	color: #FFF;
	font-weight: 600;
	z-index: 5;
	font-size: 15px;
	transition: 0.5s;
}

.header .topbar .right-topbar a i {
	margin-right: 5px;
}

.header .topbar .right-topbar a:hover span {
	color: #242e47;
}

.header .nav-shortcut { font-size: 11px; }
.header .nav-shortcut li {
	border-top: none;
	margin-left: 3px;
	padding-top: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(255,255,255,0.2);
}
.header .nav-shortcut li a { color: #fff; }
.header .nav-shortcut li:hover { background-color: rgba(255,255,255,0.3); }
.header .nav-secondary span { padding-left: 5px; }
.header .nav-secondary span a { color: #fff; }
.header .nav-secondary span a:hover { color: #242e47; text-decoration: none; }

/* Navbar main - apenas para páginas internas */
.navbar-main {
	padding: .2rem 1rem;
	background-color: #242e47;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 4px solid #a8231a;
}
.navbar-main .nav-link:first-child { padding-left: 0 !important; }
.navbar-main .nav-link:last-child { padding-right: 0 !important; }
.navbar-main .nav-item > a { color: #fff; font-size: 17px; }
.navbar-main .nav-item > a:hover { color: #a8231a; }
.navbar-main .dropdown-menu {
	border-radius: 3px;
	padding: 40px 30px;
	background: rgba(28,36,57,.95);
	border: none;
}
.navbar-main .dropdown-menu .dropdown-item {
	padding: 0 0 30px 29px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	position: relative;
}
.navbar-main .dropdown-menu .dropdown-item:last-child {
	padding-bottom: 0;
}
.navbar-main .dropdown-menu .dropdown-item:before {
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 18px;
	line-height: 13px;
	border: 2px solid #c03e38;
	color: #c03e38;
	border-radius: 50%;
	text-align: center;
	font-size: 7px;
	padding-top: 1px;
}
.navbar-main .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	color: #c03e38;
}
.navbar-main .dropdown-menu .dropdown-item:active { background-color: transparent; color: #c03e38; }
.navbar-main .navbar-toggler { padding: 10px 0; color: #fff; font-size: 14px; }

.dropdown .dropdown-menu{
	border-left: none;
	opacity: 0;
	transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

@media (max-width: 991px) {
	.navbar-main .container { margin: 0; }
	.navbar-main .dropdown-menu,
	.navbar-main .dropdown-menu .dropdown-item:hover,
	.navbar-main .dropdown-menu .dropdown-item:active { background-color: rgba(28,36,57,.95); border: none; }
	.navbar-main .dropdown-menu a,
	.navbar-main .dropdown-menu a:hover { color: #fff; }
}
@media (min-width: 992px) {
	.navbar-main .dropdown:hover>.dropdown-menu { display: block; }
}


/************
 * CONTENT
 ************/

/* Home header position */
header.home-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}

header.home-header .default-header {
	background: transparent;
}

header .default-header {
	display: table;
	width: 100%;
	padding: 27px 0;
}

header .default-header .container:after {
	content: "";
	display: table;
	clear: both;
}

header .default-header .logo {
	float: left;
}

header .default-header .logo img {
	max-height: 80px;
	width: auto;
}

header .default-header nav {
	float: right;
	padding: 0;
	clear: none;
}

header .default-header ul {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

header .default-header ul li {
	float: left;
	margin-left: 44px;
	position: relative;
}

header .default-header ul li:first-child {
	margin-left: 0;
}

header .default-header ul li a {
	display: table;
	line-height: 84px;
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.5s;
	position: relative;
}

header .default-header ul li a:before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 0;
	height: 2px;
	background: #a8231a;
	transition: width 0.3s;
}

header .default-header ul li a:hover:before {
	width: 100%;
}

header .default-header ul li a i {
	margin-left: 5px;
	color: rgba(255,255,255,.5);
	transition: 0.5s;
}

header .default-header ul li.active a i {
	transform: rotate(180deg);
}

header .default-header ul li a:hover {
	color: #a8231a;
}

header .default-header ul li a:hover i {
	color: #a8231a;
}

header .default-header ul li ul {
	display: none;
	width: 300px;
	padding: 40px 30px;
	border-radius: 3px;
	background: rgba(28,36,57,.95);
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	z-index: 1000;
	margin-top: 0;
}

header .default-header ul li.has-submenu:hover ul {
	display: block;
}

header .default-header ul li ul li {
	margin: 0 0 30px;
	width: 100%;
	float: none;
}

header .default-header ul li ul li:last-of-type {
	margin-bottom: 0;
}

header .default-header ul li ul li a {
	line-height: 22px;
	font-size: 16px;
	color: #FFF;
	position: relative;
	padding-left: 29px;
}

header .default-header ul li ul li a:after {
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 18px;
	line-height: 13px;
	border: 2px solid #c03e38;
	color: #c03e38;
	border-radius: 50%;
	text-align: center;
	font-size: 7px;
	padding-top: 1px;
}

header .default-header ul li ul li a:hover {
	color: #c03e38;
}

header .default-header .open-menu {
	display: none;
	float: right;
	color: #FFF;
	font-size: 24px;
	line-height: 84px;
	margin-left: 20px;
}

@media (max-width: 991px) {
	header .default-header nav {
		display: none;
	}
	header .default-header .open-menu {
		display: block;
	}
}

.content {
	-webkit-box-shadow: inset 0 5px 25px -10px #1b569e;
	-moz-box-shadow: inset 0 5px 25px -10px #1b569e;
	box-shadow: inset 0 5px 25px -10px #1b569e;
	background: url(assets/images/bg-branco_com_linhas.gif);
}

.content .lateral { border-left: 1px solid #eee; }
.content .lateral-left { border-right: 1px solid #eee; }

.breadcrumb-wrap { font-size: 12px; background-color: transparent;color: #636c72; }

.home-section-title {
	margin-bottom: 15px;
	padding: 5px 0;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #2f3a5b;
	font-weight: 600;
}

/* Notícias */
@media (max-width: 991px) {
	.noticia-destaque .wp-post-image { display: block; }
}
.noticia-destaque { min-height: 220px; }
.noticia-destaque img { border-radius: 8px; }
/*img.thumb-img { border: 1px solid #999; } */
.noticia-destaque h2 { font-size: 22px; color: #2f3a5b; }
.noticia-destaque h2 a { color: #2f3a5b; }
.noticia-destaque h2 a:hover { color: #a8231a; }
.noticia-list h3 { font-size: 14px; }
.noticia-list h3 a { color: #2f3a5b; }
.noticia-list h3 a:hover { color: #a8231a; }
/*carousel noticias*/
.carousel.noticias .carousel-indicators {
	position: inherit;
	bottom: 0;
	margin: 10px 0 0 0;
	justify-content: flex-start;
}
.carousel.noticias .carousel-indicators li { 
	margin-left: 0; 
	background-color: #ccc; 
    max-width: 10px;
    height: 10px;
    border-radius: 8px;
}
.carousel.noticias .carousel-indicators li.active { background-color: #999; }
/*mais notícias*/
.home-outras-noticias .card { border: none; }
.home-outras-noticias p { line-height: initial; }
.home-outras-noticias p.title { font-size: 13px; }

/* Agenda */
.home-agenda { line-height: initial; }
/*.home-agenda i { font-size: 16px; }*/

/* Artigos */
.home-artigos li { font-size: 13px; }

/* Galeria */
.home-galeria { font-size: 14px; line-height: 1.2; }

/* Parceiros */
.home-parceiros .carousel-indicators { position: inherit; bottom: 0; margin: 10px auto; }
.home-parceiros .carousel-indicators li { margin-left: 0; background-color: #ccc; }
.home-parceiros .carousel-indicators li.active { background-color: #999; }

/* Links úteis */
ul.title_section_lateral li,
.section-links-uteis ul li {
	margin-bottom: 5px;
	background-color: #a8231a;
    padding: 5px 10px;
    font-size: 75%;
    text-transform: uppercase;
	color: #fff;
}
.section-links-uteis ul li i { padding-right: 7px; }
.section-links-uteis ul li a { color: #fff; text-decoration: none; }
.section-links-uteis ul li:hover {
	background-color: #242e47;
}
/*.links-uteis.links-uteis-secondary ul li { background: #eee; text-transform: inherit; color: #000; }*/
/*.links-uteis.links-uteis-secondary ul li a { color: #000; }*/
/*.links-uteis.links-uteis-secondary ul li i { padding-right: 3px; }*/


/* Disque prerrogativas */
.section-prerrogativas {
	background-color: #f4f4f4;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


/** INTERNO **/
.content .post-text { font-family: 'Raleway', sans-serif; }


.context-title { border-bottom: 1px solid #eee; }
.context-title h1 { font-size: 22px; color: #2f3a5b; font-weight: 600; }
.context-content {}
.context-content a { color: #a8231a; }
.context-content a:hover { color: #242e47; }
.context-menu {  }
.context-menu .list-group-item { padding: 7px 12px; flex-flow: initial; align-items: baseline; }
.context-menu .list-group-item.active { background-color: #a8231a; border-color: rgba(0,0,0,.125); }
.context-menu .list-group-item.active a { color: #fff; }
.context-menu .list-group-item a { color: #2f3a5b; }
.context-menu .list-group-item a:hover { color: #a8231a; }
.context-menu .list-group-item i { margin-right: 5px; font-size: 12px; }

/* Galeria de imagens */
.context-content .gallery img { border-width: 1px !important; }
.context-content .gallery-caption { font-size: 12px; color: #999; font-style: italic; }

.context-content .post-info { color: #2f3a5b; }
.context-content .post-resume { font-style: italic; }
.context-content h1, .context-content h2, .context-content h3, .context-content h4, .context-content h5, .context-content h6 {
	color: #2f3a5b;
	font-weight: 600;
}

/* Cursos e eventos */
.eventos-container  .eventos-item p { margin-bottom: 0; }

.section-expresidentes .card .card-header { padding: 5px 10px; text-align: center; }
.section-expresidentes .card .card-body { padding: 10px; font-size: 12px; }

.section-last-posts {}
.section-last-posts h5 { font-size: 16px; }
.section-last-posts ul { padding-left: 0; list-style: none; line-height: initial; font-size: 14px; }


/************
 * FOOTER
 ************/

.footer {
	-webkit-box-shadow: inset 0 5px 25px -10px #aaa;
	-moz-box-shadow: inset 0 5px 25px -10px #aaa;
	box-shadow: inset 0 5px 25px -10px #aaa;
	background-image: linear-gradient(to bottom, #f9fafb, #f0f4f7);
}

.footer h5 {
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
}
.footer li a { padding: 0; font-size: 13px; color: #555; }
.footer h5 a { color: #2f3a5b; }
.footer h5 a:hover,
.footer li a:hover { color: #a8231a; text-decoration: none; }


.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row.equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.card {
    flex: 1;
}


/* Responsividade para topbar */
@media (max-width: 991px) {
	.header .topbar .left-topbar .item-left-topbar {
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.header .topbar .right-topbar {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.header .topbar .right-topbar a {
		display: block;
		padding: 5px 0;
	}
	.header .topbar .right-topbar a span {
		line-height: 30px;
	}
	.home-events aside {
		margin-top: 0;
	}
	.banner-home .item-banner,
	.banner-home .item-banner .container {
		height: 500px;
	}
	.banner-home .item-banner .box-text h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

/* Banner Home */
.banner-home {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	border-bottom: 10px solid #eaebee;
}

.banner-home .item-banner,
.banner-home .item-banner .container {
	height: 680px;
	position: relative;
}

.banner-home .item-banner .box-text {
	position: absolute;
	top: calc(50% + 50px);
	left: 0;
	padding: 0 15px;
	transform: translate(0, -50%);
	width: 100%;
}

.banner-home .item-banner .box-text .tag {
	display: table;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 25px;
	border-radius: 23px;
	background: #9b1d18;
	margin-bottom: 20px;
}

.banner-home .item-banner .box-text h2 {
	color: #FFF;
	font-size: 48px;
	line-height: 55px;
	font-weight: 200;
	margin-bottom: 20px;
}

.banner-home .item-banner .box-text h2 strong {
	font-weight: 700;
}

.banner-home .item-banner .box-text p {
	color: #FFF;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
}

.banner-home .item-banner .box-text .link-more {
	color: #FFF;
}

.banner-home .item-banner .box-text .link-more i {
	border-color: #FFF;
}

.banner-home .item-banner .box-text .link-more:hover i {
	color: #FFF;
	background: #9b1d18;
	border-color: #9b1d18;
}

/* Home Events Section */
.home-events {
	padding: 75px 0 105px;
}

.home-events aside {
	display: table;
	width: 100%;
	margin-top: -140px;
	margin-bottom: 30px;
}

.home-events aside .title-side {
	display: table;
	margin: 0 auto;
	font-weight: 700;
	font-size: 18px;
	color: #a0b3de;
	border-bottom: 5px solid #a0b3de;
	position: relative;
	margin-bottom: -5px;
}

.home-events aside .menu-side {
	display: table;
	width: 100%;
	border-radius: 4px;
	padding: 40px 30px;
	background: #f5f5f5;
	-webkit-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.1);
}

.home-events aside .menu-side ul,
.home-events aside .menu-side ul li,
.home-events aside .menu-side ul li a {
	display: table;
	width: 100%;
}

.home-events aside .menu-side ul li {
	margin-bottom: 37px;
}

.home-events aside .menu-side ul li:last-of-type {
	margin-bottom: 0;
}

.home-events aside .menu-side ul li a {
	padding-left: 0;
	line-height: 48px;
	font-weight: 800;
	font-size: 20px;
	color: #222d46;
	text-align: center;
	display: block;
}

.home-events aside .menu-side ul li a:hover {
	color: #a8231a;
}

.home-events .box-title {
	display: table;
	width: 100%;
	margin-bottom: 45px;
}

.home-events .box-title h2 {
	position: relative;
	float: left;
	font-weight: 600;
	font-size: 36px;
	color: #2f3a5b;
	margin-bottom: 0;
	padding-left: 40px;
	margin-right: 20px;
}

.home-events .box-title h2:before {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: -1;
	background: #f2f2f2;
}

.home-events .box-title h2:after {
	content: "";
	width: 40px;
	height: 5px;
	position: absolute;
	bottom: -6px;
	right: 0;
	background: #a8231a;
}

.home-events .box-title .subtitle {
	float: left;
	font-size: 20px;
	line-height: 25px;
	color: #5f5f5f;
	font-weight: 200;
	margin: 9px 0;
}

.home-events .event-primary {
	display: block;
	width: 100%;
	border-radius: 4px;
	height: 350px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.home-events .event-primary .box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 130px 30px 60px;
	z-index: 300;
}

.home-events .event-primary .box-text .title {
	display: table;
	width: 100%;
	color: #FFF;
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 30px;
}

.home-events .event-primary .box-text .date {
	display: table;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
}

.home-events .event-primary .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	transition: 1.5s;
	background-size: cover;
	background-position: center;
}

.home-events .event-primary:hover .bg {
	transform: scale(1.1);
}

.home-events .event-primary:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.5), rgba(0,0,0,.3), transparent, transparent);
	opacity: .8;
	transition: 0.5s;
	z-index: 250;
}

.home-events .event-primary:hover:before {
	opacity: 1;
}

.home-events .event-primary .box-text:after {
	content: "\f105";
	font-family: fontAwesome;
	line-height: 36px;
	width: 40px;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	border: 2px solid #FFF;
	font-size: 18px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.5s;
}

.home-events .event-primary:hover .box-text:after {
	background: #a8231a;
	border-color: #a8231a;
	color: #FFF;
}

.home-events .item-event {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.home-events .item-event .image {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

.home-events .item-event .image img {
	transition: 0.5s;
	display: table;
	width: 100%;
}

.home-events .item-event .image:hover img {
	transform: scale(1.1);
}

.home-events .item-event .date {
	font-weight: 700;
	font-size: 16px;
	color: #a8231a;
	margin-bottom: 5px;
	display: table;
}

.home-events .item-event h3 a {
	display: table;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	color: #2f3a5b;
	font-weight: 800;
}

.home-events .item-event h3 a:hover {
	color: #a8231a;
}

.home-events .item-event p {
	font-size: 15px;
	line-height: 22px;
	color: #000000;
}

.home-events .item-event .btn-link-more {
	font-weight: 800;
	font-size: 15px;
	line-height: 27px;
	color: #a8231a;
}

.home-events .item-event .btn-link-more i {
	line-height: 23px;
	width: 27px;
	border: 2px solid #a8231a;
	text-align: center;
	border-radius: 50%;
	padding-bottom: 2px;
	margin-right: 10px;
	transition: 0.5s;
}

.home-events .item-event .btn-link-more:hover {
	color: #2f3a5b;
}

.home-events .item-event .btn-link-more:hover i {
	border-color: #2f3a5b;
	background: #2f3a5b;
	color: #FFF;
}

/* Home News Section */
.home-news {
	padding: 100px 0 60px;
	background: #f5f5f5;
}

.home-news .box-title {
	display: table;
	width: 100%;
	margin-bottom: 45px;
}

.home-news .box-title h2 {
	position: relative;
	float: left;
	font-weight: 800;
	font-size: 60px;
	color: #2f3a5b;
	margin-bottom: 0;
	padding-left: 30px;
	margin-right: 20px;
	line-height: 60px;
}

.home-news .box-title h2:before {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(168,35,26,.1);
}

.home-news .box-title h2:after {
	content: "";
	width: 40px;
	height: 5px;
	position: absolute;
	bottom: -6px;
	right: 0;
	background: #a8231a;
}

.home-news .box-title .subtitle {
	float: left;
	font-size: 20px;
	line-height: 25px;
	color: #5f5f5f;
	font-weight: 200;
	margin: 32px 0 0;
}

.home-news .item-news {
	background: #FFF;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
}

.home-news .item-news .image {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #59130e;
}

.home-news .item-news .image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.5), rgba(0,0,0,.3), transparent, transparent);
	z-index: 100;
}

.home-news .item-news .image img {
	display: table;
	width: 100%;
	transition: 0.5s;
}

.home-news .item-news .image:hover img {
	transform: scale(1.1);
}

.home-news .item-news .image .date {
	position: absolute;
	bottom: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: rgba(168,35,26,.8);
	left: 30px;
	width: 46px;
	padding: 7px 0;
	z-index: 200;
}

.home-news .item-news .image .date .day {
	display: table;
	width: 100%;
	text-align: center;
	font-weight: 800;
	color: #FFF;
	font-size: 22px;
	line-height: 22px;
}

.home-news .item-news .image .date .month {
	display: table;
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.home-news .item-news .box-text {
	display: table;
	width: 100%;
	padding: 30px;
}

.home-news .item-news .box-text h3 a {
	display: table;
	font-weight: 800;
	font-size: 24px;
	line-height: 27px;
	color: #2d3857;
}

.home-news .item-news .box-text h3 a:hover {
	color: #a8231a;
}

.home-news .item-news .box-text p {
	font-size: 15px;
	line-height: 24px;
	color: #000000;
}

.home-news .item-news .box-text .btn-link-more {
	font-weight: 800;
	font-size: 15px;
	line-height: 27px;
	color: #a8231a;
}

.home-news .item-news .box-text .btn-link-more i {
	line-height: 23px;
	width: 27px;
	border: 2px solid #a8231a;
	text-align: center;
	border-radius: 50%;
	padding-bottom: 2px;
	margin-right: 10px;
	transition: 0.5s;
}

.home-news .item-news .box-text .btn-link-more:hover {
	color: #2f3a5b;
}

.home-news .item-news .box-text .btn-link-more:hover i {
	border-color: #2f3a5b;
	background: #2f3a5b;
	color: #FFF;
}

/* Home Services Section */
.home-services {
	padding: 105px 0 85px;
	background: #242e47;
	position: relative;
	z-index: 200;
	margin-top: -25px;
}

.home-services .box-title {
	display: table;
	width: 100%;
	margin-bottom: 45px;
}

.home-services .box-title h2 {
	position: relative;
	float: left;
	font-weight: 800;
	font-size: 60px;
	color: #FFF;
	margin-bottom: 0;
	padding-left: 30px;
	margin-right: 20px;
	line-height: 60px;
}

.home-services .box-title h2:before {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(255,255,255,.1);
}

.home-services .box-title h2:after {
	content: "";
	width: 40px;
	height: 5px;
	position: absolute;
	bottom: -6px;
	right: 0;
	background: #222e48;
}

.home-services .box-title .subtitle {
	float: left;
	font-size: 20px;
	line-height: 25px;
	color: #FFF;
	font-weight: 200;
	margin: 32px 0 0;
}

.home-services .row {
	display: flex;
	flex-wrap: wrap;
}

.home-services .item-service {
	width: 100%;
	border-radius: 4px;
	height: 290px;
	background: #a8231a;
	border-radius: 4px;
	display: table;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.home-services .item-service .center-service {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 90px 30px 0;
	transition: 0.5s;
}

.home-services .item-service .center-service h3 {
	color: #FFF;
	font-weight: 600;
	font-size: 24px;
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.home-services .item-service .center-service:hover {
	top: 50px;
}

.home-services .item-service .more {
	font-weight: 800;
	font-size: 15px;
	line-height: 27px;
	color: #FFF;
	display: table;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 35px;
}

.home-services .item-service .more i {
	line-height: 23px;
	width: 27px;
	border: 2px solid #FFF;
	text-align: center;
	border-radius: 50%;
	padding-bottom: 2px;
	margin-right: 10px;
	transition: 0.5s;
}

.home-services .item-service .more:hover {
	color: #dd7e77;
}

.home-services .item-service .more:hover i {
	border-color: #dd7e77;
	background: #dd7e77;
	color: #FFF;
}

/*Widget*/
.tribe-list-widget { list-style: none; padding: 0;  font-size: 13px; }
.tribe-event-title { margin-bottom: 0; font-size: 14px; }
.tribe-event-title:before { font-family: FontAwesome; content: "\f274"; }
.tribe-events-widget-link { font-size: 12px; }

/* Botões estilo modelo */
.btn-more-red {
	display: table;
	margin: 0 auto;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 50px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	background: #a8231a;
	transition: 0.5s;
}

.btn-more-red i {
	line-height: 21px;
	width: 27px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #FFF;
	margin-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.btn-more-red:hover {
	background: #242e47;
	color: #FFF;
	text-decoration: none;
}

.btn-secondary {
	background-color: #a8231a;
	border-color: #a8231a;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #242e47;
	border-color: #242e47;
	color: #fff;
}

/* Link more estilo modelo */
.link-more {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	line-height: 28px;
	color: #a8231a;
}

.link-more i {
	line-height: 22px;
	width: 28px;
	border: 2px solid;
	text-align: center;
	border-radius: 50%;
	padding-bottom: 2px;
	margin-left: 10px;
	transition: 0.5s;
	border-color: #a8231a;
	color: #a8231a;
}

.link-more:hover {
	color: #242e47;
	text-decoration: none;
}

.link-more:hover i {
	border-color: #242e47;
	background: #242e47;
	color: #FFF;
}

/* Clearfix para topbar */
.header .topbar:after {
	content: "";
	display: table;
	clear: both;
}

.header .topbar .container:after {
	content: "";
	display: table;
	clear: both;
}