/*!
Theme Name: gba
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 47.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* GBA
--------------------------------------------- */
a {
	text-decoration: none;
	transition: all .2s;
}
	a:hover {
		opacity: .8;
	}
.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.site-header,
.wrap {
	max-width: 1180px;
	margin: 0 auto;
}
@media screen and (min-width: 901px) {
	.main-navigation .menu {
		width: 100%;
		display: flex;
		justify-content: end;
	}
		.main-navigation .menu li {
			margin: 0 20px;
			text-transform: uppercase;
		}
		.main-navigation .menu li a {
			color: #C39D73;
			font-size: 16px;
			white-space: nowrap;
		}
		.main-navigation .menu li:last-child {
			padding-right: 20px;
		}
}

.wrap-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.wrap-btn a {
	width: fit-content;
	margin: 10px 0;
}
.colunas {
	display: flex;
}
.col-img {
	flex-shrink: 0;
}
.flex {
	display: flex;
}
.btn {
	color: #C39D73;
	border: 1px solid #C39D73;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
}
	.btn:hover {
		background-color: #C39D73;
		color: #fff;
	}
.banner-home {
	height: 500px;
}
	.banner-home .slick-slide {
		height: 500px;
	}
		.banner-home .wrap-texto {
			max-width: 1000px;
			margin: 0 auto;
			text-align: center;
			position: relative;
			top: 50%;
			transform: translateY(-50%);	
		}
	.banner-home h1 {
		font-size: 50px;
		color: #fff;
		margin: 0 0 30px 0;
		background: url(assets/images/line-title.png) bottom center no-repeat;
		padding-bottom: 40px;
	}
	.banner-home p {
		font-size: 18px;
		color: #fff;
	}

	.slick-dots {
		margin: 0;
		padding: 0;
		max-width: 1450px;
		padding: 0 15px;
		margin: 0 auto;		
		position: relative;
		bottom: 60px;
		list-style: none;
		text-align: center;
	}
		.destaque-socios .slick-dots {
			bottom: -60px;			
		}
		.slick-dots li {
			display: inline-block;
			margin-left: 10px;
		}
			.slick-dots li:first-child {
				margin-left: 0;
			}
			.slick-dots li button {
				display: inline-block;
				width: 15px;
				height: 15px;
				background-color: #a5a5a5;
				border: none;
				border-radius: 0;
				text-indent: -9999px;
				overflow: hidden;
				padding: 0;
				border-radius: 10px;
			}
			.slick-dots li.slick-active button {
				background-color: #A7BDB5;
			}	

.apresentacao {
	margin: 60px 0;
}
	.apresentacao .col-texto {
		padding-right: 40px;
	}
	.apresentacao h2 {
		font-size: 32px;
		color: #0B3E30;
		margin: 20px 0;
		font-weight: 500;
	}
	.apresentacao p {
		margin-bottom: 30px;
	}

.destaque-socios {
	padding: 0 0 60px 0;
	text-align: center;
}
	.destaque-socios h2 {
		font-size: 32px;
		color: #0B3E30;
		margin: 0 0 20px 0;	
		text-align: center;	
		font-weight: 500;
	}
	.destaque-socios h3 {
		font-size: 18px;
		color: #0B3E30;
		margin: 20px 0 0 0;	
	}
	.destaque-socios span {
		display: block;
		font-size: 16px;
		color: #0B3E30;
		margin: 0;	
	}
	.destaque-socios.bg-escuro {
		background-color: #557169;
		padding: 90px 0 180px 0;
		text-align: center;
	}
	.destaque-socios.bg-escuro h2,
	.destaque-socios.bg-escuro h3,
	.destaque-socios.bg-escuro span {
		color: #fff;
	}
	.destaque-socios.bg-escuro .btn {
		position: relative;
		top: 100px;
	}
	.destaque-socios .wrap-img {
		margin: 0 auto;
		width: 225px;
		height: 235px;
		overflow: hidden;
		border-radius: 80px;
	}
		.destaque-socios .wrap-img img {
			margin-top: -20px;
		}

