* {
	transition: all 0.25s ease-in-out;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	background: #f1f1f1;
}

body.iframe {
	background: #fff;
}

header {
	border-bottom: 1px solid #ccc;
	background: #fff;
}

header .topo {
	color: #fff;
	padding: 5px 0;
	background: #bbaf89;
}

header .topo ul {
	margin: 0;
}

header .topo a i {
	font-size: 18px;
}

header .topo a {
	color: #fff;
	font-size: 14px;
}

header .topo a:hover {
	color: #000;
	text-decoration: none;
}

header .menu-desk {
	padding-top: 15px;
	padding-bottom: 15px;
}

header .menu-desk ul {
	margin: 25px 0 0;
}

header .menu-desk ul>li {
	position: relative;
	margin-left: 20px;
}

header .menu-desk li a {
	color: #000;
}

header .menu-desk li a:hover {
	color: #bbaf89;
	text-decoration: none;
}

header .menu-desk>li a:after {
	position: absolute;
	content: "";
	width: 0%;
	height: 2px;
	background-color: #005231;
	left: 50%;
	bottom: -27px;
	transition: all 0.25s ease-in-out;
}

header .menu-desk li a:hover:after {
	width: 100%;
	left: 0;
}

header .menu-desk ul>li ul li {
	margin-left: 0px;
}

/********* menu mobile  *****************************/

#menuToggle {
	display: block;
	position: relative;
	top: 12px;
	left: 0px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle a {
	text-decoration: none;
	color: #232323;

	transition: color 0.3s ease;
}

#menuToggle a:hover {
	color: tomato;
}


#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;

	cursor: pointer;

	opacity: 0;
	/* hide this */
	z-index: 2;
	/* and place it over the hamburger */

	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;

	background: #cdcdcd;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 -50px;
	padding: 50px;
	padding-top: 125px;

	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */

	transform-origin: 0% 0%;
	transform: translate(-100%, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
	transform: none;
}


/**************************************/

.banner-home {
	min-height: 450px;
	padding-top: 150px;
	margin-bottom: 40px;
	background: url('../img/banner.jpg') no-repeat top center;
}

.banner-home h1 {
	text-align: center;
	text-transform: uppercase;
	color: #111;
	padding: 30px 0;
	font-weight: 700;
	letter-spacing: 3px;
	background: rgba(255, 255, 255, 0.8);
}

.banner-vagas {
	padding-top: 100px;
	background: url('../img/banner-vagas.jpg') no-repeat top center;
}

.banner-vagas h1 {
	text-align: left;
	padding: 0;
	background: none;
}

.banner-vagas article {
	padding: 30px;
	background: rgba(255, 255, 255, 0.8);
}

.banner-vagas article a {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #e66f2b;
}

.banner-vagas article a:hover {
	text-decoration: none;
	background: #005231;
}


main.iframe-blog h3 {
	display: block;
	width: 100%;
	text-align: left;
	text-transform: none;
	font-size: 18px;
	padding-top: 8px;
	margin: 20px 0 10px;
	font-weight: 600;
	border-top: 2px solid #2d3841;
	color: #2d3841;
	padding: 10px 0;
}

main.iframe-blog h3 span.color-detail {
	color: #8aa701;
}


main article {
	margin-bottom: 40px;
	background: #fff;
	border-radius: 0 0 30px 0;
	box-shadow: 0 0 15px #ddd;
}

main article h2 {
	font-family: 'Montagu Slab', serif;
	font-size: 32px;
}

main article .meta {
	font-size: 12px;
}

main article .meta a {
	color: #bbaf89;
}

main article .meta li:not(:last-child)::after {
	content: "/";
	margin-left: 14px;
}


main article a img:hover {
	opacity: 0.9;
}

main article .descri {
	padding: 10px 30px;
}

main article .descri p {
	line-height: 30px;
}

main article .descri p a {
	color: #bbaf89;
}


/****************************************/

footer {
	font-size: 14px;
	background: #fff;
}


footer .newsletter {
	color: #fff;
	padding: 20px 0;
	margin-bottom: 30px;
	background: #000;
}

footer .newsletter h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 16px;
}

footer .newsletter h3 span {
	text-transform: none;
	display: block;
}

footer .newsletter h3 i {
	font-size: 40px;
	float: left;
	color: #bbaf89;
	margin: 0 10px 0 0;
}

footer .newsletter .form-control {
	border: 0;
	height: auto;
	padding: 10px 15px;
}

footer .newsletter .btn {
	border: 0;
	height: auto;
	padding: 10px 0;
	color: #fff;
	font-weight: 700;
	background: #bbaf89;
}

footer h4 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
}

footer li {
	margin-bottom: 10px;
}

footer a {
	color: #555;
}

footer a:hover {
	color: #bbaf89;
	text-decoration: none;
}

footer .copy {
	color: #555;
	padding-bottom: 20px;
}


.single aside {
	margin-top: 30px;
	padding: 30px;
	margin-bottom: 40px;
	background: #fff;
	border-radius: 0 0 30px 0;
	box-shadow: 0 0 15px #ddd;
}

.single aside p{
	font-size: 14px;
}

.single aside .prod a{
	font-size: 14px;
	color: #bbaf89;
	text-transform: uppercase;
}

.single aside input[type="submit"] {
	font-size: 14px;
	border: 0;
	display: block;
	width: 100%;
	padding: 10px;
	background: #bbaf89;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
}

.single aside .form-control {
	margin-bottom: 15px;
}

.single article {
	margin-top: 30px;
	padding: 30px;
}

.single article h1,
.single article h2,
.single article h3,
.single article h4,
.single article h5,
.single aside h3,
.single aside h4 {
	font-family: 'Montagu Slab', serif;
}

.single article h1 span a {
	font-size: 26px;
	color: #005231;
}


.single .form-control {
	margin-bottom: 30px;
}

.single .btn {
	border: 0;
	height: auto;
	padding: 10px 60px;
	color: #fff;
	font-weight: 700;
	background: #e66f2b;
}


.banner-interna h1 {
	text-align: center;
	text-transform: uppercase;
	color: #111;
	font-weight: 700;
	letter-spacing: 3px;
}

.banner-interna h1:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	margin: 15px auto 30px;
	background: #bbaf89;
}


.wp-pagenavi {
	margin: 15px 0;
	font-size: 14px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #bbaf89 !important;
	padding: 3px 5px;
	margin: 2px;
	color: #bbaf89;
	border-radius: 3px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000 !important;
	color: #fff;
	background: #000;
}


.bkg-branco {
	border-radius: 0 0 30px 0;
	padding: 30px;
	margin-bottom: 40px;
	background: #fff;
}

.bkg-branco td {
	font-size: 16px;
}

.bkg-branco td a {
	color: #e66f2b;
}

.bg-branco {
	background-color: #fff;
}

.row-container {
	display: flex;
	flex-flow: row wrap;
}

.row-container [class*='col-'] {
	display: flex;
	align-items: stretch;
}



/*************************************************************/



@media(max-width: 768px) {

	.banner-home {
		min-height: 250px;
		padding-top: 60px;
		background-size: cover;
	}

	.banner-home h1 {
		padding: 20px 0;
		font-size: 25px;
	}

	footer .newsletter h3 {
		margin: 0 0 20px;
	}

	footer .newsletter .form-control {
		margin: 0 0 10px;
	}

	footer h4 {
		margin: 40px 0 15px;
	}

	footer .copy .text-right {
		text-align: left;
		margin-top: 20px;
	}

	.single article {
		margin-top: 15px;
		padding: 0px;
	}

}