/* GLOBAL CSS */

/* Colors and fonts deafults */

:root {
    --menu-font-family: "Montserrat", Sans-serif;
	
    /* -- normal -- */
    --menu-bg-color: #ffffff;
    --menu-item-color: #000000;
    --menu-item-hover-color: #000000;
	--menu-item-active-color: #000000;

    /* -- transparente -- */
    --menu-t-item-color: #000000;
    --menu-t-item-hover-color: #000000;
	--menu-t-item-active-color: #000000;

    --sub-bg-color: #000000;
    --sub-border-color: #000000;
    --sub-menu-item-color: #000000;
    --sub-menu-item-hover-color: #ffffff;
	--sub-menu-item-active-color: #ffffff;
    --sub-menu-item-bg-hover-active-color: #000000;

    /* -- sub menu mobile -- */
    --hamburguer-color-mobile: #000000;
    --menu-list-bg-color-mobile: #ffffff;
    --sub-menu-item-color-mobile: #000000;
  }

 
nav {
	z-index: 9999999;
}

.menu-toggle {
	font-size: 1.075rem;
	float: right;
}

a:focus,
.menu-toggle:focus {
    outline: none;
}

.wrap {
	max-width: 1400px !important;
	padding-top: 0 !important;	
}

/* --- contact form --- */

.wpcf7 form .wpcf7-response-output {
    border: none;
}

div.wpcf7-mail-sent-ok {
	color: #398f14;
}

div.wpcf7-mail-sent-ng {
	color: #9c0505;
}

div.wpcf7-spam-blocked {
	color: #ffa500;
}

/* --- menu ---*/

.lang-item a {
	padding: 10px 5px !important;
}

.menu-header ul li.lang-item:after {
	content: '';
	height: 15px;
	width: 2px;
	position: relative;
	background-color: #ffffff;
	display: inline-block;
	top: 3px;
	left: 2px;
}

.menu-header ul li.lang-item:last-child:after {
	content: '';
	display: none;
}

.header-container {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
}

.brand-logo {
    width: 215px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 99999;
	margin-left: 30px;
}

.site-header .brand-logo-t {
	display: none;
}

.site-header.transparent .brand-logo-t {
	display: block;
}

.site-header .brand-logo-nt {
	display: block;
}

.site-header.transparent .brand-logo-nt {
	display: none;
}

.site-header {
    position: fixed !important;
    width: 100%;
    height: 75px;
    z-index: 99999999 !important;
    background: var(--menu-bg-color);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
	transition: background-color 0.5s;
}