.area-atuacao {
	background: #0b3e30 url(assets/images/area.jpg) no-repeat top center;
	padding: 60px 0;
	margin-top: 60px;
}
	.area-atuacao h2 {
		font-size: 45px;
		color: #fff;
		margin: 0 0 30px 0;	
		text-align: center;	
		font-weight: 500;
	}
	.area-atuacao ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.area-atuacao ul li {
			width: 100%;
			color: #fff;
			font-size: 20px;
			border-bottom: 1px solid #C39D73;
			padding-left: 20px;
			margin-bottom: 5px;
			padding-bottom: 5px;
			line-height: 1.1;
		}
			.area-atuacao ul li:last-child {
				border-bottom: 0;
			}
		.area-atuacao ul li a {
			color: #fff;
			display: block;
			padding: 10px 0;			
		}
.area-atuacao-home {
	background: #0b3e30 url(assets/images/area2.jpg) no-repeat top center;
	padding: 60px 0;
	margin-top: 60px;
}
	.area-atuacao-home h2 {
		font-size: 32px;
		color: #fff;
		margin: 0 0 30px 0;	
		text-align: center;	
		font-weight: 500;
	}
	.area-atuacao-home .slick-slide ul {
		list-style: none;
		margin: 0;
		padding: 0;
		  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;  
	}
		.area-atuacao-home .slick-slide ul li {
			width: 100%;
			color: #fff;
			font-size: 20px;
			border-bottom: 1px solid #C39D73;
			padding-left: 20px;
			margin-bottom: 5px;
			padding-bottom: 5px;
			line-height: 1.1;
		}
			.area-atuacao-home .slick-slide ul li:last-child {
				border-bottom: 0;
			}
		.area-atuacao-home .slick-slide ul li a {
			color: #fff;
			display: block;
			padding: 10px 0;			
		}	
		.area-atuacao-home .slick-dots {
			bottom: -30px;
		}	
.selos {
	padding: 90px 0;
}
	.selos ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.selos li {
			margin: 0 6%;
			flex-shrink: 0;
		}

section.publicacoes {
	padding: 60px 0;
	background: #eee url(assets/images/publicacoes.jpg) no-repeat top center;
}
	.home section.publicacoes {
		background-image: none;
		background-color: #eee;
	}
	section.publicacoes h3 {
		font-size: 28px;
		color: #0B3E30;
		margin: 0 0 30px 0;	
		font-weight: 500;		
	}
	section.publicacoes ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	section.publicacoes ul li {
		position: relative;
		margin-left: 20px;
		max-width: 38%;
		flex: 1;
	}
		section.publicacoes ul li:first-child {
			margin-left: 0;
}
	section.publicacoes .date {
		display: inline-block;
		height: 25px;
		line-height: 25px;
		background: url(assets/images/ico-calendario.png) no-repeat left center;
		padding-left: 30px;
		font-size: 14px;
		color: #A7BDB5;
		font-weight: bold;
		margin-top: 20px;
	}
		section.publicacoes .date .day {
			line-height: 1;
			display: inline-block;
			font-weight: bold;
		}
	section.publicacoes img {
		display: block;
	}
	section.publicacoes .info {
/* 		background-color: #eee; */
		padding: 20px;
	}
		section.publicacoes .info h5 {
			margin: 0;
			font-size: 18px;
			color: #557169;
			line-height: 1.3;
		}
		section.publicacoes .info p {
			margin: 20px 0 0 0;
			font-size: 16px;
			color: #8C8C8C;
			line-height: 1.3;
		}
	section.publicacoes .actions {
		margin-top: 60px;
		text-align: center;
	}


.site-footer {
	padding: 60px 0;
	background-color: #557169;
	color: #fff;
}
	.site-footer .colunas {
		justify-content: space-between;
	}
	.site-footer .col1 {
		width: 30%;
	}
	.site-footer .col2 {
		width: 20%;
	}
	.site-footer .col3 {
		width: 25%;
	}
	.site-footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.site-footer h6 {
		font-size: 30px;
		margin: 0;
		padding: 0;
	}
	.site-footer p {
		font-size: 14px;
	}