.site-header.transparent {
 /*   background: transparent !important; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	transition: background-color 0.5s;
}

.menu-header {
	height: 100%;
}

.menu-header .menu {
    padding: 0px;
    list-style: none;
    text-align: right;
    margin: 0 15px;
    height: 100%;
    padding-top: 22px;
    position: relative;
}

.menu-header li {
    display: inline-block;
	text-align:center;
	position: relative;
}

.menu-header li a {
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #758590 !important;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Syne';
}

.menu-header a:not([href]):not([tabindex]):focus,
.menu-header a:not([href]):not([tabindex]):hover {
    color: #758590 !important;
    text-decoration: none;
	
}

.menu-header a:not([href]):not([tabindex]) {
    color: #758590 !important;
}

.site-header .menu-header li a {
    padding: 10px 15px;
}

.site-header .menu-header .sub-menu li a {
	width: 100%;
    display: block;
    padding: 10px 15px;
}

.site-header.transparent .menu-header li a {
    color: #758590 !important;
}

.transparent .menu-header li a {
    color: #758590 !important;
}

.mobile-menu-toggler {
	display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    background-color: #ffffff;
    text-align: center;
    top: 53px;
    padding: 5px 0;
    border: 1px solid #ffffff;
}

.pll-parent-menu-item a {
	font-size: 14px !important;
}

.pll-parent-menu-item .sub-menu {
    min-width: 60px !important;
}

.pll-parent-menu-item .sub-menu li::after {
    display: none !important;
}

.pll-parent-menu-item .sub-menu li:hover, 
.pll-parent-menu-item .sub-menu li.current-menu-item {
    background-color: #ffffff;
}

ul:not(.sub-menu) > .menu-item:hover > a:after {
	content: '';
    width: calc( 100% - 30px );
    border-bottom: 1px solid var(--menu-item-hover-color);
    position: absolute;
    bottom: 9px;
    left: 15px;
}

ul:not(.sub-menu) > .menu-item.active > a:after {
	content: '';
    width: calc( 100% - 30px );
    border-bottom: 1px solid var(--menu-item-active-color);
    position: absolute;
    bottom: 9px;
    left: 15px;
}

.sub-menu > .menu-item > a:after {
    content: '';
    width: calc( 100% - 160px );
    border-bottom: 1px solid var(--sub-border-color);
    position: absolute;
    bottom: 0;
    left: 80px;
}

.sub-menu > .menu-item:last-child > a:after {
    content: '';
	display: none;
}

.menu-item-has-children.active > ul {
	display: block;
}

.sub-menu li {
	display: block;
	margin: 0;
}

.sub-menu li a {
    color: var(--sub-menu-item-color) !important;
}

.sub-menu li:hover a,
.sub-menu li.current-menu-item a {
    color: var(--sub-menu-item-hover-color) !important;
}

.sub-menu li:hover,
.sub-menu li.current-menu-item {
    background-color: var(--sub-menu-item-bg-hover-active-color);
}

.menu-header ul li.current-lang a:after,
.menu-header ul li.lang-item:hover a:after {
	content: '';
    width: calc( 100% - 15px );
    border-bottom: 1px solid #ffffff;
    position: absolute;
    bottom: 9px;
    left: 8px;
}

.article-share-links {
	display: inline-block;
}

.article-share-links a {
	margin: 0 8px;
	font-size: 20px;
	line-height: 20px;
	color: #E2B75A;
}

.article-share-links a:first-child {
	margin-left: 0;
}

.article-share-links a:last-child {
	margin-right: 0;
}
.article-share-links a i {
	vertical-align: middle;
}

/* -- Blog pagination -- */

.hp-articles .grid-pagination div {
	margin: 20px 8px;
	display: inline-block;
	color: #C1925A;
	font-family: "Montserrat", Sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.hp-articles .grid-pagination div:hover{
	cursor: pointer;
}

.hp-articles .grid-pagination div.actual {
	color: #C1925A;
	font-weight: 600;
}

.hp-articles .grid-pagination div.actual:hover {
	cursor: pointer;
	pointer-events: none;
}

.grid-pagination {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hp-articles.loading {
	opacity: 0.6;
}



/* GLOBAL CSS */

/* Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) { 
	
}

/* Large devices (desktops, 992px and downp) */
@media (max-width: 992px) {  	
	
	
	
	.menu-header ul li.lang-item {
		padding: 10px 5px;
	}
	
	.menu-header ul li.lang-item {
		display: inline-block;
	}
	
	.menu-header ul li.lang-item:after {
		content: '';
		height: 15px;
		width: 2px;
		position: relative;
		background-color: #758590;
		display: inline-block;
		top: 3px;
		left: 8px;
	}

	.menu-header ul li.lang-item:last-child:after {
		content: '';
		display: none;
	}
	
	.sub-menu {
		top: 0px;
	}
	
	.sub-menu {
		position: relative;
	}
		
	.pll-parent-menu-item .sub-menu {
		background-color: #ffffff;
	}
	
	.mobile-brand-logo {
		display: block;
		width: 215px;
		height: 75px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: fixed;
		margin: 0px 20px;
	}
	
	.brand-logo {
		display: none !important;
	}
	
	.menu-header li {
		display: block;
		padding: 15px 15px;
	}

	.sub-menu > .menu-item > a:after {
		content: '';
		display: none;
	}
	
	.site-header,
	.site-header.transparent {
		background: var(--menu-bg-color) !important;
	}
	
	.menu-header > ul > li > a,
	.transparent .menu-header > ul > li > a {
		color: #758590 !important;
	}
	
	.sub-menu li a {
		color: #758590 !important;
	}
	
	.menu-header .menu {
		padding: 0;
		height: 0;
		position: relative;
		background-color: var(--menu-list-bg-color-mobile) !important;
		width: 100%;
		margin: 0px;
		top: 75px;
		overflow: hidden;
		text-align: center;
		transition: height 0.8s;
	}
	
	.sub-menu {
		border: none;
	}
	
	.menu-header.open .menu {
		height: calc(100vh + 15px);
		transition: height 0.8s;
		overflow: auto;
	}
		
	.mobile-menu-toggler {
		display: block;
		position: fixed;
		z-index: 9;
		right: 0;
		top: 0;
	}
	
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		width: 35px;
		height: 1px;
		background-color: var(--hamburguer-color-mobile);
	}
	
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: var(--hamburguer-color-mobile);
	}

	.hamburger {
		padding: 23px 15px;
	}
	
	button.hamburger {
		background: transparent;
		border: none;
		outline: none;
	}
	
	
	/* --- Blog mobile --- */
	
	.hp-articles .atualidade-grid .post-thumbnail {
		height: auto;
		min-height: 170px;
	}
	
	.hp-articles .container-article-title {
		height: auto;
		min-height: 170px;
	}
	
	.hp-articles .first-item {
		position: relative;
	}

	.hp-articles .first-item .post-thumbnail {
		height: 375px;
		width: 100%;
	}
	
	.hp-articles time {
		padding: 0px 0px 0px 0px;
	}
}


/* Newsletter Form */

.contact-bh input[type="text"], .contact-bh input[type="tel"], .contact-bh input[type="email"], .contact-bh select {
    border: none;
    border-bottom: 1px solid #49555D;
    border-radius: 0px;
    padding: 6px 0px;
    font-family: "ABeeZee", Sans-serif;
	font-size: 16px !important;
}

.contact-bh textarea {
	height: 190px;
    border: 0px;
    background-color: #E5E5E5;
	resize:none;
}

.contact-bh p {
    font-size: 16px;
    font-weight: 400;
    font-family: "ABeeZee", Sans-serif;
	margin-bottom: 10px;
}


.contact-bh input::-webkit-input-placeholder,
.contact-bh input:-ms-input-placeholder,
.contact-bh input:-moz-placeholder,
.contact-bh input::-moz-placeholder{
    font-family: "ABeeZee", Sans-serif;
	font-size: 16px !important;
	color: red;
}

.contact-bh .wpcf7-submit {
    float: right;
    background-color: white;
    color: #49555D;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #49555D;
    width: 155px;
	transition: all 0.3s;
}

.contact-bh .wpcf7-submit:hover {
	background-color: #E5E5E5;
	border:0;
}



.contact-bh .required-text {
    float: right;
    position: relative;
    right: 0px;
    display: flex;
    justify-content: flex-end;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}


.contact-bh .required-text p{
    color: #999999;
    font-size: 12px;
    font-weight: 400;
	margin: 0px;
}

.contact-bh .wpcf7-not-valid-tip {
     font-size: 12px;
}
.contact-bh .wpcf7-acceptance {
    /* position: relative; */
    display: flex;
    justify-content: flex-end;
    /* color: #999999; */
}

.contact-bh .wpcf7-acceptance .wpcf7-list-item-label {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}
/* ----- HOMEPAGE ----- */

/*bannerfix*/
#hp-banner-section>div {
    max-height: 660px;
}
#hp-banner-section{
	overflow: hidden;
}

/* ---- Newsletter ---- */

.newsletter-bh input {
    border: none;
    border-bottom: 1px solid #49555D;
    border-radius: 0px;
    padding: 6px 0px;
    font-family: "ABeeZee", Sans-serif;
    background-color: transparent;
}
.newsletter-bh input::-webkit-input-placeholder{
	font-family: "ABeeZee", Sans-serif;
	font-weight: 500;
}

.newsletter-bh .wpcf7-acceptance .wpcf7-list-item {
    margin: 0px;
}

.newsletter-bh .required-text{
	color: #999999;
}

.newsletter-bh .wpcf7-acceptance .wpcf7-list-item-label {
    color: #999999;
    font-weight: 400;
}

.newsletter-bh .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #999999;
}

.newsletter-bh .wpcf7-submit {
    text-transform: uppercase;
    font-family: 'Syne' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333 !important;
    border: 1px solid #333333 !important;
    text-align: center !important;
    padding: 15px 59px !important;
    margin: 0px;
}

.newsletter-bh .wpcf7-not-valid-tip{
	font-size:12px;
}
/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) { 
	
	.contact-bh .msg-title {
		margin-top: 20px;
	}
	
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) { 
	
}