.site-footer p a {
	color: #fff !important;
	text-decoration: none !important;
}
	.site-footer li.endereco {
		background: url(assets/images/pin.png) no-repeat left top;
		padding-left: 30px;
	}
	.site-footer li.email a {
		display: inline-block;
		background: url(assets/images/email.png) no-repeat left top;
		padding-left: 30px;
		color: #fff;
		line-height: 1;
	}
	.site-footer .col2 ul {
		margin-bottom: 20px;
	}
	.site-footer .col2 li {
		margin-bottom: 10px;
	}
	.site-footer .col2 a {
		color: #fff;
		text-transform: uppercase;
	}
	.site-footer .col3 a {
		display: block;
		color: #A7BDB5;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

.destaque-internas h1 {
	color: #fff;
	font-size: 42px;
	margin-top: 0;
}
	.destaque-internas p {
		color: #fff;
		font-size: 18px;
	}
	.destaque-internas .wrap-texto {
		max-width: 50%;
		padding: 60px 0;
	}
	.destaque-quem-somos {
		background: url(assets/images/quem-somos.jpg) no-repeat top center;
	}
	.destaque-area-atuacao {
		background: url(assets/images/area-atuacao.jpg) no-repeat top center;
	}
	.destaque-publicacoes {
		background: url(assets/images/publicacoes.jpg) no-repeat top center;
	}
	.destaque-equipe {
		background: url(assets/images/area-atuacao.jpg) no-repeat top center;
	}
	.destaque-contato {
		background: url(assets/images/contato.jpg) no-repeat top center;
	}

.diferenciais {
	padding: 0 0 60px 0;
}
	.diferenciais h2 {
		font-size: 45px;
		color: #0B3E30;
		margin: 0 0 30px 0;	
		text-align: center;	
		font-weight: 500;
	}
	.diferenciais .colunas {
		justify-content: center;
	}
	.diferenciais .col {
		width: 35%;
	}
	.diferenciais .colunas ul {
		list-style: none;
		margin: 0 10%;
		padding: 0;
	}
	.diferenciais .colunas li {
		font-size: 24px;
		background: url(assets/images/check.png) no-repeat left top;
		background-size: 30px;
		padding-left: 50px;
		line-height: 1;
		margin-bottom: 20px;
	}

.timeline {
	margin: 60px 0;
	height: 220px;
	position: relative;
}
	.timeline::before {
		content: "";
		position: absolute;
		top: 50%;
		width: 100%;
		height: 3px;
		background-color: #C39D73;
	}
	.timeline ul {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.timeline li {
		position: relative;
		text-align: center;
		max-width: 180px;
		height: 220px;
		margin: 0 3%;
	}
	.timeline li:nth-child(odd) .texto {

	}
	.timeline li:nth-child(even) .ano {
		height: 85%;
	}	
	.timeline .ano {
		display: flex;
		height: 65%;
    	justify-content: center;	
    	align-items: center;	
		font-size: 30px;
		font-weight: 100;
		color: #C39D73;
	}
	.timeline .texto {
		display: block;
		font-size: 20px;
		font-weight: 100;
		color: #A7BDB5;
		line-height: 1.1;
	}
	.timeline .circulo {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 34px;
		height: 34px;
		margin: -17px 0 0 -17px;
		background-color: #0B3E30;
		border-radius: 17px;
	}

.box-politicas {
	background-color: #0B3E30;
	padding: 60px 0;
	text-align: center;	
}
	.box-politicas h5 {
		color: #fff;
		font-size: 45px;
		margin: 0 0 20px 0;
	}
	.box-politicas p {
		color: #fff;
		font-size: 20px;
		margin: 0 0 30px 0;
	}
	.box-politicas p a {
		color: #C39D73;
	}


.area-atuacao.bg-claro {
	background: #fff;
	margin: 0;
} 
	.area-atuacao.bg-claro ul li a {
		color: #0B3E30;
	}

.box-contato {
	padding: 60px 0;
}
	.box-contato .colunas {
		justify-content: space-between;
	}
	.box-contato .col {
		width: 45%;
	}
	.box-contato h4 {
		color: #C39D73;
		font-size: 38px;
		margin: 0;
		line-height: 1;
	}
	.box-contato p {
		margin: 0;
		color: #A7BDB5;
		font-size: 22px;
	}
	.box-contato .btn-mensagem {
		display: inline-block;
		background: url(assets/images/ico-whatsapp.png) no-repeat left 10px center;
		padding-left: 30px;
		background-color: #C39D73;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		padding: 0 20px 0 40px;
		color: #fff;
		text-transform: uppercase;
		margin-top: 10px;
	}

.area-atuacao-interna {
	padding: 60px 0;
}
	.area-atuacao-interna h2 {
		font-size: 40px;
		color: #0B3E30;
		text-transform: uppercase;
		margin: 0 0 30px 0;
		font-weight: 500;
	}
	.area-atuacao-interna .col {
		width: 35%;
	}
	.area-atuacao-interna .col-content {
		width: 65%;
		padding-right: 10%;
	}
	.area-atuacao-interna ul {
		margin: 0;
		padding: 0;
		color: #0B3E30;
	}
	.area-atuacao-interna .col-content ul li {
		margin-bottom: 30px;
	}
	.area-atuacao-interna .col-sidebar ul {
		list-style: none;
	} 
	.area-atuacao-interna .col-sidebar ul li {
		border-bottom: 1px solid #C39D73;
	} 
	.area-atuacao-interna .col-sidebar a {
		display: block;
		color: #0B3E30;
		text-transform: uppercase;
		padding: 5px;
	} 

.area-atuacao-interna hr {
	background-color: #707070;
	display: block;
	margin: 60px 0;
}
.info-contato h5 {
	font-size: 30px;
	color: #C39D73;
	margin: 0 0 20px 0;
}
.info-contato p {
	font-size: 22px;
	color: #A7BDB5;
	margin: 0;
}


.destaque-socios.interna {
	padding: 60px 0;
}
	.destaque-socios.interna h2 {
		margin-bottom: 50px;
	}
	.destaque-socios.interna .lista-socios {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.destaque-socios.interna .item-socio {
		width: 25%;
		margin-bottom: 40px;
	}

.adv-associados {
	padding: 60px 0;
	text-align: center;
}
	.adv-associados h5 {
		font-size: 40px;
		color: #0B3E30;
		margin: 0 0 60px 0;
		font-weight: 500;
	}
	.adv-associados ul {
		max-width: 980px;
		list-style: none;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.adv-associados ul li {
		border-bottom: 1px solid #C39D73;
		width: 30%;
		margin: 1.5%;
		padding: 5px;
	}
	.adv-associados ul li a {
		color: #404040
	}

.socios-interna {
	padding: 60px 0;
}
	.socios-interna h2 {
		font-size: 40px;
		color: #0B3E30;
		text-transform: uppercase;
		margin: 0 0 30px 0;
		font-weight: 500;
	}
	.socios-interna .bloco {
		color: #0B3E30;
	}
		.socios-interna .bloco .curriculo-lates {
			color: #C39D73;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
		}
	.socios-interna .col {
		width: 35%;
	}
	.socios-interna .col-content {
		width: 65%;
		padding-right: 10%;
	}
	.box-info-socio {
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;	
		background-color: #557169;	
		max-width: 415px;
		text-align: center;
		color: #fff;
		padding: 0 0 20px 0;
	}
	.box-info-socio img {
		display: block;
		margin-bottom: 20px;
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;		
	}
	.box-info-socio span {
		display: block;
	}

.publicacoes.interna {
	background: none;
	margin-top: 90px;
}
	.publicacoes.interna h3 {
		font-size: 30px;
	}
	.publicacoes.interna ul {
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.publicacoes.interna ul li {
		margin-bottom: 30px;
		position: relative;
		margin-left: 0;
		width: 48%;
		max-width: 100%;
		flex: initial;
	}


.col-sidebar {
	max-width: 415px;
	background-color: #f7f9f8;
	padding: 30px;
}
.slide-premios {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.slide-premios img {
		display: block;
		margin: 0 auto;
	}
	.slide-premios .slick-dots {
		bottom: 0;
	}
.botoes-socio {
	display: flex;
}
	.botoes-socio a {
		display: inline-block;
		width: 50%;
		height: 50px;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;	
		line-height: 50px;
		font-weight: bold;
	}
	.botoes-socio a.curriculo {
		background: #0B3E30 url(assets/images/ico-download.png) no-repeat left 25px center;
		background-size: 25px;	
				padding-left: 60px;
	}
	.botoes-socio a.btn-linkedin {
		background: #A7BDB5 url(assets/images/ico-in.png) no-repeat left 15px center;
		background-size: 25px;	
				padding-left: 50px;
	}

.galeria {
	margin: 30px 0;
}
	.galeria h5 {
		font-size: 26px;
		text-align: center;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 20px;
		color: #0B3E30;
	}


.lista-associados ul {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
	.lista-associados ul li {
		border-bottom: 1px solid #C39D73;
		width: 100%;
		margin: 1.5%;
		padding: 5px;
		color: #0B3E30;
	}
	.lista-associados ul li a {
		color: #404040
	}
	
section.contato {
	padding: 60px 0;
}
	section.contato .colunas {
		justify-content: space-between;
	}
	section.contato .col-contato-info {
		width: 40%;
		max-width: 500px;
	}
		section.contato h2 {
			color: #0B3E30;
			font-size: 40px;
			margin: 0 0 20px 0;
		}
		section.contato .col-contato-info .email {
			background: url(assets/images/ico-mail.png) no-repeat left center;
			display: inline-block;
			padding-left: 30px;
			color: #0B3E30;
			font-size: 16px;
			margin-bottom: 40px;
		}
		section.contato .col-contato-info .bloco-endereco p {
			background: url(assets/images/ico-pin.png) no-repeat top left;
			display: inline-block;
			padding-left: 30px;
			color: #0B3E30;
			font-size: 16px;
		}
	section.contato .col-form {
		width: 50%;
		max-width: 625px;
	}
		section.contato .col-form .flex {
			margin-bottom: 20px;
		}
		section.contato .col-form .col {
			margin: 0 10px;
		}
		section.contato .col-form .col:first-child {
			margin-left: 0;
		}
		section.contato .col-form .col:last-child {
			margin-right: 0;
		}
		section.contato .col-form input,
		section.contato .col-form textarea {
			width: 100%;
			display: block;
			border: 1px solid #707070;
			height: 50px;
			border-radius: 25px;
			padding-left: 20px;
		}
		section.contato .col-form textarea {
			height: 200px;
			padding-top: 20px;
		}
		section.contato .col-form label {
			width: 100%;
		}
		section.contato .col-form input[type="submit"] {
		    color: #C39D73;
		    border: 1px solid #C39D73;
		    padding: 10px 20px;
		    border-radius: 20px;	
		    background-color: #fff;		
		    max-width: 150px;
		    cursor: pointer;
		    transition: all .2s;
		}
			section.contato .col-form input[type="submit"]:hover {
				background-color: #C39D73;
				color: #fff;
			}		

.nav-links {
	margin-top: 30px;
}
.nav-next a,
.nav-previous a {
    color: #C39D73;
    border: 1px solid #C39D73;
    padding: 10px 20px;
    border-radius: 20px;	
    background-color: #fff;		
    max-width: 150px;
    cursor: pointer;
    transition: all .2s;
}

.destaques {
	padding: 60px 0 30px 0;
}
	.destaques h2 {
		color: #0B3E30;
		font-size: 32px;
	}
	.destaque-principal ul {
		display: flex;
		margin: 0 0 30px 0;
		padding: 0;
		list-style: none;
		justify-content: space-between;
	}
	.destaque-principal ul li {
		width: 49%;
		position: relative;
	}
	.destaque-principal ul li a {
		color: #fff;
	}
	.destaque-principal ul li img {
		display: block;
		width: 94%;
	}
	.destaque-principal ul .info {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 30px;
	    display: flex;
	    flex-direction: column;
	    align-items: baseline;
	    justify-content: space-between;		
	}
	.destaque-principal ul .info h5 {
		font-size: 20px;
		margin: 0;
	}
	.destaque-principal ul .info .date {
		display: inline-block;
		text-align: center;
	}
	.destaque-principal ul .info .day {
		display: block;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
	}
	.destaque-principal ul .info .ym {
		text-transform: uppercase;
		font-size: 14px;
	}

.destaque-secundario ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;	
}
	.destaque-secundario ul li {
		width: 32%;
		position: relative;
	}
		.destaque-secundario ul li img {
			display: block;
			width: 100%;
		}		
		.destaque-secundario ul li a {
			color: #fff;
		}	
		.destaque-secundario ul .info {
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, .6);
			position: absolute;
			top: 0;
			left: 0;
			padding: 30px;
		    display: flex;
		    flex-direction: column;
		    align-items: baseline;
		    justify-content: space-between;		
		}
	.destaque-secundario ul .info h5 {
		font-size: 20px;
		margin: 0;
	}
	.destaque-secundario ul .info .date {
		display: inline-block;
		text-align: center;
	}
	.destaque-secundario ul .info .day {
		display: block;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
	}
	.destaque-secundario ul .info .ym {
		text-transform: uppercase;
		font-size: 14px;
	}

.lista-posts {
	margin-top: 30px;
	
	padding-top: 80px;
	margin-bottom: 90px;
}
	.lista-posts ul {
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		flex-wrap: wrap;
	}
	.lista-posts ul li {
		width: 32%;
		margin-bottom: 30px;
	}
		.lista-posts ul li img {
			display: block;
		}
	.lista-posts .info {
		background-color: #ffffff;
		padding: 20px;
	}
		.lista-posts h5 {
			color: #557169;
			display: block;
			margin: 0 0 10px 0;
			font-size: 16px;
		}
		.lista-posts .date {
			display: inline-block;
			height: 25px;
			line-height: 25px;
			background: url(assets/images/ico-calendario.png) no-repeat left center;
			padding-left: 30px;
			font-size: 14px;
			color: #A7BDB5;
			font-weight: bold;
		}

.post-interna {
	padding: 60px 0;
}
	.post-interna .entry-title {
		color: #0B3E30;
		margin-bottom: 60px;
	}
	.post-interna .colunas {
		justify-content: space-between;
	}
	.post-interna .col-content {
		width: 60%;
	}
	.post-interna .col-sideba {
		width: 40%;
	}


.widget-area h2 {
	color: #557169;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.widget-area ul {
	margin: 0;
	padding: 0;
}
.widget-area li {
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget-area li a {
	color: #C39D73;
	font-size: 18px;
}

@media screen and ( max-width: 1440px ) {
	.wrap,
	.site-header {
		padding: 0 30px;
	}
	.destaque-internas.socios .item-socio .email {
	    font-size: 18px;
	}
	.box-area-atuacao ul li h3 {
		max-width: initial;
		width: 100%;
		font-size: 16px;
	}
	.box-area-atuacao ul {
		margin: 0;
		padding: 0;
	}
}

@media screen and ( max-width: 1290px ) {
	.site-header .site-branding {
		width: 30%;
	}	
	.main-navigation img {
		max-width: initial;
	}
	section.news .colunas {
		flex-direction: column;
		text-align: center;
	}
	section.news .col {
		width: 100%;
	}
	section.news .col-left {
		margin-bottom: 30px;
	}
	section.news .col-right {
	    display: flex;
	    align-items: center;
	    justify-content: center;	
	}
	section.news .wpcf7-form {
	    display: flex;
	    flex-direction: column;
	}
	.wpcf7-form .bloco {
		display: initial;
	}	
	.destaque-internas.socios .item-socio {
		width: 100%;
	}
}
	.menu-toggle {
		background: transparent !important;
		border: none;
	    width: 48px;
	    height: 45px;
	    text-indent: -900em;
	    overflow: hidden;
	    position: absolute;
	    right: 0;
	    cursor: pointer;
	    outline: none;
	    z-index: 9;
	    top: 30px;
	}	
	.menu-toggle:after {
	  content: '';
	  position: absolute;
	  width: 60%;
	  height: 3px;
	  background: #021D34;
	  top: 10px;
	  left: 16%;
	  box-shadow: 0 8px 0 #021D34, 0 16px 0 #021D34;
	}

@media screen and ( max-width: 1180px ) {
	.wrap1180 {
		padding: 0 30px;
	}
	.box-area-atuacao ul li {
	    width: 29%;
	}
}

@media screen and ( max-width: 1100px ) {
	.site-header .site-branding {
		width: 50%;
	}	
	.site-header .site-branding img {
		height: 100px;
	}	
	.main-navigation img {
		max-width: initial;
	}
	.barra-destaque {
		display: none;
	}
	.area-atuacao .slide-atuacao li h3 {
		font-size: 16px;
	}
	.social {
	    position: relative;
	    right: 40px;		
	}
}

@media screen and ( max-width: 1000px ) {
	.destaque-socios .slider-socios {
		flex-wrap: wrap;
	}
	.destaque-socios .wrap-img {
		width: 100%;
	}
	.destaque-socios .item-socio {
		width: 49%;
		margin-bottom: 10px;
	}
	.colunas,
	section.publicacoes ul {
		flex-direction: column;
	}
	.col,
	.col-left,
	.col-right {
		width: 100% !important; 
	}
	.box-area-atuacao ul li {
	    width: 44%;
	}	
	.col-sidebar {
    	max-width: initial;
	}
	.topo-internas {
	    height: 150px;
	}	
	.topo-internas .wrap {
	    height: 150px;
	}	
}

@media screen and ( max-width: 47.4em ) {
	.menu {
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background-color: #557169;
	    width: 100%;
	    z-index: 1;
	    text-align: center;
	    padding: 30px 0;
	}	
	.main-navigation .menu a {
		color: #fff;
		padding-bottom: 10px;
	}		
	
}

@media screen and ( max-width: 600px ) {
	.destaque-internas.socios .item-socio {
		flex-direction: column;
	}
	.destaque-internas.socios .item-socio img {
    	width: 100%;
	}
	.lista-mais-socios {
		flex-direction: column;
	}
	.lista-mais-socios .item-socio {
		margin-bottom: 20px;
	}
	.box-area-atuacao ul li {
	    width: 100%;
	}
	.destaque-socios .wrap-img {
		height: auto;
	}
	.destaque-socios .item-socio {
		width: 100%;
	}
	.area-atuacao p {
		padding: 0;
	}
	section.news .wpcf7-form input[type="email"] {
		width: 100%;
		margin-right: 0;
	}
	.wpcf7-spinner {
		position: absolute;
	}
	section.news .col-right {
		text-align: center;
	}
	.site-footer .col2 {
	    margin-top: 30px;
	}
	.mais-socios {
		padding: 0;
	}
	.info-contato-socio a.email, .info-contato-socio a.telefone {
	    font-size: 16px;
	}	
	.destaque-internas.socios .col-content h2 {
	    font-size: 32px;
	    margin-top: 20px;
	}	
	.destaque-internas.socios .col-content .box-atuacao span.atuacao {
		font-size: 18px;
	}
	section.publicacoes .info h5, section.publicacoes .info h5 a {
	    font-size: 25px;
	    line-height: 1.2;
	}
	.area-atuacao h2 a,
	.destaque-socios h2 a,
	.apresentacao h2 a,
	.banner-home h1 {
		font-size: 22px;
		line-height: 1;
	}
	.banner-home,
	.banner-home .slick-slide {
	    height: 410px;
	}
	.apresentacao .col-texto {
	    padding-right: 0;
	    margin-bottom: 30px;
	}
	.apresentacao h2 {
	    font-size: 32px;
	}
	.apresentacao {
    	margin: 30px 0 60px 0;
	}
	.area-atuacao-home h2 {
	    font-size: 36px;
	}	
	.area-atuacao-home .slick-slide ul {
	    columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	}	
	section.publicacoes ul li {
	    margin-left: 0;
	}
	section.publicacoes ul li {
	    max-width: 100%;
	}	
	section.publicacoes .date {
	    position: relative;
	    top: 0;
	    width: 100%;
	    left: 0;
	    margin-bottom: 20px;
	}
	.destaque-internas .wrap-texto {
	    max-width: 100%;
	    padding: 30px 0;
	}	
	.box-politicas a {
		margin-bottom: 10px;
	}
	.destaque-internas {
	    background-image: none;
	    background-color: #557169;
	}
	.destaque-internas h1 {
	    color: #fff;
	    font-size: 34px;
	}	
	.destaque-socios.interna .item-socio {
		width: 100%;
	}	
	.adv-associados ul li {
	    border-bottom: 1px solid #C39D73;
	    width: 100%;
	}	
	.destaque-principal ul {
	    flex-direction: column;
	}	
	.destaque-principal ul li {
	    width: 100%;
	}    
	.destaques {
    	padding: 60px 0 0 0;
	}	
	.lista-posts ul {
		flex-direction: column;
	}
	.lista-posts ul li {
	    width: 100%;
	}	
}

@media screen and ( min-width: 900px ) and ( max-width: 1100px ) {
	.main-navigation .menu li {
    	margin: 0 10px;
	}
	.main-navigation .menu li a {
	    font-size: 12px;
	}
	.menu-menu-1-container {
		margin-right: 50px;
	}
}

/* manutencao anderson clayton 20--04-23 - link banners home */
.home .slick-slide a {
    display: block;
    height: 100%;
}