/* Removi a google font para o functions */

/*HurmeGeometricSans1*/
@font-face {
    font-family: HurmeGeometricSans1;
    src: local("HurmeGeometricSans1"), url("../fonts/HurmeGeometricSans1.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: HurmeGeometricSans1;
    font-weight: 400;
    src: local("HurmeGeometricSans1"),url("../fonts/HurmeGeometricSans1-Light.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: HurmeGeometricSans1;
    font-weight: 600;
    src: local("HurmeGeometricSans1"), url("../fonts/HurmeGeometricSans1-SemiBold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: HurmeGeometricSans1;
    font-weight: bold;
    src: local("HurmeGeometricSans1"), url("../fonts/HurmeGeometricSans1-Bold.otf") format("opentype");
    font-display: swap;
}

/*HurmeGeometricSans4*/

@font-face {
    font-family: HurmeGeometricSans4;
    src: url("../fonts/HurmeGeometricSans4.otf") format("opentype");
}

@font-face {
    font-family: HurmeGeometricSans4;
    font-weight: 300;
    src: url("../fonts/HurmeGeometricSans4-Thin.otf") format("opentype");
}

@font-face {
    font-family: HurmeGeometricSans4;
    font-weight: 400;
    src: url("../fonts/HurmeGeometricSans4-Light.otf") format("opentype");
}

@font-face {
    font-family: HurmeGeometricSans4;
    font-weight: 500;
    src: url("../fonts/HurmeGeometricSans4-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: HurmeGeometricSans4;
    font-weight: 600;
    src: url("../fonts/HurmeGeometricSans4-Regular.otf") format("opentype");
}

@font-face {
    font-family: HurmeGeometricSans4;
    font-weight: bold;
    src: url("../fonts/HurmeGeometricSans4-Bold.otf") format("opentype");
}

html {
	position: relative;
	min-height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:16px;
	color:#050600;
	font-family: HurmeGeometricSans4;
  font-weight: 400;
	background:#ffffff;
	margin: 0;
	padding:0px;
	line-height:1.15;
}

.show_loader {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/loader.gif) no-repeat center center #fff;
	background-size: auto auto;
	opacity: 0;visibility: hidden;
	position: fixed;top: 0;
	left: 0;z-index: 999;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.show_loader.active {
	opacity: 1;
	visibility: visible;
}

.show_loader_div {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: url(../images/loader.gif) no-repeat center center #fff;
	background-size: auto auto;
	opacity: 0;visibility: hidden;
	display: block;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.show_loader_div.active {
	opacity: 1;
	visibility: visible;
}

.section-without-top-banner {
    margin-top: 100px;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
li, ul, ol {
	list-style:none;
	margin:0px;
	padding:0px;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a {  color: #050600;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.clear {}

.clear:before,
.clear:after {
	display: table;
	content: "";
}
.clear:after {
	clear:both;
}
input, textarea {
	outline:none !important;
}
#wrapper {
	width:100%;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}


input.input-text,select,button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/***** Select Dropdown Start *****/

.bootstrap-select {
	display: inline-block;
	float: none;
	width: 100%;
}

.bootstrap-select .btn,
.bootstrap-select .btn.dropdown-toggle {
	width: 100%;
	max-width: 345px;
	padding: 11px 50px 13px 15px;
	font-size: 13px;
	color: #323232;
	text-align: left;
	background: none;
	border-color: #707070;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}

.bootstrap-select.select-1 .btn { min-width: 250px; }

.bootstrap-select.select-2 .btn,
.bootstrap-select.select-2 .btn.dropdown-toggle {
	min-width: 205px;
	padding-left: 6px;
	color: #acacac;
}

.bootstrap-select.select-2 .sort_by { display: none; }

.bootstrap-select .sort_by { display: inline-block; }

.bootstrap-select .pull-left {
	display: inline-block;
	float: none !important;
}

.bootstrap-select .btn .caret {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	text-align: center;
	border-top: none;
	border-right: none;
	border-left: solid 1px transparent;
}

.bootstrap-select .btn .caret:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-family:'FontAwesome';
	font-size: 18px;
	color: #323232;
	content: "\f107";
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.bootstrap-select .dropdown-menu {
	width: 100%;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}

.bootstrap-select div.dropdown-menu {
	height: auto;
	min-height: 136px !important;
	margin-top: 0;
	border-top: none;
	border-color: #ccc;
	overflow-y: auto !important;
}

.bootstrap-select ul.dropdown-menu {
	top: 0;
	max-height: inherit !important;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden !important;
}

.bootstrap-select .dropdown-menu li { border-bottom: solid 1px #ccc; }

.bootstrap-select .dropdown-menu li:last-child { border-bottom-color: #fff; }

.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover { background: #f1f1f1; }

.bootstrap-select .dropdown-menu li a:focus { background: none; }

.bootstrap-select .dropdown-menu li a i { display: none; }


/***** Select Dropdown End *****/

/*============ Default Css End ============*/



/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
    .container {
        width:768px;
        max-width:768px;
    }
}
@media (min-width: 992px) {
    .container {
        width:940px;
        max-width:940px;
    }
}
@media (min-width: 1200px) {
    .container {
        width:1160px;
        max-width:1160px;
    }
}
@media (min-width: 1600px) {
    .container {
        width:1400px;
        max-width:1400px;
    }
}
@media (min-width: 1800px) {
    .container {
        width:1700px;
        max-width:1700px;
    }
}
.container { padding-left: 10px; padding-right: 10px;}
.row { margin-left: -10px; margin-right: -10px;}
.no-gutters{margin-left:0; margin-right: 0;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  	padding-right: 10px;
  	padding-left: 10px;
}
.main_wapper { overflow: hidden;}


/* navbar start */

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0; padding:0; color:#050600;
  /* font-family: 'HurmeGeometricSans4-bold'; */
  font-family: 'museo-sans, sans-serif';
}

h2 {font-size:40px;line-height: 1.2;}
h3 {}
h4 {}
h5 {}
h6 {}

p { margin: 0; padding: 0; line-height:1.4;}
strong {font-weight: bold;}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}


[data-aos-easing=ease-in] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in] {
    -webkit-transition-timing-function: cubic-bezier(.42,0,1,1);
    -moz-transition-timing-function: cubic-bezier(.42,0,1,1);
    -o-transition-timing-function: cubic-bezier(.42,0,1,1);
    transition-timing-function: cubic-bezier(.42,0,1,1);
}
[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
/*=========================================*/
/* Elements css End  */
/*=========================================*/


/*=========================================*/
/* Main Header */
/*=========================================*/


#header{ width: 100%; }
.header_wapper { z-index:104; background:#ffffff; width:100%; padding:30px 0; position:fixed;top:0;left:0;
    -webkit-transition: top 350ms cubic-bezier(0,0,0,1);
    -o-transition: top 350ms cubic-bezier(0,0,0,1);
    -moz-transition: top 350ms cubic-bezier(0,0,0,1);
    transition: top 350ms cubic-bezier(0,0,0,1);
}
.header_wapper .container {  }
.header_wapper .row {align-items: flex-start;height:60px;overflow: hidden;}
.inner_header .logo {margin: 10px 0 0 -8px;}
.inner_header .col-md-1 {overflow: hidden;}
.logo { padding:0;width:145px;/*121px*/ position: relative;z-index: 101;}
.logo a {display: block;}
.logo a img {width:100%;height:auto;}

.navigation_main { margin-top: 20px; display: none;}
.header_wapper.fixed .navigation_main {display: block;}
.navigation_main ul { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
}
.navigation_main ul li { display: block; margin: 0; padding: 0;/*0 19px*/}
.navigation_main ul li a { display: block;font-family: HurmeGeometricSans4,sans-serif;font-size: 30px;color:#d7d5d7; position: relative;}
.navigation_main ul li a:hover {color: #211f1e;}
.lang_menu {align-items: center;margin: 0;}
.lang_menu span {font-size: 20px;font-family: HurmeGeometricSans4,sans-serif;}
.lang_menu ul {margin-left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lang_menu ul li {margin-left: 5px;}
.lang_menu ul li a {color: #d7d5d7;font-size:20px;}
.lang_menu ul li.active a{color: #ed1c24;}

.navbtn {align-items: center;position: relative;z-index: 101;}
button.search {width:30px;height:30px;border: 0;cursor: pointer;background: none;outline: none;}
.home button.search {display: none;}
button.search.is_selected {margin-top: -30px;background: url(../images/icon-close-newsletter.svg) no-repeat center center;background-size: contain;}
button.search.is_selected img {opacity:0;}
button.search img {width: 100%;}
body.scrolldesable{overflow: hidden;}
.ham_menubtn { margin:0 0 0 10px; position: relative; z-index: 101;}
.search-is_open .ham_menubtn,
.search-is_open .lang_menu {opacity: 0;}
.ham_menubtn {width: 38px;}
.ham_menubtn a { display:block;}
.ham_menubtn a span { display:block; background:#040500;
    width: 30px;
    height: 3px;
    position: relative;
    overflow: hidden;
    -webkit-transition: transform .55s cubic-bezier(.19,1,.22,1),opacity .2s cubic-bezier(.19,1,.22,1);
    transition: transform .55s cubic-bezier(.19,1,.22,1),opacity .2s cubic-bezier(.19,1,.22,1);
    will-change: transform,opacity;
}
.ham_menubtn a span + span { margin-top:6px;}
.ham_menubtn a span:last-child {width:23px;}
.ham_menubtn a span:nth-child(2) {height:4px;}
.ham_menubtn a.active span:nth-child(2) { opacity: 0;}
.ham_menubtn a.active span:first-child {
    -webkit-transform: translate3d(0,10px,0) rotate3d(0,0,1,-45deg);
    transform: translate3d(0,10px,0) rotate3d(0,0,1,-45deg);
}
.ham_menubtn a.active span:last-child {
	width:30px;
    -webkit-transform: translate3d(0,-10px,0) rotate3d(0,0,1,45deg);
    transform: translate3d(0,-10px,0) rotate3d(0,0,1,45deg);
}


.head_menu {background-color: #fff;position: fixed;z-index: 100;left: 0;bottom: 100%;width: 100%;height: 100vh;overflow: auto;padding-top:122px;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -o-transition: -o-transform 500ms ease-out;
    -moz-transition: -moz-transform 500ms ease-out;
    transition: transform 500ms ease-out;
}
.head_menu .container,
.head_menu .menu_content,
.head_menu .menu_content .row {height: 100%;}
.head_menu .menu_content .row > div[class*="col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
    flex-direction:column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.head_menu.open {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.head_menu .contact-info {padding:0 0 30px;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
    -webkit-transition: all 600ms ease 600ms;
    -o-transition: all 600ms ease 600ms;
    -moz-transition: all 600ms ease 600ms;
    transition: all 600ms ease 600ms;
}
.head_menu.open .contact-info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.head_menu .contact-info h3 {padding:0 0 20px;font-size: 22px;}
.head_menu .contact-info p {color: #050600;font-size:22px;font-family: HurmeGeometricSans4,sans-serif;padding:0 0 10px;}
.head_menu .contact-info p a{color: #050600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.head_menu .contact-info p a i {width:35px;margin-right: 15px;}
.head_menu .contact-info p a i img {width:100%;}
.head_menu .social{
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
    -webkit-transition: all 600ms ease 600ms;
    -o-transition: all 600ms ease 600ms;
    -moz-transition: all 600ms ease 600ms;
    transition: all 600ms ease 600ms;
}
.head_menu.open .social{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social ul li + li {padding-left: 30px;}
.social ul li a {display:block;}
.social ul li a:hover {opacity: 0.5;}
.social ul li img {max-height: 30px;}
.secondry_menu > ul > li {padding: 0 0 20px;
	-webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
    -webkit-transition: all 600ms ease 600ms;
    -o-transition: all 600ms ease 600ms;
    -moz-transition: all 600ms ease 600ms;
    transition: all 600ms ease 600ms;
}
.head_menu .secondry_menu > ul > li:nth-child(3) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.head_menu .secondry_menu > ul > li:nth-child(4) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
.head_menu .secondry_menu > ul > li:nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.head_menu .secondry_menu > ul > li:nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.head_menu .secondry_menu > ul > li:nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.head_menu.open .secondry_menu > ul > li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.secondry_menu ul li a {font-size: 32px;font-family: 'HurmeGeometricSans4-bold',sans-serif;color: #050600;position: relative;padding-left: 25px;}
.secondry_menu > ul > li > a::before {content:'';width:12px;height:20px;position: absolute;top: 50%;left:0;background: url(../images/arrow-down-grey.svg) no-repeat center center;background-size: contain;display: block;
    -webkit-transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
}
.secondry_menu > ul > li.active > a::before {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.secondry_menu ul li ul {padding:5px 0 4px;display: none;}
.secondry_menu ul li ul li {padding: 5px 0 0;
    -webkit-transition: all 600ms ease 600ms;
    -o-transition: all 600ms ease 600ms;
    -moz-transition: all 600ms ease 600ms;
    transition: all 600ms ease 600ms;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
}
.secondry_menu ul li.active ul li {opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.secondry_menu ul li ul li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.secondry_menu ul li ul li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.secondry_menu ul li ul li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.secondry_menu ul li ul li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.secondry_menu ul li ul li a {font-family: HurmeGeometricSans4,sans-serif;font-size: 24px;}

.bredcrumb {padding:20px 0 0;overflow: hidden;}
.bredcrumb:after {content: '';display: block;position: absolute;z-index: 2;top: 0;right: 10px;height: 100%;width: 3.125rem;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),white);
    background-image: -moz- oldlinear-gradient(left,rgba(255,255,255,0),white);
    background-image: -o-linear-gradient(left,rgba(255,255,255,0),white);
    background-image: linear-gradient(to right,rgba(255,255,255,0),white);
}
.bredcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bredcrumb ul li {font-size:30px;font-family: HurmeGeometricSans4;white-space: nowrap;}
.bredcrumb ul li + li {padding-left:10px;}
.bredcrumb ul li a {color: #d7d5d7;font-size: 30px;}
.bredcrumb ul li a:hover {color: #050600;}
.bredcrumb ul li a:after {content: ':';display: inline-block;vertical-align: top;margin-left: 10px;}

.h_seachbox {position: absolute;top:0;left:-30px;width:100%;height:100%;z-index: 10;display: none;}
.search-is_open .h_seachbox {display: block;}
.search_open .header .h_seachbox {display: block;}
.h_seachbox form {position: relative;}
.h_seachbox form input[type="text"] {border: 0;height:74px;width:100%;background: #fff;font-size:30px;font-family: HurmeGeometricSans4,sans-serif;}
.h_seachbox form input[type="submit"] {position: absolute;top:0;right:0;display: none;}

.h_searchResult {background-color: #fff;position: fixed;z-index: 100;left: 0;bottom: 100%;width: 100%;height: 100vh;overflow: auto;
}

/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper {width:100%; position:relative; z-index:2;}
.home-banner {width:100%;position:relative;z-index:10; background: #bbd1a7;}
.home-banner .captionbox { position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center; justify-content: center;
}
.home-banner .captionbox h1 { font-size: 100px; color: #ffffff; text-align: center; margin: 0; padding: 0; line-height: 1.39; font-weight: 600;}
.home-banner .imagebox { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 585px; position: relative;}
.home-banner.inner-banner .imagebox {height:500px;}
.home-banner.inner-banner .imagebox img{position: absolute;top:0;left:0;width: 100%;
height: 100%;
object-fit: cover;object-position: center;}
.home-banner.inner-banner.fullscreen .imagebox {height:calc(100vh - 90px);}
.home-banner.inner-banner.notice-banner .imagebox {padding-bottom: 50%;}
.home-banner .imagebox::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.1);}
.home-banner.without-overlay .imagebox::after {opacity: 0;}
.home-banner.inner-banner .captionbox h1 { text-shadow: 0 0 90px rgba(0, 0, 0, 0.40);}
.home-banner .videobg {height: calc(56.25vw - 120px);max-height: calc(100vh - 120px);}
.home-banner .videobg video,
.home-banner .videobg iframe {position: absolute;top: 0;left: 0;width:100%;height:100%;object-fit: cover;}
.searchbox {max-width: 500px;margin: 0 auto 120px;position: relative;}
.searchbox i {position: absolute;top:5px;left:0;width:24px;height:60px;background:url(../images/logo-dots-red.svg) no-repeat center center;background-size: contain;}
.searchbox i img {width:24px;display: none;}
.searchbox form input {width:calc(100% - 40px);height:70px;background-color: rgba(255,255,255,0.3);padding:0 70px 0 40px;border: 0;display: block;font-size: 22px;margin-left: 40px;color:#040500;}
.searchbox form input::-moz-placeholder {color: #fff;}
.searchbox form input::-webkit-input-placeholder {color: #fff;}
.searchbox form input::-ms-placeholder {color: #fff;}
.searchbox form button {width:30px;height:30px;border: 0;cursor: pointer;background: none;position: absolute;top: 50%;right: 25px;opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-ms-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.searchbox form.focus button {opacity: 0.5;}
.searchbox form button img {width:100%;}
.searchnav {position: absolute;bottom:0;left:0;width:100%;background-color: rgba(5,6,0,.3);height:80px;
	-webkit-transition: all 350ms cubic-bezier(0,0,0,1);
    -o-transition: all 350ms cubic-bezier(0,0,0,1);
    -moz-transition: all 350ms cubic-bezier(0,0,0,1);
    transition: all 350ms cubic-bezier(0,0,0,1);
}
.searchnav.search-home--is_open {height: calc(50% - 35px);}
.searchnav ul:not(.sub_nav) {max-width:1160px;margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.searchnav ul:not(.sub_nav) > li {width:33.33333%;text-align: center;padding: 0 10px;}
.searchnav ul:not(.sub_nav) li a {font-size: 30px;color:#fff; font-family: 'HurmeGeometricSans4-bold',sans-serif;line-height: 80px;}
.searchnav.search-home--is_open > ul:not(.sub_nav) > li > a {font-size: 20px;line-height: 60px;}
.searchnav.search-home--is_open  ul li {text-align: left;}
.searchnav ul.sub_nav li + li {padding-top: 10px;}
.searchnav ul.sub_nav li a {font-size: 19px;line-height: 1.2;color: #fff;font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.searchnav .tudobtn {padding:0;text-align: center;}
.searchnav .tudobtn a {color: #fff;text-decoration: none;}

.hero_locaion {justify-content: center;position: absolute;top: 50%;left: 50%;
    -webkit-transform: translate(-100%,-50%);
    -moz-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
}
.loc-title {color: #fff; font-family: 'HurmeGeometricSans4-bold',sans-serif;font-size:50px;margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.loc-title::after {content: '';width: 15px;height:40px;margin: 7px 0 0 20px;background: url(../images/logo-dots-red.svg) no-repeat center center;background-size: contain;}
.loc_slider_outer{width: 50vw;height:100%;position: absolute;left: 100%;}
.loc_slider_outer div {height:60px;}
.loc_slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
}
.loc_slider .slick-slide {position: absolute;z-index: 6;left:0;width:auto;opacity: 0;height:60px;
    -webkit-transform: translate(-10%,0);
    -moz-transform: translate(-10%,0);
    transform: translate(-10%,0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.loc_slider .slick-slide.slick-current  {opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}
.loc_slider .loc-item {color: #fff; font-family: 'HurmeGeometricSans4-bold',sans-serif;font-size:50px;}
/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/


/****************************/
/* homepage start */
.section {padding: 60px 0 0;}
.h_textcont h1 {font-size:50px;line-height: 1;}
.h_textcont h1,
.h_textcont h2 {position: relative;padding:0;margin:10px 10px 30px;}
.h_textcont h2::before,
.h_textcont h1::before {content:'';width:13px;height:34px;background: url(../images/logo-dots-red.svg) no-repeat center center;background-size: contain;position: relative;top:7px;left:0;display: block;margin-right: 20px;float: left;}
/*.h_textcont h2.light {margin: 0;font-family: HurmeGeometricSans4;}*/
.h_textcont h2.light {font-family: HurmeGeometricSans4;font-size: 40px;margin: 0px 0px 30px 0px;font-weight: 400;}
.h_textcont h2.light::before {display: none;}
.h_textcont h1 + h2 {margin: 40px 0 0;}
.h_textcont h1 + h2::before {display: none;}
.h_textcont p {padding:0 0 24px;}
.h_textcont p a:hover {text-decoration: underline;color:#050600;}
.h_textcont .row {justify-content: center;margin: 0;}
.h_textcont .row > div[class*="col-"] {padding: 0;}
.nossoText_sec {padding:80px 0;}
.h_textcont h1 {}
.h_textcont ul {padding-left: 2.1875rem;}
.h_textcont ul li {position: relative;padding-bottom: 1.25rem;}
.h_textcont ul li + li {margin:20px 0 0;}
.h_textcont ul li:before {content: '•';display: inline-block;vertical-align: top;color: #d7d5d7;
font-size: 1.3rem;position: absolute;z-index: 111;top: -.1rem;left: -1.0625rem;}
.h_textcont ol {padding-left: 2.1875rem;}
.h_textcont ol li {list-style: decimal;}
.h_textcont p + ol {padding-top: 16px;}
.h_textcont ol {padding-bottom: 16px;}
.h_textcont:not(.sitmap_row) ul li a {text-decoration: underline;}
.h_textcont ul li a:hover{color: #040500;font-family: 'Roboto', sans-serif;font-weight: bold;}
.conhecimento_row .col-lg-6 .image span:after {content:'';display: block;padding-top:calc(50% - 10px);}
.conhecimentobox {padding:10px 0;width: 100%;}
.conhecimentobox .image {height:265px;position: relative;overflow: hidden;}
.conhecimentobox .image a {display: block;overflow: hidden;}
/*.conhecimentobox .image span {width:100%;display: block;background-repeat: no-repeat;background-position: center center;background-size: cover;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
    -webkit-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
}
.conhecimentobox .image a:hover span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}
.conhecimentobox .image span:after {content:'';display: block;padding-top: 100%;}*/
.conhecimentobox .image img {
  width:100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
  -webkit-transition: transform 500ms ease-out;
  -o-transition: transform 500ms ease-out;
  -moz-transition: transform 500ms ease-out;
  transition: transform 500ms ease-out;
}

.conhecimentobox .image a:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.conhecimentobox .info {padding:20px 0 0;}
.conhecimentobox .info a:hover {color:#050600;}
.ct_date {justify-content: space-between;align-items: center;padding:10px 0 0;}
.ct_date span {font-size:12px;text-transform: uppercase;}
.ct_label a {padding:0 10px;font-family: 'Roboto', sans-serif;;font-size:12px;line-height: 20px;display: inline-block;vertical-align: top;height: 20px;font-weight: bold;}
.ct_label a:hover {color: #050600;}
.tudobtn {padding:10px 0 20px;}
.tudobtn a {font-family: 'Roboto';font-size:20px;text-decoration: underline;line-height:40px;display: inline-block;vertical-align: top;text-transform: capitalize;font-weight: bold;}
.home .tudobtn a:hover {color: #d7d5d7;}

.pessoda_sec.section .equipa_row .row:first-child {margin-top: 16px;}
.equipa_row .row + .row {margin-top: 40px;}
.equipa_row:not(.with-container) .row > div[class*="col-"]{
    -webkit-transition: -webkit-transform 950ms ease-out,opacity 750ms ease;
    -o-transition: -o-transform 950ms ease-out,opacity 750ms ease;
    -moz-transition: -moz-transform 950ms ease-out,opacity 750ms ease;
    transition: transform 950ms ease-out,opacity 750ms ease;

}
.equipa_row:not(.with-container) .row > div[class*="col-"].aos-animate {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;

}
.equipa_row .row > div.col-md-5 {
	-ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.equipa_row .row > div.col-md-2{
	-ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
body.home .equipa_row .row > div.col-md-3 {
	-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.post-type-archive-our_pessoas .equipa_row .row > div.col-md-3,
.equipa_row:not(.with-container) .row > div.col-md-3 {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.pessoas-sem-resultados{
	text-align: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: bold;
}

.equipabox {position: relative;height:100%;}
.equipabox a {display: block;height:100%;}
.equipabox .image {height:100%;position: relative;}
.post-type-archive-our_pessoas .equipabox .image {height:618px;}
.equipabox .image img {width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit: cover;object-position: center}
.equipabox .image.no_image_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipabox .image.no_image_sec span {font-size: 40px;width: 70%;font-family: 'HurmeGeometricSans4';position: relative;color: #040500;margin-bottom: 89px;font-weight: bold;text-align: center;}
.equipabox .image:after {content:'';display: block;padding-top: 65%;}
.equipa_row > div[class*="col-"]{background: #f5f4f4;}
.equipa_row > div[class*="col-"]:nth-child(odd){background:#e4e3e4;}
.equipa_row.with-container .equipabox .image:after {padding-top: 100%;}
.equipabox .image img.hover {opacity: 0;
    -webkit-transition: opacity 250ms ease-out 950ms;
    -o-transition: opacity 250ms ease-out 950ms;
    -moz-transition: opacity 250ms ease-out 950ms;
    transition: opacity 250ms ease-out 950ms;
}
.equipabox a:hover img.hover {opacity: 1;}
.equipabox .equipa_name {position: absolute;bottom:0;left:0;width:100%; background-color: rgba(0,0,0,.3);padding: 20px 10px;text-align: center;}
.equipabox .equipa_name p {color:#fff;font-size:16px;}
.equipabox .equipa_name p + p {margin-top:5px;}

.equipa_row .tudobtn {padding:20px 0;}

.stats_sec {background:#f8ebd2;padding:32px 0;}
.competencias_row {padding:40px 0;}
.competenciasbox {text-align: center;height:200px;position: relative; z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.competenciasbox .icon {position: absolute;top: 50%;left: 50%;z-index: -1;width: 100%;height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.competenciasbox h6 {font-size:30px;}
.h_slider_sec {padding-top: 0;}
.h_slider .image {width:100%;height:500px;display:block;background-repeat: no-repeat;background-position: center center;background-size: cover;}

.porque_nav {padding:25px 0 25px;}
.porqueNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    flex-grow: row;
}
.porqueNav ul li {white-space: nowrap;}
.porqueNav ul li + li {padding-left: 60px;}
.porqueNav ul li a {font-size:22px; font-family: 'HurmeGeometricSans4-bold',sans-serif;color: #bdbabc;}
.porqueNav ul li.active a,
.porqueNav ul li.current-menu-item a {color: #050600;}
.porqueNav ul li:not(.active) a:hover {text-decoration: underline;}
/* homepage End */
/****************************/


/****************************/
/* Inner page start */
.heroText_sec {background:#d6e1ee;}
.heroText {padding:80px 0;}
.heroText .row {}
.heroText .row .col-md-5 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width: 100%;
	align-self: flex-end;
}
.heroText .row .col-md-5 .text {padding:0 30px 0 calc(8.33333% + 10px); margin-top:-46px;position: relative;max-width: 40%;margin-left: 50%;}
.heroText .row .col-md-5 .text p {font-family: HurmeGeometricSans4,sans-serif;}
.heroText .row .col-md-5 .text::before {content:'';width:0.8125rem;height:2.125rem;position: absolute;top:0.4375rem;left:9.5%;background: url(../images/logo-dots-red.svg) no-repeat center center;background-size: contain;}
.heroText .text h1 {font-size:50px;line-height: 1;text-align: right;}
.heroText .text p {font-size:50px;line-height: 1;}

.reasons_sec {padding: 0 0 40px;}
.reasons_row{padding:20px 0 0;}
.page-template-template-30anos .reasons_row{padding:0px 0 0;}
.reasons_row .row {margin: 0;}
.reasons_row .row > div[class*="col-"] {padding: 0;}
.reasons_row > .row > .col-md-6 {padding-top: 10% !important;height:500px;}
.reasonsbox {background:#f1d7a5;height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.reasonsbox .image {position: absolute;top:0;left:0;bottom:0;right:0;background-repeat: no-repeat;background-position: center center;background-size: cover; object-fit: cover;}
.reasonsbox .image img {object-fit: cover;}
.reasonsbox .reasons_title {width:40%;padding:0 40px;position: relative;z-index: 2;}
.reasonsbox h2 {font-size:50px;color:#fff;text-align: right;}
.reasons_row > .row > .col-md-4 {padding-left: 8.33333% !important;padding-top:calc(10% + 15px) !important;}
.page-template-template-30anos .reasons_row > .row > .col-md-5 {padding-left: 6.33333% !important;padding-top:0 !important;display:flex;flex-direction:column;justify-content: center;}
.page-template-template-30anos .reasons_row.right > .row > .col-md-5 {padding-left: 0!important;padding-right: 6.33333% !important;padding-top:0 !important;display:flex;flex-direction:column;justify-content: center;}

.reasons_row .reasons_text {padding:0 20px 0 0;}
.reasons_row .reasons_text p {font-size: 22px;}
.reasons_row .reasons_text p + p {margin-top: 15px;}

.cronologia_sec {background:#e4a99a;padding:80px 0;height:calc(100vh - 180px);margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:center;
}
.cronologia_text p {font-size:35px;font-family: HurmeGeometricSans4,sans-serif;padding: 0 0 35px;}
.timeline {padding:0;width: 100%;position: relative;z-index: 3;
    will-change:position;padding-top: 30px;
}
.timeline.fixed_timeline {position: fixed;left: 0;top:0;z-index: 98;
    background-color: #fff;}
.timeline_progress {position: relative;background: #f5f4f4;align-items: center;justify-content: space-between;}
.timeline_progressbar {position: absolute;z-index: 1;left: 0;top: 0;background-color: #bbd1a7;height: 30px;width: 50px;
    -webkit-transition: width 350ms ease-out;
    -o-transition: width 350ms ease-out;
    -moz-transition: width 350ms ease-out;
    transition: width 350ms ease-out
}
.timeline_progress:before {content:'';width:100%;height:100%;position: absolute;top:0;right:100%;background: #bbd1a7;}
.timeline_progress:after {content:'';width:100%;height:100%;position: absolute;top:0;left:100%;background: #f5f4f4;}
.timeline_nav {height:30px;width:calc(100% - 50px);position: relative;z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.timeline_item {}
.timeline_item a {position: relative;font-size: 22px;color:#050600;text-align: center;display: block;font-family: HurmeGeometricSans4,sans-serif;}
.timeline_item a:not(.is_visible) span {
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    position: absolute;
    z-index: 111;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 0;
}
.timeline_item a:not(.is_visible).is_selected span,
.timeline_item a:not(.is_visible):hover span {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.timeline_item a:after {
    background-color: #bdbabc;
    display: block;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: .625rem;
    height: .625rem;
}
.timeline_item a.is_visible:after {display: none;}
.timeline_progress .plus-icon {width:18px;height:18px;position: relative;z-index: 100;
	-webkit-transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.timeline_progress .plus-icon.is_selected {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.timeline_progress .plus-icon img {width:100%;}
.timeline_row {padding:40px 0;}
.timeline_row:nth-child(even) {background:#f5f4f4;}
.timeline_text {justify-content: space-around;}
.timeline_row:nth-child(even) .timeline_text {flex-direction: row-reverse;}
.timeline_text .year_info {width:45%;padding:40px 0;}
.timeline_text .year_info p + p {padding-top:28px;}
.timeline_text .icon {width:45%;max-width: 260px;}
.timeline_text .icon img {width: 100%;}
.timeline_title h2 {font-family: HurmeGeometricSans4,sans-serif;font-size: 50px;font-weight: 600;}

.timeline_years {background-color: #f5f4f4;position: absolute;z-index:99;top: 0;left: 0;width: 100%;max-height: 0;overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: max-height 350ms ease;
    -o-transition: max-height 350ms ease;
    -moz-transition: max-height 350ms ease;
    transition: max-height 350ms ease;
}
.timeline_years.is_open {max-height: 100vh;}
.timeline_years:after {display: block;content: '';height: 100vh;}
.timeline_scrollable {position: relative;overflow: hidden;height: 300px;font-family: HurmeGeometricSans4,sans-serif;font-size: 70px;line-height: 60px;padding-top: 60px;}
.timeline_thousand {position: absolute;z-index: 111;left: 0;top:60px;overflow: hidden;height:80px;text-align: right;}
.timeline_thousand li { line-height: 80px;
    -webkit-transition: -webkit-transform 600ms ease-out;
    -o-transition: -o-transform 600ms ease-out;
    -moz-transition: -moz-transform 600ms ease-out;
    transition: transform 600ms ease-out;
}
.timeline_decades {padding-left: 72px;color: #e4e3e4;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 600ms ease-out;
    -o-transition: -o-transform 600ms ease-out;
    -moz-transition: -moz-transform 600ms ease-out;
    transition: transform 600ms ease-out;
}
.timeline_decades li {line-height: 80px;
    -webkit-transition: color 450ms ease;
    -o-transition: color 450ms ease;
    -moz-transition: color 450ms ease;
    transition: color 450ms ease;
    cursor: pointer;
}
.timeline_decades li:hover, .timeline_decades li.is_current {
    color: #050600;
}

.nossoText_sec {padding:80px 0 60px;}
.nossoText_sec h1 {margin:0;}
.nossoText_sec .textcont_discr {padding:40px 0 0;}
.nossoText_sec .textcont_discr{}
.logos_sec {background:#bbd1a7;margin:16px 0 0;}
.logos_grid {flex-wrap: wrap;margin:0 -10px;padding:32px 0;}
.logos_grid .logobox {width: 25%;padding:0 10px 20px;}
.logos_grid .logobox a {display: block;position: relative;padding-bottom: 56.25%;	}
.logos_grid .logobox img {position: absolute;top: 50%;left: 50%;min-width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.reconhecimento_sec {padding:0 0 20px;}
.reconhebox {position: relative;cursor: pointer;}
.reconhebox .itemb_bg {position: absolute;top:0;left:0;bottom: 0;right:0;z-index: -1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.reconhebox:hover .itemb_bg {opacity: 0.8;}
.reconhebox.open .itemb_bg {opacity: 0.4;}
.reconhebox.v2:hover .itemb_bg {opacity: 0.8;}
.reconhebox.v2.open .itemb_bg {opacity: 0.4;}
.reconhebox:hover .plus-icon {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);}
.reconhebox .image,
.reconhebox .reconhe_info {width:50%;position: absolute;top:50%;left:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.reconhebox .image {left:auto;right:0;text-align: center;}
.reconhebox .image img {min-width: 60%;max-width: 60%;}
.reconhebox .reconhe_info {padding:40px;}
.reconhebox .reconhe_info h6 {font-size:30px;font-family: 'Roboto';font-weight: bold;.tudobtn a}
.reconhebox:after {content: '';display: block;padding-top: 50%;}
.reconhebox .plus-icon {width:22px;height:22px;position: absolute;bottom: 20px;right:20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
    -webkit-transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
}
.reconhebox.open .plus-icon {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.reconhebox .plus-icon img {width: 100%;}
.reconhebox.v2:after {padding-top: 100%;}
.reconhebox.v2 .image,
.reconhebox.v2 .reconhe_info {width:100%;}
.reconhebox.v2 .reconhe_info {top:0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.reconhebox.v2 .reconhe_info p {padding:10px 0 0;}
.reconhe_content {padding:60px 20px;}
.reconheContent.without_img {padding:0 0 0 8.33333%;}
.toggle_content{display: none;}
.reconhe_content .image {padding:0  40px;}
.reconhe_content .image img {max-width: 100%;}
.reconhe_content p {padding:0 0 20px;font-size:20px;}
.reconhe_content ul li {position: relative;padding-left: 25px;}
.reconhe_content ul li + li {margin-top: 10px;}
.reconhe_content ul li:before {content: '';background-image: url(../images/arrow-right-grey.svg);background-size: contain;background-position: center;
background-repeat: no-repeat;display:block;
    color: #d7d5d7;
    width:15px;
    height:15px;
    position: absolute;
    top: 5px;
    left: 0;
}
.reconhecimento_sec .tudobtn {padding: 20px 0 0;}
.tudobtn.hidden {visibility: hidden;}

.setores_sec {padding: 50px 0;}
.setores_search {padding:0;}
.setores_search form {display: block;position: relative;width: 100%;}
.setores_search form input[type="text"] {width:100%;height:60px;background-color: #e4e3e4;color: #bdbabc;border:0;padding: 0 0 0 8.33333%;font-size:35px;font-family: 'HurmeGeometricSans4-Bold';}
.setores_search form input[type="submit"] {background: url(../images/search-black2.svg) no-repeat center center;background-size: contain;width: 30px;height: 30px;position: absolute;top: 50%;right: 25px;border: 0;opacity: 1;outline: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.setores_search button.btn-filters {border: 0;width: 22px;background: none;margin-left: 5px;outline: none;}
.setores_search button.btn-filters svg {width: 22px;}
.setores_search button.btn-filters.active svg path {fill:#ed1c24;}
.setores_search button.btn-filters svg.setores_row {padding:50px 0;}
.setores_row .row > div[class*="col-"]	 {}
.setores_row .setoresbox {position: relative;margin:10px 0;font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.setores_row .setoresbox a {min-height:80px; padding:0 40px 0 24px;width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.setores_row .setoresbox:hover a{ color: #050600;}
.setores_row .setoresbox:after {content: '';background: url(../images/arrow-right-red.svg) no-repeat center center;background-size: contain;width: 12px;height:20px;margin-right: 13px;position: absolute;top:50%;right: 20px;pointer-events: none;
	-webkit-transform: translateY(-50%) translateX(-10px);
	-moz-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.setores_row .setoresbox:hover:after {
	-webkit-transform: translateY(-50%) translateX(0);
	-moz-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.mercadosbox {position: relative;overflow: hidden;margin-bottom: 20px;background-color: #ccc;}
.mercadosbox a {display: block;}
.mercadosbox a:after {content: '';background: url(../images/expand-more-24-px2.svg) no-repeat center center;background-size: contain;width: 24px;height:24px;position: absolute;bottom:20px;right: 20px;opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.mercadosbox:HOVER a:after {opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.mercadosbox .image {width: 100%;
	height:220px;
	background-position: top center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	-webkit-transition: -webkit-transform 500ms ease-out;
    -o-transition: -o-transform 500ms ease-out;
    -moz-transition: -moz-transform 500ms ease-out;
    transition: transform 500ms ease-out;
}
.mercadosbox:hover .image {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.mercadosbox p {position: absolute;bottom:20px;left:20px;font-size: 16px;color:#fff;font-family: 'Roboto', sans-serif;font-weight: bold;}

.nosso_content {padding:80px 0 60px;}
.nosso_content.social_content {padding-top: 60px;}
.nosso_content.h_textcont h1,
.nosso_content.h_textcont h2 {margin:0 0 40px;}
.nosso_content.h_textcont p {padding:0 0 15px;}
.nosso_content ul.schedule{list-style: none;}
.nosso_content ul.schedule li {position: relative;}
.nosso_content ul.schedule li .schedule__time {font-weight: 400;/*position: absolute;top: 0;left: 0;*/padding-bottom: 30px; padding-top: 30px; display: block;}
.nosso_content ul.schedule li::before{
	    top: 19px;
}
.nosso_content ul.schedule li p {padding-left: 3.125rem;}
.nosso_content ul.schedule li+li {margin-top: .9375rem;}
.orientad_sec {background:#d6e1ee;padding:60px 0;}
.orientad_sec .row {margin: 0;}
.orientad_sec .row > div[class*="col-"] {padding: 0;}
.orientadText h2,
.orientad_outer h2 {padding: 0 0 45px;font-size: 50px;}
.orientadText h2 strong,
.orientad_outer h2 strong {font-weight: 400;font-family: HurmeGeometricSans4;}
.orientad_outer h2.light,
.orientadText h2.light {font-family: HurmeGeometricSans4;font-weight: 400;}
.orientadText ul {padding-left: 35px;margin-top: 15px;}
.orientadText ul li {position: relative;margin:0 0 20px;}
.orientadText ul li:last-child {margin-bottom: 0;}
.orientadText ul li::before {content: '•';font-size: 30px;position: absolute;top: -3px;left:-17px;color: #d7d5d7;}
.orientadText ol {padding-left: 35px;margin-bottom: 16px;}
.orientadText ol li {list-style:decimal;}
.orientadText p + p {margin-top: 16px;}
.orientadText p a,
.orientadText ul li a {text-decoration: underline;}
.orientadText p a:hover,
.orientadText ul li a:hover {color: #050600;font-family: 'Roboto', sans-serif;font-weight: bold;}

.eixos_sec {padding:60px 0;}
.eixosText {padding:0 0 43px;}
.eixosText h2 {font-weight: 400;font-family: HurmeGeometricSans4;padding:0 0 15px;}
.eixosText h2 strong {font-weight: 500;font-family: HurmeGeometricSans4;}
.eixosText p {}
.eixos_row .row {margin:0 -5px;}
.eixos_row .row > div[class*="col-"] {padding:0 5px;}
.eixosbox img {width: 100%;}

.filterMenu_row {align-items: center;position: relative;}
.filterMenu_row ul {width:100%;padding:20px 0px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.filterMenu_row ul li {
	margin-right:20px;
	position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border: solid 1px #e8e8e8;
    padding:20px;
}

.filterMenu_row ul li.active{
	border: solid 1px #151515;
	background-color: rgba(21, 21, 21, 0.1);
}

.filterMenu_row ul li a {
	font-size: 16px;
  	font-weight: bold;
	font-family: 'HurmeGeometricSans1';
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.filterMenu_row ul li a:hover {color: #050600;}
.filterMenu_row ul li a:after {content: '';background: url(../images/icon-adicionar.svg) no-repeat center center;
	background-size: contain;
	width:14px;
	height: 14px;
	margin-left: auto;
    -webkit-transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
}
.filterMenu_row ul li.active a::after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: url(../images/icon-remover.svg);
	height:2px;
}
.filterMenu_row .activeMenu {color: #ed1c24;position: absolute;top: 100%;left:0;margin-top: -20px;}
.filterMenu_row ul li ul {display: none;}
.filterMenu_row button.reset {width:30px;border: 0;background: none;position: absolute;right: 0;outline: none;}
.filterMenu_row button.reset svg {width:30px;height:auto;}
.filter_subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    max-height: 18rem;
    overflow: auto;
    margin-bottom: 30px;
    border: solid 1px #e8e8e8;
    padding: 25px 35px 15px;
    display: none;
}
.filter_subMenu ul {display: none;background-color: #fff;width: 100%;}
.filter_subMenu ul.active{
	display: block;
}
.filter_subMenu ul::after,
.filter_subMenu ul::before {content: '';clear: both;}
.filter_subMenu ul li {width:25%;float: left;margin-bottom: 8px;padding-right: 20px;font-family: 'HurmeGeometricSans1';}
.filter_subMenu ul li span {font-size: 16px;font-weight: bold;color:#7f7f7f;max-width: 85%;display: inline-block;}
.filter_subMenu ul li span:hover,
.filter_subMenu ul li.is_selected span,
.filter_subMenu ul li span.is_selected {color: #151515;}

.filter_subMenu ul li .checkbox{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #e8e8e8;
  width: 20px;
  height: 20px;
  margin-right:10px;
  vertical-align: top;
}

.filter_subMenu ul li .checkbox:checked {
  border: 5px solid #e8e8e8;
  background-color: #151515;
}

.instituto_banner {background:#a3add4;padding:60px 0;}
.instituto_banner .instituto_row .row {margin:0;}
.instituto_banner .instituto_row .row > div[class*="col-"] {padding: 0;}
.instituto_banner .instituto_row .instituto_text {text-align: right;position: absolute;top: 45%;right: 0;}
.instituto_banner .instituto_row h1 {font-size: 40px;max-width: 60%;margin-left: auto;direction: rtl;line-height: 1;}
.instituto_banner .instituto_row .image {width: 50vw;height: 400px;background-repeat: no-repeat;background-position:-80px top;background-size: contain;}

.institutoText {padding:60px 0;}
.institutoText h2, .institutoText h3{font-weight: 400;}
.institutoText h6 {font-family: 'Roboto',sans-serif;font-size: 18px;padding: 40px 0 15px;font-weight: bold;}
.institutoText p {padding:0 0 15px}
.institutoText p:last-of-type {padding-bottom:0;}
.institutoText p a {text-decoration: underline;}
.institutoText p a:hover {font-family: 'Roboto',sans-serif;font-weight: bold;}
.institutoText ul {padding-left: 35px;}
.institutoText ul li {position: relative;margin:0 0 20px;}
.institutoText ul li:last-child {margin-bottom: 0;}
.institutoText ul li::before {content: '•';font-size: 30px;position: absolute;top: -3px;left:-17px;color: #d7d5d7;}
.bg-red-light {background: #e4a99a;}
.quotes_row .row {align-items: center;}
.slick-slide {outline: none;position: relative;}
.logos_sec.bg-red-light + .quotes_slider_sec {padding: 60px 0;}
.quotes_row .quotesText {max-width:71%;margin-left: auto;}
.quotes_row .quotesText h3 {font-size:22px;padding: 0 0 44px;line-height: 1.4;}
.quotes_row .quotesText p:first-child {font-family: 'Roboto',sans-serif;}
.quotes_row .quotesText p {padding:0 0 16px;font-family: HurmeGeometricSans4,sans-serif;font-size: 22px;}
.quotes_row .image {width:100%;height:400px;position:relative;}
.quotes_row .image img {position:absolute;width:100%;left:0;top:0;object-fit: cover;object-position: center;}
button.slick-arrow {cursor: pointer;font-size: 0;border: none;background-color: transparent;background: url(../images/arrow-slider.svg) no-repeat left center !important;background-size: contain;outline: none;left:0;width: 28px;height: 36px;z-index: 20;}
button.slick-arrow::before {font-size: 0;}
button.slick-arrow.slick-next {right:0;left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.contactText {padding:60px 0 45px;}
.contactText h2 {padding:0 0 25px;}
.contactText h2 strong {font-family: HurmeGeometricSans4;font-weight: 700;}
.contactText p {padding:0 0 15px;}
.contactText p a {text-decoration: underline;}
.contactText a:hover {font-family: 'Roboto', sans-serif;color: #050600;font-weight: bold;}
.textWith_media_row {padding:80px 0 60px;}
.textWith_media_row h1 {position: relative;font-size:50px;line-height: 1;padding:0 0 0 40px;margin:0 0 33px;}
.textWith_media_row h1::before {content:'';width:13px;height:34px;background: url(../images/logo-dots-red.svg) no-repeat center center;background-size: contain;position: absolute;top:7px;left:0;display: block;}
.textWith_media_row .textWith_media {padding-right: 8.33333%;}
.textWith_media_row .textWith_media p {padding: 0 0 15px;}
.textWith_media_row .image {width:50vw;height:400px;background-repeat: no-repeat;background-position: center center;background-size: contain; display: block;margin-left: auto;}
.textWith_media_row .iframe {position: relative;}
.textWith_media_row .iframe::after {content: '';display: block;padding-bottom: 56.25%;}
.textWith_media_row .iframe iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.textWith_media_row.integramos {padding-bottom: 60px;}
.textWith_media_row.integramos .textWith_media p {padding: 0 0 15px;}
.textWith_media_row.integramos .textWith_media p:last-child{padding: 0;}
.juri_sec {background:#f5f4f4;padding: 60px 0 80px;}
.juri_outer > h2 {padding: 0 0 40px;font-size: 50px;}
.juribox {position: relative;cursor: pointer;display: block;}
.juribox .image {width: 100%;display: block;postion:relative;}
.juribox .image img{position: absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position: center;}
.juribox .image::after {content: '';display: block;padding-bottom: 100%;}
.juribox .name {position: absolute;bottom: 0;left:0;width:100%;padding:20px;background-color: rgba(0,0,0,0.3);justify-content: space-between;}
.juribox .name p {color: #fff;font-size: 14px;font-family: 'Roboto', sans-serif;font-weight: bold;}
.juribox .plus-icon {width:18px;height:18px; margin-left: auto; position: relative;top: 2px;
	-webkit-transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.juribox .plus-icon img {width:100%;}
.togglebox.open .plus-icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.juriContent .juriContent_text {background: #fff;padding: 60px 60px 60px 112px;}
.juriContent .juriContent_text h4 {font-size: 20px;padding: 0 0 20px;}
.juriContent .juriContent_text p {font-size: 20px;}
.juriContent .juriContent_text p + p {padding-top: 16px;}
.juriContent .juriContent_text p a {text-decoration: underline;}
.juriContent .juriContent_text p a:hover {color: #050600;}
.orga_outer .juriContent .juriContent_text {padding-bottom: 76px;}
.orga_outer .juriContent .juriContent_text p + p {padding-top: 22px;}

.orientad_sec.orientad_green {background: #bbd1a7;}
.orientad_sec.orientad_green p {/*padding: 0 0 39px;*/}
.orientad_sec.orientad_green .orientadText ul {padding-left: 0;}
.orientad_sec.orientad_green .orientadText ul li {padding-left:0;margin:0;}
.orientad_sec.orientad_green .orientadText ul li::before {content:'• '; color:#050600;font-size: 24px;top: 2px;left:0;position: relative;}

.environ_content {padding:60px 0;}
.environText p + p {padding-top:15px;}
.environText p a {text-decoration: underline;}
.environText p a:hover {color: #050600;}
.quotes_row .quotesText h5 {font-size: 22px;line-height: 1.4;}

.social_content h2 {padding:0 0 30px;font-size:40px;}
.social_content p + p {padding-top: 15px;}
.social_content p a {text-decoration: underline;}
.social_content p a:hover {color: #050600;}

.socialGrid_row {padding:60px 0 180px;}
.socialGrid_text {padding:0 0 20px;}
.socialGrid_text p {font-size: 22px;}
.socialGrid_row .row > div[class*="col-"] {padding-bottom: 40px;}
.socialGridbox {background: #f1d7a5;padding:40px;height:100%;}
.socialGridbox h6 {font-size: 22px;padding-bottom: 30px;}
.socialGridbox p {font-size: 22px;}
.socialGridbox p + p {padding-top: 27px;}
.socialGridbox p strong {display: inline-block;vertical-align: top;}
.socialGridbox p a:hover {color: #050600;text-decoration: underline;}
.socialGridbox .image {width: 100%;height:300px;background-repeat: no-repeat;background-position:center center;background-size: cover;}
.socialGridbox .infoText {padding-top: 40px;}

.governaceText_outer {padding: 80px 0 0;}
.governaceText_outer h1 {margin: 0;margin-bottom: 2.5rem;}
.governaceText_outer .institutoText > ul {/*margin: 28px 0 43px;*/}
.governaceText_outer h3 {font-size:40px;font-family: HurmeGeometricSans4,sans-serif;padding: 0 0 54px;}
.governaceText_outer table p {padding: 0;}

.textWith_media_row.nosso_impacto h1 {margin: 0 0 40px;}
.relatorios_row {padding: 60px 0 50px;}
.relatorios_row > h6 {font-size: 22px;padding: 0 0 20px;font-family: HurmeGeometricSans4,sans-serif;}
.relatorios_row .relatoriosbox {padding: 10px 0;}
.relatorios_row .relatoriosbox a {display: block;background-color: #bbd1a7;}
.relatorios_row .relatoriosbox .image {background-repeat: no-repeat;width: 100%;display: block;position:relative;}
.relatorios_row .relatoriosbox .image img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;object-position: center;}
.relatorios_row .relatoriosbox .image::after {content: '';display: block;padding-top:56.25%;}
.relatoriosbox .relatorios_text p {font-size: 16px;padding: 20px 20px 0;}

.futuro_sec {background: #f5f4f4;padding: 60px 0 0;}
.futuro_sec .w3naccordion {padding: 13px 0 10px;}
.w3naccordion h6 {font-size: 22px;position: relative;padding: 27px 40px;padding-left: 8.33333%;z-index: 1;margin-top: 20px;cursor: pointer;}
.w3naccordion h6 span {position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;pointer-events: none;pointer-events: none;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}
/*.w3naccordion h6:hover span, .w3naccordion h6.active span {opacity: 0.4;}*/
.w3naccordion h6:hover span{opacity: 0.7;}
.w3naccordion h6.active span {opacity: 0.4;}

.w3naccordion h6 i {display: inline-block;vertical-align: top;width:22px;height:22px;position: absolute;top: 50%;right: 25px;pointer-events: none;
    -webkit-transition: -webkit-transform 350ms ease;
    -o-transition: -o-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.w3naccordion h6.active i {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}
.w3naccordion h6 i img {width: 100%;}
.w3naccordion .content {background: #fff;padding: 60px 60px 60px 20px;display: none;}
.w3naccordion .content_text {padding-left: 8.3333%;}
.w3naccordion .content_text h2 {margin: 0 0 34px;}
.w3naccordion .content_text p {padding: 0 0 20px;}
.w3naccordion .content_text .btn_icon_pencil {text-align: right;}
.btn_icon_pencil a {display: inline-block;vertical-align: top;background-size: auto 60%;background-color: #f1d7a5;background-image: url(../images/icon-pencil.svg); background-repeat: no-repeat; background-position: 95% center; height: 60px; font-family: 'HurmeGeometricSans4-Bold',sans-serif;font-size:22px;color: #050600;line-height: 60px;padding-left: 20px;padding-right:50px;}
.btn_icon_pencil a:hover {color: #050600;}

.junta_reconhe_sec {padding: 59px 0 0;}
.junta_reconhe_sec h2 {padding: 0 0 33px;}
.junta_reconhe_sec .reconhebox.v2.open .itemb_bg,
.junta_reconhe_sec .reconhebox.v2:hover .itemb_bg {opacity: 0.4;}
.junta_reconhe_sec.reconhecimento_sec .tudobtn {padding-bottom: 20px;}

.estagios_sec {background: #f5f4f4;padding: 80px 0;}
.estagios_row h2 {padding: 0 0 34px;}
.estagiobox {height: 100%;}
.estagiobox .image {width: 100%;display: block;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.estagiobox .image::after {content: '';display: block;padding-bottom: 35%;}
.estagiobox .estagio_info {padding:40px 80px 40px 40px;}
.estagiobox .estagio_info h3 {font-size:30px;padding: 0 0 32px;}
.estagiobox .estagio_info p {font-size: 16px; padding: 0 0 20px;}

.noticias_row .conhecimentobox .image {position: relative;overflow: hidden;}
.noticias_row .conhecimentobox .image a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.conhecimentobox .image .overlay {position: absolute;top: 0;left: 0;bottom: 0;right: 0;padding: 20px;background-color: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    align-items: center;
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: -webkit-transform 500ms ease-out;
    -o-transition: -o-transform 500ms ease-out;
    -moz-transition: -moz-transform 500ms ease-out;
    transition: transform 500ms ease-out;
}
.conhecimentobox .image .overlay p {color: #fff;}
.conhecimentobox .image a:hover .overlay {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}
.noticias_row .conhecimentobox {padding: 20px 0;}
.noticias_row .conhecimentobox .ct_date {padding: 10px 0 0 20px;}
.noticias_row .conhecimentobox .info{padding: 20px 20px 0 20px;}
.reconheContent .btn_icon_pencil {text-align: right;}

.location_row {padding: 0 0 80px;}
.location_row h1 {padding: 60px 0 90px;}
.location_row .row {align-items: center;}
.location_row .row + .row {margin-top: 80px;}
.location_row .image {width: 50vw;background-position: center center;background-repeat: no-repeat;background-size: cover;height: 600px;}
.location_row .map-iframe {position: absolute;top: 0;left:10px;width: 50vw;height: 100%;z-index: 2;background-color: #211f1e;
    transform: translateX(200%);
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}
.location_row .map-is_open .map-iframe {transform: translateX(0);}
.location_row .map-iframe .map {height: 100%;}
.location_row .map-iframe iframe {width: 100%;height: 100%;border: 0;max-height: 100% !important;}
.location_row .map-iframe .plusbtn {position: absolute;top: 20px;right:20px;z-index: 1;width: 22px;height: 22px;}
.location_row .map-iframe .plusbtn img {width: 100%;}
.location_text h2 {font-size: 50px;line-height: 1;}
.location_text h6 {font-size: 20px;color: #ed1c24;font-family: HurmeGeometricSans4,sans-serif;line-height: 1.4;padding: 5px 0 40px;font-weight: 400;}
.location_text p {font-family: HurmeGeometricSans4,sans-serif;}
.location_text ul {margin-top: 40px;}
.location_text ul li {margin-top: 20px;}
.location_text ul li a {line-height: 30px;font-family: HurmeGeometricSans4,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    align-items: center;
}
.location_text ul li a:hover {color: #040500;}
.location_text ul li i {width: 25px;display: inline-block;vertical-align: top;margin-right: 15px;}
.location_text ul li i img {width: auto;max-height: 25px;}
.formulario {padding: 120px 0 240px;background-color: #fff;position: fixed;z-index: 100;left: 0;top:-100%;width: 100%;max-height: 100vh;height: 100%;overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 450ms ease-out;
    -o-transition: -o-transform 450ms ease-out;
    -moz-transition: -moz-transform 450ms ease-out;
    transition: transform 450ms ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.form-is_open .formulario {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.formulario .formulario_form {
    margin: 30px -10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.siganos_form h2 {text-align: center;margin: 0 0 20px;}
.siganos_form p {text-align: center;}
.formulario_form .input-row {width: 100%;padding: 0 10px;}
.formulario_form .input-row.btn-row .btn {font-size: 0;margin: 0 auto;display: block;}
.formulario_form .input-row.btn-row small {display: block;text-align: center;}
.formulario .closebtn {width: 22px;height:22px;border: 0;background: none;display: block;margin-left: auto;margin-bottom:20px;}
.formulario .closebtn img {width: 100%;}
.formulario.siganos_form {padding-top: 130px;}

.siganos_row {padding: 40px 0 100px;}
.siganos_row h1 {padding: 0 0 40px;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea{
	font-weight: 300;
}
div.gform_wrapper {margin-top: 0;margin-bottom: 0;}
.siganos_form form,
.gform_wrapper ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important;
}
.siganos_form form .input-row, body div.gform_wrapper ul li.gfield.gfield_html{
	padding-top: 40px !important;
}
.siganos_form form h3,
.gform_wrapper .top_label .gfield_label {width: 100%;padding:0;font-size: 22px;font-family: 'Roboto',sans-serif;line-height: 1;font-weight: normal;}
.siganos_form form label{font-weight: normal;margin: 0;line-height: 1;}
div.gform_wrapper .hidden_label .gfield_label {display: none;}
.siganos_form form .input-row,
body div.gform_wrapper ul li.gfield {width: 100%;padding: 10px 10px !important;margin-top: 0 !important;}
body div.gform_wrapper ul li.gfield.gf_list_2col {padding: 0 10px !important;}
body div.gform_wrapper ul li.gfield.field-title {padding-bottom:5px !important;}
body div.gform_wrapper ul li.gfield.field-title h3,
.gform_wrapper .top_label li.gfield.field-title .gfield_label {padding-top: 20px;}
body div.gform_wrapper ul li.gfield.areas_option{padding-bottom:60px !important;}
.siganos_form form .input-row.half,
.gform_wrapper ul li.gfield.gf_left_half,
.gform_wrapper ul li.gfield.gf_right_half {width: 50%;}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {padding-right: 10px;}
body div.gform_wrapper .top_label div.ginput_container{margin-top: 0 !important;}
body .gform_wrapper li.hidden_label input {margin-top: 0;}
.siganos_form form .input-row.checkbox {padding-top: 50px;}



.festa-30-anos-form .input-text input,
.siganos_form form input.input-text,
.gform_wrapper li.input-text select,
.gform_wrapper li.input-text input {width: 100% !important;height:58px;background-color: #f5f4f4;border: 0;color: #050600;padding: 0 20px !important;}
.siganos_form form textarea.input-text,
.gform_wrapper li.input-text textarea {padding: 20px !important;height: 150px;width: 100%;background-color: #f5f4f4;border: 0;color: #050600;font-family: 'Roboto', sans-serif}
div.gform_wrapper .gform_footer {padding: 15px 10px 0;margin: 0;}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {width: auto !important;}
.siganos_form form input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {width:20px;height:20px;background-color: #bdbabc;border: 0;display: inline-block;vertical-align: top;margin-top: 0;}
.siganos_form form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.festa-30-anos-form_wrapper .gform_required_legend{
	/* margin-bottom: 50px !important; */
	display: none !important;
}

.festa-30-anos-description{
	 font-size: 26px !important;
    line-height: 1.2 !important;
	text-align: center;
	 margin-bottom: 50px !important; 
}

.festa-30-anos-radio-options label, 
.festa-30-anos-politica-checkbox label {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin: 5px 0px !important;
}

.festa-30-anos-politica-checkbox{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.festa-30-anos-radio-options{
	padding-bottom: 50px !important;
}

.siganos_form form input[type="checkbox"] + span,
.siganos_form form input[type="checkbox"] + label {max-width: 100% !important;overflow: visible !important;white-space: normal !important;
    position: relative;
    cursor: pointer;
    padding: 0 0 0  30px;
    display: block;
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}
.siganos_form form p{font-family: 'Roboto', sans-serif;font-weight: 300 !important;}
.siganos_form form input[type="checkbox"] + span:before,
.siganos_form form input[type="checkbox"] + label:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 20px;
    height: 20px;
    background: #bdbabc;
}
.siganos_form form input[type="checkbox"]:checked + span:after,
.siganos_form form input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left:0;
    top:0;
    background:url(../images/checked.svg) no-repeat center center;
    background-size: 66% auto;
    width: 20px;
    height: 20px;
}
.siganos_form form input[type="radio"] {width:20px;height:20px;background-color: #bdbabc;border: 0;display: inline-block;vertical-align: top;}
.siganos_form form input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.siganos_form form input[type="radio"] + span,
.siganos_form form input[type="radio"] + label {max-width: 100% !important;overflow: visible !important;white-space: normal !important;
    position: relative;
    cursor: pointer;
    padding: 0 0 0  30px;
    display: block;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 1.2;
}
.siganos_form form input[type="radio"] + span:before,
.siganos_form form input[type="radio"] + label:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 20px;
    height: 20px;
    background: #bdbabc;
    border-radius: 100px;
}
.siganos_form form input[type="radio"]:checked + span:after,
.siganos_form form input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left:0;
    top:0;
    background:url(../images/checked.svg) no-repeat center center;
    background-size: 66% auto;
    width: 20px;
    height: 20px;
    border-radius: 100px;
}
.siganos_form form .checkbox-row {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
}
.siganos_form form .checkbox-row .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
}
.siganos_form form .checkbox-row.full {padding-bottom: 20px;}
div.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
div.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio {margin: 0 !important;}
.siganos_form form .checkbox-row .checkbox-item,
.siganos_form form .checkbox-row .wpcf7-list-item,
div.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
div.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li  {width: 50%;padding-right: 20px !important;padding-top: 15px !important;margin: 0;}
.siganos_form form .checkbox-row.full .checkbox-item,
.siganos_form form .checkbox-row.full .wpcf7-list-item {width: 100%;}
.siganos_form form .checkbox-row .checkbox-item label {margin: 0;line-height: 1;}
.siganos_form form p {margin: 0 0 15px;text-align: left;}
.siganos_form form input[type="submit"],
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit] {width:160px;height:60px;background: url(../images/send.svg) no-repeat center center #bdbabc;background-size: auto 60%;border: 0;border-radius: 0;margin-top: 40px;font-size: 0;margin: 0 auto;display: block;}
.siganos_form .recaptcha_text {text-align: center;padding-top: 10px;}
.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {display: block;min-height: 1px;}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {margin-bottom: 0;}
body div.gform_wrapper .top_label div.ginput_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.gform_wrapper .ginput_complex .ginput_full {width: 100%;}
.gform_wrapper .ginput_complex .ginput_left {margin-right: 0;padding-right: 10px;}
.gform_wrapper .ginput_complex .ginput_right {margin-right: 0;padding-left: 10px;}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_left {margin-right: 0;}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {margin-right: 0;padding-right: 0;padding-left: 10px;}

.termos_row {padding: 80px 0 45px;}
.termos_row .row {margin: 0;}
.termos_row .row > div[class*="col-"] {padding: 0;}
.termos_row.h_textcont h1 {padding-left: 33px;margin: 0 0 40px;}
.termos_row.h_textcont p {padding: 0 0 15px;}
.termos_row.h_textcont:not(.sitmap_row) p a {text-decoration: underline;}
.termos_row.h_textcont p a:hover {font-family: 'Roboto', sans-serif;font-weight: bold;}
.termos_content.sitemap ul {margin: 5px 0 10px;padding-left: 15px;}
.h_textcont ul li {margin-bottom: 1.25rem;}
.h_textcont .termos_content.sitemap ul li::before{display: none;}
.h_textcont .termos_content.sitemap ul li + li {margin: 0;}
.termos_row.h_textcont .termos_content.sitemap p {padding: 0;line-height: 1.2;}

.termos_row.informaco_content {padding-bottom: 60px;}

.estagios_row .estagiobox .estagio_info h3 {/*padding: 0;*/}

.pessoa {padding:0 0 60px;}
.pessoa-flex{
	display:flex;flex-direction:row;
}

.pessoa .pessoa__image {width: 50%;height: 600px;position: absolute; z-index:-1;right: auto;background-position: center top;background-size: auto 180%;}
.pessoa .image-one:after {display: block;content: '';position: absolute;z-index:1;left: -5px;right: -5px;top: -5px;bottom: -5px; background-image: url(../images/brush.png);background-position: center bottom; background-repeat: no-repeat;background-size: 100% auto;}
.pessoa .pessoa__header {position: relative;z-index: 5; padding-left: 0; padding-top: 130px; padding-right: 40px; width: calc(50% + 80px);}


.pessoa .pessoa__header h1 {font-size: 50px;line-height: 1.2;text-align: right;max-width: 40%;margin-left: auto;font-family: HurmeGeometricSans4;}

.safari.pessoa .pessoa__header h1 {
    text-align: left;
    max-width: 64%;
    margin-left:0;
    padding-left: 13%;
}


.pessoa .pessoa__header h1::after {content: ''; background: url(../images/logo-dots-red.svg) no-repeat center center;width: 15px;height: 40px;background-size: contain;margin: 7px 0 0 20px;position: absolute;bottom:5px;right: 10px;}
.pessoa .pessoa__header p {font-size: 25px; text-align: left;position: absolute;z-index: 6; bottom: .375rem; left: 100%; width: 100%;font-family: HurmeGeometricSans4;font-weight: 400;}

/*Alteração para correção de tamanhos de títulos das pessoas*/

@media (min-width: 1201px) {
  .pessoa .pessoa__header h1
  {
    font-size: 40px;
    max-width: 35%;
  }
  .pessoa .pessoa__image {
    width: 40%;
  }

}

@media (min-width: 768px) {
  .pessoa .pessoa__header h1{
    max-width: 41% !important;
  }
}

/*Fim de alteração para correção de tamanhos de títulos das pessoas*/

.pessoa .pessoa__header__tab {color: #ed1c24;margin: 0 5px;display: inline-block;vertical-align: top;}
.pessoa .pessoa__text {padding-top: 40px;padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.pessoa .pessoa__info__col {text-align: right;min-height: inherit;max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.pessoa .pessoa__info {position: relative;z-index: 2;padding-top: 30px;width: auto;margin-right: -40px;min-height: 21.5625rem;}
.pessoa .pessoa__info dl {padding-left: 70%;margin-bottom: 16px;}






.pessoa .pessoa__header {
    position: relative;
    z-index: 5;
    padding-left: 0;
    padding-top: 130px;
    padding-right: 40px;
    width: calc(50% + 80px);
}


.pessoa .pessoa__info dl dt {margin-bottom: 5px;font-family: 'Roboto',sans-serif;font-weight: bold;}
.pessoa .pessoa__info dl dd {margin-bottom: 5px;}
.pessoa .pessoa__info dl dd a {color:#050600;}
.pessoa .pessoa__info dl dd a:hover {text-decoration: underline;}
.pessoa .pessoa__image.image-two {position: relative;width:100%;}
.pessoa .pessoa__image.image-two .pessoa__image__bg {background-size: cover;background-repeat: no-repeat;background-position: center center;width: calc(100% - 80px);height: 100%;}
.pessoa .pessoa__image.image-two {height:510px;margin-top: 100px;}
.pessoa .image-two .dots {position: absolute;right: 0;top: 50%;width: 20%;height: 50%;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.pessoa .image-two .dots:after {content: '';width: 100%;height: 100%;background: url(../images/dots-grey-big.svg) no-repeat center center;background-size: contain;display: block;}

.safari.pessoa .pessoa__info dl dt.contacto {
	font-size: 24px;
}

.safari.pessoa .pessoa__header{
    flex-basis: 47.5%;
}

.safari.pessoa .pessoa_content{
	flex-basis: 47.5%;
}

.safari.pessoa .pessoa__bio{
	max-width: 50%;
    margin-top: 50px;
    margin-right: 5vw;
    margin-left: auto;
    margin-top: -210px;

}

.safari.pessoa .pessoa__header p {
    position: relative;
    z-index: 6;
    bottom: 0;
    left:0;
    margin-left: 13%;
    width: auto;
}

.safari.pessoa .pessoa__info__col{text-align: left;max-width: 100%;}
.safari.pessoa .pessoa__info dl {padding-left: 13%;}

.safari.pessoa .image-two .dots{
	top:0;
}

.safari.pessoa .pessoa__image{
	position: relative;
	width: 100%;
    height: 400px;
}

.safari.pessoa .pessoa_bolhas{
	justify-content: normal;
    display: flex;
    margin-top: 180px;
    flex-basis: 5%;
}


.safari.pessoa .pessoa__header h1::after{
	display: none;
}


.safari.pessoa .pessoa_bolhas:after {
    content: '';
    background: url(../images/logo-dots-red.svg) no-repeat center center;
    width: 15px;
    height: 40px;
    background-size: contain;
    margin: 7px 0 0 20px;
    position: relative;
    bottom: 5px;
    right: 4ss0px;
}


.pessoa .pessoa__bio {font-size: 22px;max-width: 35%;padding-left:80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    position: relative;
}
.pessoa .pessoa__bio p {margin: 0 0 16px;}

.pessoa_quotes_sec {background: #f5f4f4;padding: 60px 0;}
.pessoa_quotes_slider.slick-dotted.slick-slider {margin-bottom: 0;}
.pessoa_quotes_slider.single_quotes_slider .slick-dots {display: none;}
.pessoaQuotes_item .image {margin-right: 30px;background-size: contain;background-repeat: no-repeat;background-position: top center;height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.pessoaQuotes_item .image img {max-height: 60px;display: none;}
.pessoaQuotes_item .quote_text {position: relative;padding:  0 0 0 20px;}
.pessoaQuotes_item .quote_text::after {content: ''; position: absolute;top: 8px;left: 0;width: 8px;height: 20px;background: url(../images/dots-grey.svg) no-repeat center center;background-size: contain;display: block;}
.pessoaQuotes_item .quote_text p {font-size: 25px;font-family: HurmeGeometricSans4,sans-serif;font-weight: 400;}
.pessoaQuotes_item .quote_text p a:hover {color: #040500;text-decoration: underline;}
.pessoa_quotes_slider .slick-dots {margin: 5px 0 0;position: relative;bottom: 0;}
.pessoa_quotes_slider .slick-dots li {font-size: 0;height: auto;width: auto;}
.pessoa_quotes_slider .slick-dots li button {margin: 0;padding: 0;display: block;border: none;background: #d7d5d7;font-size: 0;height: 10px; width: 10px;border-radius: 50%;}
.slick-dots li.slick-active button {background-color: #ed1c24;}
.slick-dots li button:before {display: none;}

.simpleImg_item .image {width: 100%;height: 500px;display: block;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.experience_sec {background: #f1d7a5;}
.experience_row {padding: 60px 0 10px;}
.withot_slider .experience_row {padding: 60px 0 80px;}
.experience_row h2 {margin: 0 0 40px;}
.experience_slider {margin: 0 -10px 0;/* 0 -10px 16px*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.experience_slider .slick-list {max-width: 69%;}
.experience_slider .experience_text {max-width: 95%;}
.experience_text {position: relative;margin: 0 10px;padding-left: 35px;}
.experience_text::after {content:'';width:22px;height:44px;background:url(../images/dots-grey-dark.svg) no-repeat center center;background-size: contain; position: absolute;top: 0;left: 0;opacity: .4;}
.experience_text p {line-height: 1.5;margin-bottom:15px;display: inline-block;vertical-align: top;}
.experience_text h3 {font-size: 20px;}
.experience_slider.is_open.single_item > div {width: 100%;}
.experience_slider.single_item .experience_item {/*text-align: center;*/}
.experience_slider.single_item .experience_text {display: inline-block;vertical-align: top;}
.experience_row .tudobtn a {line-height: 1;}
.experience_row .tudobtn a:hover{    color: #050600;}
.experience_slider.is_open {max-width: 69%;margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.experience_slider.is_open > div {width: 50%;margin-bottom: 40px;}
.experience_slider button.slick-arrow {top: 0;position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.experience_slider button.slick-arrow.slick-next{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.logos_sec.bg-white {padding: 60px 0;margin: 0;}
.logos_row h2 {padding: 0;}
.logos_row.col3 .logos_grid {align-items: center;    padding: 12px 0 0;}
.logos_row.col3 .logos_grid .logobox {width: 33.3333%;padding: 20px 10px 0;}
.logos_grid .logobox a {position: relative;padding-bottom: 0;margin: 0 auto;}
.logos_grid .logobox a::after {content: '';display: block;padding-bottom: 56.25%;}
.logos_grid .logobox a img {position: absolute;top:50%;left: 50%;max-width: 100%;min-width: auto;/*max-height: 134px;*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pessoa_logos .logos_grid .logobox a,
.pessoa_logos .logos_grid .logobox a img {max-width: 240px;}
.qualifications_sec {background: #bbd1a7;padding: 60px 0;}
.qualifications h2 {margin: 0 0 40px;max-width: 25%;}
.qualifications h3 {font-size: 30px;margin: 0 0 10px;}
.qualifications p {margin: 0 0 16px;}
.qualifications ul {padding: 0 0 0 55px;}
.qualifications ul li {position: relative;padding-left: 25px;}
.qualifications ul li + li {margin-top: 10px;}
.qualifications ul li:before {content: '';background-image: url(../images/arrow-right-grey.svg);background-size: contain;background-position: center;background-repeat: no-repeat;display:block;
    color: #d7d5d7;
    width:15px;
    height:15px;
    position: absolute;
    top: 5px;
    left: 0;
}
.card-contacts a {display: block;}
.card-contacts img {height: 40px;}
.bg-gray {background: #f5f4f4;}
.oe21_sec.bg-gray {padding: 60px 0 0;}
.section__head h2 {position: relative;margin: 10px 10px 10px;
    display: flex;
}
.section__head h2::before {content: '';width: 13px;height: 34px;background: url(../images/logo-dots-red.svg) no-repeat center center;background-size: contain;margin: 7px 20px 0 0;}


.area_banner .row {align-items: center;margin: 0;}
.area_banner .row > div[class*="col-"] {padding:0;}
.area_banner .image {width: 100%;height: 400px;position: relative;}
.area_banner .image img{width: 100%;height: 400px;left:0;top:0;position: absolute;object-fit: cover;object-position: center;}
.area_banner .dot-icon {width: 100%;height: 230px;text-align: center;background: url(../images/dots-grey-big.svg) no-repeat center center;background-size: auto 230px;}
.area_banner .dot-icon img {max-width: 120px;display: none;}
.areaContent_row {padding: 80px 0 60px;}
.areaContent_row.rbs_btn {padding-bottom: 0;}
.areaContent_row h1{margin: 0 0 40px;padding-left:0;}
.areaContent_row .area_content ul {margin: 15px 0;}
.areaContent_row .area_content p {padding-bottom: 0;}
.areaContent_row .area_content p + p {padding-top: 25px;}
.areaContent_row .area_content p a {text-decoration: underline;}
.areaContent_row .area_content p a:hover {font-family: 'Roboto', sans-serif;font-weight: bold;}

.pratica_form {padding: 40px 0 80px;}
.pratica_form.siganos_form form .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.pratica_form .input-row.btn-row .btn {margin: 0;}
.areaContent_row.setores_row {padding-top: 40px;}

.single-our_conhecimento p,.single-our_competencias p, .page-template-template-sustentabilidade p, .page-template-template-sustentabilidade .contain_wapper li, .pessoa__bio, .single-our_pessoas p, .single-post p, .page-template-template-junta-te-a-nos p{
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}

.single-our_conhecimento .main_wapper a:hover,.single-our_competencias .main_wapper a:hover, .page-template-template-sustentabilidade .main_wapper a:hover, .single-our_pessoas .main_wapper a:hover, .single-post .main_wapper a:hover{
	color: #050600;
	text-decoration: underline;
}

.single-our_conhecimento .main_wapper li,.single-our_competencias .main_wapper li, .page-template-template-sustentabilidade .main_wapper li, .single-our_pessoas .main_wapper li, .single-post .main_wapper li{
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}
.page-template-template-sustentabilidade li strong{
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
}
.noticias_date {background: #f5f4f4;padding: 40px 0; font-family: 'Roboto',sans-serif;}
.noticias_date strong{font-weight: 700;font-family: 'Roboto',sans-serif;}
.noticias_date .flxrow {justify-content: space-between;}
.noticias_date p a:hover {color: #040500;text-decoration: underline;}

.eventos_banner {padding: 80px 0;}
.eventos_banner_outer .row {align-items: center;}
.eventos_banner_outer .imagebox {width: 100%;height: 430px;background-repeat: no-repeat!important;background-position: center center!important;background-size: auto 130%!important;}
.eventos_banner_outer .imagebox img {object-fit: cover;position: absolute;width: 100%;
height: 100%;object-position: center;}
.eventos_banner_outer .eventTime p {font-size: 22px;}
.eventos_banner_outer .event_info {justify-content: space-between;align-items: center;padding-top: 80px;}
.evento_action {justify-content: flex-end;}
.evento_action .icon + .icon {margin-left: 20px;}
.icon-share {position: relative;cursor: pointer;}
.icon-share img {max-height: 34px;}
.icon-share .share {position: absolute;top: 0;right: 100%;width: 185px;padding-right: 20px;opacity: 0;visibility: hidden;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
.icon-share:hover .share {opacity: 1;visibility: visible;}
.icon-share .addthis_toolbox {width: 100%;}
.icon-share .addthis_toolbox .custom_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-share .addthis_toolbox img {max-width: 32px;}
.evento_content .areaContent_row {padding-bottom: 0;}
.evento_content .btn_icon_pencil {padding-top:20px;}
.areaContent_row .btn_icon_pencil {padding-top:80px;}
.evento_content .evento_action,
.areaContent_row .btn_icon_pencil + .evento_action  {padding: 80px 0 40px;}
.juri_outer.with-guuter-bt .juri_row + .juri_row {padding-top: 120px;}
.rbs_btn .btn_icon_pencil {padding-top: 0px;}


.post-type-archive-our_pessoas .pessoda_sec {padding-top: 30px;}
.post-type-archive-our_pessoas .pessoda_sec .tudobtn a:hover {color: #050600;}

.areaContent_row .area_media_content {padding-right: 8.33333%;}
.areaContent_row .area_media {width: 50vw;height: 400px;background-repeat: no-repeat;background-position: center top;background-size: contain;}
.areaContent_row .area_media img {width: 100%;display: none;}

.nosso_text.video_sec{position: relative;}
.nosso_text.video_sec::after {content: '';display: block;padding-bottom: 56.25%;}
.nosso_text.video_sec iframe {position: absolute;z-index:3;left: 0;top: 0;width: 100%;height: 100%;max-height: inherit !important;}
.nosso_text.video_sec .videosText {padding-left: 8.3333%;}
.nosso_text ul {padding-left: 17px;}
.nosso_text ul li {position: relative;}
/*.nosso_text ul li:before {content: '•';display: inline-block;vertical-align: top;color: #d7d5d7;
    font-size: 1.875rem;position: absolute;z-index: 111;top: -.375rem;left: -1.0625rem;}*/
.nosso_text ol {padding-left: 17px;}
.nosso_text ol li {list-style-type: decimal;}

.single-our_competencias .areaContent_row .area_content ul {margin: 0;margin-top: 20px;}

.juri_outer.with-guuter-bt .external_speakers + .external_speakers {padding-top: 0;}
.juribox.no_expand .name,
.external_speakers .juribox .name{display: block;}
.juribox .name  h6 {color: #fff;font-family: 'Roboto', sans-serif;font-size: 12px;width: 100%;min-height: 30px;font-weight: 400;}
/*.intrnal_speaker .juribox .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.external_speakers .juribox.open .image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.external_speakers .juribox .plus-icon {opacity: 0.5;}
.logoContent {padding: 20px 0 0;}
.logoContent .logo_box p {padding:0 0 20px;}
.logoContent .logo_box img {max-width: 15rem;min-width: auto;width: 100%;}

.junta_share_icon.evento_action {padding-top: 40px;}
/* Inner page End */
/****************************/

.gform_wrapper div.validation_error {display: none;}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half,
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {max-width: 100%;margin-right: 0;background-color: transparent !important;margin-bottom: 0 !important;border-top: 0 !important; border-bottom: 0 !important;max-width: 100% !important;}
/* COMENTAMOS DIA 29/09 PARA FAZER A VALIDAÇÂO DOS CAMPOS*/
/*.gform_wrapper .field_description_below .gfield_description {display: none;}*/
div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important;margin: 0 !important;}
.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {margin-bottom: 0 !important;}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {border: 0 !important;color: #ed1c24;}

.mCSB_horizontal.mCSB_inside>.mCSB_container {margin-bottom: 25px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {height: 6px;}


.eventRegistration {padding:5rem 0;}
.eventRegistration h2 {}
.eventRegistration .row{padding-top: 2.5rem;}
/*.eventRegistration .form_dateText {float: right;clear: both;}*/
.eventRegistration p {}
.RegistrationForm {padding:5rem 0;}

.resultado {padding: 2.5rem 0;}
.inner_wapper .resultado:nth-child(odd) {background-color: #f5f4f4;}
.resultado__text h2 {margin: 0 0 1.25rem;}
.resultado .resultado__text a {display: block;color: #050600;}
.resultado .resultado__text a:hover {text-decoration: underline;}
.resultado__text a+a {margin-top: 1.25rem;}
.btn-loadmore {color: #050600;font-weight: 700;line-height: 1.875rem;text-decoration: underline;margin: 1.25rem 0 .625rem;background-color: #f5f4f4;padding:0 1.25rem;}
.inner_wapper .resultado:nth-child(odd) .btn-loadmore {background: #FFF;}
/*=========================================*/
/* Main Content End */
/*=========================================*/


/*=========================================*/
/* Footer main Start */
/*=========================================*/
.qer_sec {background:#f8ebd2;padding:80px 0;text-align: center;}
.qer_sec .social {padding:45px 0 0;}
.qer_sec .social ul {justify-content:space-between;max-width:405px;margin:0 auto;}
.qerbtn a {min-width:405px;height:60px;display:inline-block;vertical-align: top;text-align: center;font-family: 'HurmeGeometricSans4-Bold';font-size: 22px;color:#050600;line-height:60px;background: #f1d7a5;text-transform: uppercase;}
.qerbtn a:hover {background: #eac379;}
/*.footer { padding: 40px 0; position:relative; background:#211f1e; margin:0;}*/
/*.footer .logobox img {height: 30px;}
.footer .row {align-items: center;}
.footer .copyright p {color:#bdbabc;padding:0 0 5px;}*/
.ft_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.ft_menu ul li {padding-right: 25px;}
.ft_menu ul li:last-child {padding-right: 0;}
.ft_menu ul li a {color:#e4e3e4;text-decoration: underline;font-size:12px;}
.footer .row .col-10 {margin:  0 0 0 auto;}
.sponsor_row {justify-content: flex-end;padding: 0 0 10px;}
.sponsor_row .lobobox {margin-left: 20px;}
.sponsor_row .lobobox:first-child{margin-left: 0;}
.sponsor_row .lobobox a img {max-height: 30px;}
/*=========================================*/
/* Footer main End */
/*=========================================*/

h3.light {
    font-size: 2.5rem;
    font-family: HurmeGeometricSans4;
    font-weight: 400;
    margin: 43px 0px;
}

.if_logo_sec {
	text-align: center;
}

.nosso_videos_sec {
    padding: 80px 0 60px 0;
}
.nosso_videos_sec .governaceText_outer {
    padding: 0px;
}
.image_sec img {
	width: 100%;
}

.areaContent_row .area_content h3 {
    margin: 20px 0px 30px -90px;
    font-size: 40px;
}
.areaContent_row .area_content h5 {
    font-size: 45px;
}


/***********************************************************************************************
EDIT ANDRE
***********************************************************************************************/

/****************************************************************
RESET
****************************************************************/

body{
	font-family: HurmeGeometricSans4;
	color:#151515;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #050600;
    font-family: 'HurmeGeometricSans1';
    font-weight: bold;
}

h1{
	font-size: 48px;
  	font-weight: bold;
  	font-family: HurmeGeometricSans4;
}

.titulo-secundario{
	font-size: 50px;
	color:#151515;
	line-height: 44px;
	font-family: HurmeGeometricSans4;
}

ul{
  padding-left:0px;
}

a:hover{
  text-decoration: none;
}

@media (min-width: 1200px){
	.container {
	    width: 1140px;
	    max-width: 1140px;
	}
}

.lista-filtros{
  padding-left: 0px;
}

.botao-preto{
  padding: 17.5px 57px;
  background-color: #151515;
  color:#fff;
  text-transform: uppercase;
  border:4px solid #151515;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}

.botao-preto:hover{
  background-color: transparent;
  color:#151515;
  border: 4px solid #151515;
}

.botao-ver-todos{
  padding: 16px 60px;
  background-color: #fff;
  color:#151515;
  text-transform: uppercase;
  border: 1px solid rgba(21, 21, 21, .1);
  font-weight: bold;
  font-size: 16px;
	min-width: 256px;
	display: inline-block;
	text-align: center;
	max-width: 100%;
}

.botao-ver-todos:hover{
  background-color: #151515;
  color:#fff;
}

.botao-branco{
  padding:21px 55px;
  background-color: #fff;
  color:#151515;
  text-transform: uppercase;
  border: 1px solid #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.botao-branco:hover{
  background-color: #151515;
  color:#fff;
}

.botao-sem-border{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.4px;
	border-bottom:2px solid #e4e3e4;
	color:#bdbabc;
	padding-bottom: 10px;
	max-width: 115px;
}

.seccao-titulo-principal{
  padding-top:110px;
  padding-bottom: 60px;
}

.seccao-titulo-principal.seccao-titulo-principal-com-video {
  padding-top:50px;
  padding-bottom: 60px;
}

.banner-principal{
  /*height: calc(100vh - 135px);*/
}

.banner-geral{
  height: calc(100vh - 135px);
  width: 100%;
}

.banner-geral img{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  object-fit: cover;
  object-position: center;
}

.next-post-banner-geral{
	width: 325px;
  height: 200px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  padding: 50px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.next-post-banner-geral:before{
	content: "";
    background-color: rgba(21,21,21,0.81);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.next-post-banner-geral .categoria{
	font-size: 12px;
  	font-weight: bold;
  	line-height: 26px;
  	color:#fff;
  	margin-bottom: 7px;
}

.next-post-banner-geral h2{
	font-size: 22px;
  	font-weight: bold;
  	line-height: 31px;
  	color:#fff;
}

.conteudo-banner{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background: rgba(0,0,0,0.5);
  height: 100%;
  position: relative;
}

.conteudo-banner h2{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#fff;
}

.conteudo-banner h1{
  font-size: 48px;
  font-weight: bold;
  max-width:560px;
  color:#fff;
  font-weight: bold;
  font-family: HurmeGeometricSans4;

}

#owl-slider-paginas .owl-prev {
  position: absolute;
  top: 32%;
  right: 0;
  background-color: rgba(21,21,21,0.5);
  padding: 25px!important;
  width: 80px;
  height: 80px;
  border-radius: 0;
  margin:0;
}

#owl-slider-paginas .owl-next {
  position: absolute;
  top: 41.7%;
  right: 0;
  background-color: rgba(21,21,21,0.5);
  padding: 25px!important;
  width: 80px;
  height: 80px;
  border-radius: 0;
  margin:0;
}


#owl-slider-paginas .video-btn .banner-geral:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/play-button.svg),rgba(21,21,21,0);
	background-repeat: no-repeat;
	background-position: center center!important;
	transition: .5s ease;
	left: 0;
	top:0;
}

#owl-slider-paginas .video-btn .banner-geral:hover:before{
	background: url(../images/play-button-hover.svg),rgba(21,21,21,0.3);
	background-repeat: no-repeat;
	background-position: center center!important;
}



#owl-slider-paginas .owl-prev:focus, #owl-slider-paginas .owl-next:focus{
  outline: 0;
}

.owl-nav-custom{
	position: absolute;
    z-index: 11;
    right: 0;
    top: 50%;
    margin-top: -80px;
}


 .owl-nav-custom .owl-prev {
  background-color: rgba(21,21,21,0.5);
  padding: 25px!important;
  width: 80px;
  height: 80px;
  border-radius: 0;
  margin:0;
  display: block;
  border:none;
}

.owl-nav-custom .owl-next {
  background-color: rgba(21,21,21,0.5);
  padding: 25px!important;
  width: 80px;
  height: 80px;
  border-radius: 0;
  margin:0;
  display: block;
  border:none;
}

 .owl-nav-custom .owl-next,  .owl-nav-custom .owl-prev{
	outline: 0;
}

.banner-principal{
  position: relative;
  overflow: hidden;
}

.banner-principal .scroll-down-wrap , .banner-principal .scroll-down-wrap.no-border{
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
}

.banner-principal .scroll-down-wrap.no-border .section-down-arrow:after, .banner-principal .slider-down-arrow.no-border:after{
	border: 2px solid #fff;
}

.banner-principal .text-scroll-down {
    color: #fff;
}

.banner-principal  .scroll-down-wrap.no-border .section-down-arrow:before, .banner-principal .slider-down-arrow.no-border:before{
	background-color: #fff;
}


.banner-circulo {
  position: absolute;
  border: solid 1px #ed1d23;
  background-color: #ed1d23;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  z-index: 98;
  font-weight: bold;
  font-size: 12px;
  display: none;
}

/*.banner-principal, .banner-principal *{
	cursor: none;
}*/

.banner-principal .owl-nav-custom img{
	cursor: pointer;
}

.search-is_open .banner-circulo{
	display: none;
}

#owl-slider-paginas .owl-theme .owl-nav{
  margin-top: 0px!important;
}
.scroll-down-geral{
  	position: absolute;
  	top: calc(100vh - 100px);
    width: 100%;
}

.scroll-down-wrap{
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
}

.scroll-down-wrap,.scroll-down-wrap.no-border{
  position:relative;
  bottom:0;
  left:0;
  width:100%;
  margin-left:0;
  z-index:98;
}

.scroll-down-wrap.no-border,.scroll-down-wrap.no-border{
  bottom:0;
}
.scroll-down-wrap.no-border .section-down-arrow{
  display:inline-block;
  width:20px;
  height:31px;
  color:#fff!important;
  border:2px solid #fff;
  text-align:center;
  -webkit-border-radius:100px;
  border-radius:100px;
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
  overflow:hidden;
  opacity:0.6;
  pointer-events: none;
}
.scroll-down-wrap.no-border .section-down-arrow,.slider-down-arrow.no-border{
  border:none!important;
  overflow:visible;
  text-align:center;
  opacity:1;
  height:auto;
  -webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;

}
.nectar-scroll-icon-path{
  fill:transparent;
  stroke-width:2px;
  stroke-dashoffset:120;
  stroke-dasharray:120;
  -webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
}
.nectar-scroll-icon{
  width:20px;
  height:31px;
  text-align:center;
  cursor:pointer;
  position:relative;
  z-index:100;
}
.scroll-down-wrap.no-border .section-down-arrow:after,
.slider-down-arrow.no-border:after{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:20px;
  height:31px;
  border: 2px solid #fff;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);
  border-radius:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:62;
}

.scroll-down-wrap.no-border.black .section-down-arrow:after,
.scroll-down-wrap.no-border.black .slider-down-arrow.no-border:after{
  border: 2px solid #151515;
}


.scroll-down-wrap.no-border:hover .section-down-arrow:before,
.slider-down-arrow.no-border:hover:before{
  /*background-color:rgba(255,255,255,1);*/
}
.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path,
.slider-down-arrow.no-border:hover .nectar-scroll-icon-path{
  /*stroke-dashoffset:0;
  -webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)*/
}

.scroll-down-wrap.no-border.black .section-down-arrow:before,
.scroll-down-wrap.no-border.black .slider-down-arrow.no-border:before{
	background-color: #151515;
}


@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
@keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
.scroll-down-wrap.no-border .section-down-arrow:before,
.slider-down-arrow.no-border:before{
  position:absolute;
  content:'';
  display:block;
  left:50%;
  top:16px;
  background-color:#fff;
  width:4px;
  height:4px;
  border-radius:100px;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);
  transition:background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  margin-left:-2px;
}
@-webkit-keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}
@keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}
@keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}

.text-scroll-down{
	font-size: 14px;
	color:#fff;
	display: inline-block;
	padding-left: 15px;
	padding-top: 5px;
}

.scroll-down-wrap.no-border.black  .text-scroll-down{
	color:#151515;
}

.titulo-filtrar-filterMenu{
	font-size: 16px;
    font-weight: bold;
    color: #151515;
    margin-bottom: 10px;
    font-family: HurmeGeometricSans4;
}

.barra-partilha-header .partilhar{
	display: inline-block;
}

.barra-partilha-header .partilhar .icon{
	background:url(../images/partilhar-header.svg);
	width: 36px;
    height: 36px;
    border: 1px solid #ececec;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    display: inline-block;
    background-size: 65%;
    vertical-align: middle;
    cursor: pointer;
}

.barra-partilha-header .partilhar .addtoany_shortcode{
	position: absolute;
    top: 5px;
    left: 160px;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}

.barra-partilha-header .partilhar:hover .addtoany_shortcode{
	opacity: 1;
    visibility: visible;
}

.barra-partilha-header .addtoany_list a {
    padding: 0 22.5px;
}

.barra-partilha-header {
    border: solid 1px #ececec;
    padding: 6px 100px;
    background-color: #fff;
    position: relative;
    z-index: 4;
}

.barra-partilha-header .addtoany_shortcode a > img{
  max-height: 14px;
  width: auto;
}

.barra-partilha-header .addtoany_list a {
    padding: 0 28px;
}

#popup-newsletter{
	display: none;
}

.siganos_form form .input-row, body div.gform_wrapper ul li.gfield.gfield_html.texto-info-newsletter-revogar{
  padding-top: 20px!important;
}

.siganos_form form .input-row, body div.gform_wrapper ul li.gfield.gfield_html.texto-info-newsletter-revogar p{
  margin-bottom: 0px;
}

#popup-newsletter .content-popup-newsletter{
	padding:30px 36px;
	background-color: #fff;
	max-width: 463px;
	border: solid 1px #d6d6d6;
	display: flex;
	flex-direction: column;
	bottom:20px;
	position: fixed;
	z-index: 98;
}

#popup-newsletter .content-popup-newsletter h3{
	font-size: 14px;
  	line-height: 1.57;
  	color:#151515;
  	text-transform: uppercase;
}

#popup-newsletter .content-popup-newsletter span{
	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.86;
  	color:#151515;
  	padding-top: 10px;
  	padding-bottom: 20px;
}

#popup-newsletter .content-popup-newsletter a{
	text-align: center;
	padding: 18px 57px;
}

.close-popup-newsletter{
	cursor: pointer;
	position: absolute;
	right: 26px;
	top:30px;
}

#popup-newsletter .content-popup-newsletter .close-popup-newsletter img{
	width: 14px;
	height: 14px;
}

.botao-download {
  background: #000;
  color: #fff;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  width: 232px;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  border:2px solid #000;
  transition: 0.3s;
}

.botao-download:hover{
  text-decoration: none!important;
  color:#000!important;
  background-color: transparent;
}

.botao-download:before {
  content:"";
  width: 24px;
  height: 24px;
  background:url(../images/icon-download.svg);
  margin-right: 16px;
}

.botao-download:hover:before {
  background:url(../images/icon-download-preto2.svg);
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container{
  justify-content: center;
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container a{
  margin-right: 15px;
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container a{
  margin-right: 15px;
}

#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container a:last-child{
  margin-right: 0;
}

/****************************************************************
TEMPLATE HOMEPAGE
****************************************************************/

#slider {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 1;
}

.dg {
	display: none;
}


.seccao-novidades-homepage{
	padding-top: 150px;
	padding-bottom: 165px;
}

.seccao-novidades-homepage .caixa-noticias h3{
	padding-top: 0px;
	margin-bottom: 30px;
	min-height: 20px;
}

.seccao-novidades-homepage .caixa-noticias.tipo-eventos h3{
	display: none;
}

.seccao-novidades-homepage .carousel-hot-topics .caixa-noticias h2{
	min-height: 76px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: HurmeGeometricSans4;
}

.seccao-novidades-homepage .caixa-noticias.tipo-videos .video{
	height: 365px;
}

.seccao-newsletter-homepage{
	padding-bottom: 165px;
}

.seccao-newsletter-homepage .conteudo-seccao-newsletter-homepage{
	display: flex;
	flex-direction: row;
	column-gap: 120px;
	align-items: center;
	background-color: #151515;
    padding: 50px 95px;
}


.seccao-newsletter-homepage .conteudo-seccao-newsletter-homepage .esquerda{
	display: flex;
	flex-direction: column;
}

.seccao-newsletter-homepage .conteudo-seccao-newsletter-homepage .esquerda h2{
	font-size: 48px;
  	font-weight: bold;
  	color:#fff;
  	margin-bottom: 20px;
  	font-family: HurmeGeometricSans4;
}

.seccao-newsletter-homepage .conteudo-seccao-newsletter-homepage .esquerda p{
	font-size: 12px;
  	font-weight: normal;
  	color:#ffffff;
}

.seccao-pessoas-homepage{
	padding-top: 85px;
	padding-bottom: 115px;
}

.seccao-pessoas-homepage .descricao{
	font-size:16px;
}

.seccao-pessoas-homepage .setores_search{
  margin-top: 20px;
}

.seccao-pessoas-homepage .titulo-secundario{
	margin-bottom: 40px;
}

.seccao-pessoas-homepage .descricao p{
	line-height: 2;
}

.caixa-pessoas{
	margin-bottom: 50px;
}

.caixa-pessoas .imagem {
    width: 100%;
    height: 320px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.caixa-pessoas:hover .imagem {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.caixa-pessoas .conteudo{
	padding:25px;
	background-color: #f8f8f8;
}

.caixa-pessoas .conteudo h3{
	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 15px;
  	font-family: HurmeGeometricSans4;
}

.caixa-pessoas .conteudo h4{
	font-size: 18px;
	font-weight: 400;
	color:#6b6b6b;
}

.col-caixa-pessoas-homepage .caixa-pessoas .equipabox {
    height: 415px;
}

.filtros-seccao-competencias-homepage{
	padding-top:44px;
	padding-bottom: 103px;
}

.filtros-seccao-competencias-homepage li{
	border: solid 1px rgba(21, 21, 21, 0.1);
	width: 246px;
	font-size: 16px;
  	font-weight: bold;
  	line-height: 36px;
  	padding: 8px 50px;
  	margin-right: 18px;
  	display: inline-block;
  	text-align: center;
  	cursor: pointer;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}

.filtros-seccao-competencias-homepage li.active{
	border: solid 1px #151515;
	background-color: rgba(21, 21, 21, 0.1);
}

.filtros-seccao-competencias-homepage li:hover{
	border: solid 1px #151515;
	background-color: rgba(21, 21, 21, 0.1);
}

.seccao-pessoas-homepage .row-botao{
	text-align: center;
	margin-top: 50px;
}

.seccao-competencias-homepage{
	padding-top: 100px;
	padding-bottom: 104px;
}

.caixa-competencia{
	position: relative;
}

.caixa-competencia .imagem{
	height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform .5s;
  background-color: #ccc!important;
  position: relative;
}

.caixa-competencia .imagem img{
  position: absolute;
  top:0;
  left:0;
  object-fit: cover;
  object-position: center;
  width:100%;
  height: 100%;
}

.area-carousel-competencias-homepage{
	position: relative;
}

.carousel-competencias-homepage .slick-list{
	overflow: visible;
}

.carousel-competencias-homepage .slick-slide{
	transition: transform .5s;
}

.carousel-competencias-homepage .slick-slide:hover {
    transform: scale3d(1.08, 1.08, 1.08);
    position: relative;
    z-index: 999;
}

.carousel-competencias-homepage .slick-slide:hover:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(21,21,21,0.9);
  z-index: 1;
}

.caixa-competencia .imagem h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.36;
	max-width: 430px;
	color:#fff;
	z-index: 1;
	font-family: HurmeGeometricSans4;
}

.seccao-eventos-calendario-homepage{
	padding-top: 140px;
	padding-bottom: 160px;
	background-size:cover!important;
	background-position: center!important;
	position: relative;
}

.seccao-eventos-calendario-homepage:before{
	content: "";
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.seccao-eventos-calendario-homepage h2{
	font-size: 50px;
  	font-weight: bold;
  	color:#fff;
  	margin-bottom: 56px;
  	font-family: HurmeGeometricSans4;
}

.seccao-eventos-calendario-homepage .barra-partilha-header {
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 4;
    position: absolute;
    border: none;
    right: 0;
    top:24px;
    right:24px;
}

.seccao-eventos-calendario-homepage .barra-partilha-header .partilhar .icon {
    background: url(../images/partilhar-header-eventos.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    padding: 0;
}

.seccao-eventos-calendario-homepage .barra-partilha-header .partilhar .icon{
	border:none;
}

.seccao-eventos-calendario-homepage .barra-partilha-header .partilhar .addtoany_shortcode {
    position: absolute;
    top: -8px;
    right: 20px;
    width: 290px;
    left: auto;
}

.sliderContainer {
  position: relative;
}


.progressBarContainer {
  position: absolute;
  bottom: 80px;
  right: 97px;
}

.progressBarContainer div {
  display: block;
  width: 38px;
  padding: 0;
  cursor: pointer;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 38px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 2px;
}

.info-pages-carousel-eventos-homepage{
	left: 0;
    position: absolute;
    top: 10px;
    text-align: center;
    padding-left: 20px;
    color:#fff;
    font-size: 20px;
    letter-spacing: 8px;
}

.caixa-evento-homepage{
  background-size: cover;
  height: 530px;
  background-repeat: no-repeat!important;
  background-size:cover!important;
  flex-direction: column;
  padding:110px 96px;
	position: relative;

}

.caixa-evento-homepage img{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  object-fit: cover;
  object-position: center;
}

.caixa-evento-homepage > div, .caixa-evento-homepage > h2, .caixa-evento-homepage > h3{
	z-index: 1;
}
.caixa-evento-homepage:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #151515;
	z-index: 1;

}

.caixa-evento-homepage h2{
	font-size: 48px;
  	font-weight: bold;
  	font-stretch: normal;
  	font-style: normal;
 	line-height: 1.21;
 	max-width: 700px;
 	margin-bottom: 50px;
 	font-family: HurmeGeometricSans4;
}
.caixa-evento-homepage h2 a{
	color:#fff;
	line-height: 1.21;
}

.caixa-evento-homepage .categoria{
	font-size: 12px;
  	font-weight: bold;
  	line-height: 2.17;
  	color:#fff;
}

.caixa-evento-homepage h3{
	font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    color:#ffffff;
}

.caixa-evento-homepage h3 span{
	padding-right: 30px;
}

.sem-eventos-day{
	color:#fff;
}

.eventos-calendario-seccao-eventos-calendario-homepage{
	padding-top:120px;
	display: flex;
    flex-direction: row;
    column-gap: 95px;
}

.content-right-eventos-calendario-seccao-eventos-calendario-homepage{
	display: flex;
	flex-direction: column;
	column-gap: 95px;
	justify-content: center;
}

.right-eventos-calendario-seccao-eventos-calendario-homepage{
	margin-bottom: 40px;
}

.right-eventos-calendario-seccao-eventos-calendario-homepage h2{
	color:#fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.9;
 	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.right-eventos-calendario-seccao-eventos-calendario-homepage h2{
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.label-right-eventos-calendario-seccao-eventos-calendario-homepage{
	margin-bottom: 32px;
	border-left: 4px solid #ed1d23;
	padding-left: 20px;
}

.label-right-eventos-calendario-seccao-eventos-calendario-homepage .categoria{
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.17;
	color: #fff;
}

.label-right-eventos-calendario-seccao-eventos-calendario-homepage h3{
	font-size: 20px;
  	font-weight: 600;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.6;
  	letter-spacing: normal;
  	color: #fff;
}

.right-eventos-calendario-seccao-eventos-calendario-homepage h2:before{
	opacity: 0.1;
  	border-radius: 1px;
  	border: solid 1px #fff;
  	padding-top: 30px;
  	margin-bottom: 30px;
}

.content-right-eventos-calendario-seccao-eventos-calendario-homepage .botao-branco{
	width: 232px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#calendar{
	padding-top:60px;
	padding-right: 60px;
	padding-bottom:30px;
	position: relative;
	display: flex;
    width: 560px;
}

#calendar:before{
	content:"";
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
    width: 100vw;
    border: 1px solid;
 	border-image-slice: 1;
  	border-width: 1px;
  	border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}


/****************************************************************
TEMPLATE NOTICIAS
****************************************************************/

.seccao-filtros{
  padding-bottom: 95px;
}

.conhecimento_row{
	padding-bottom: 300px;
}

.single .conhecimento_row{
	padding-bottom: 60px;
}

.lista-filtros li{
  border: solid 1px #e8e8e8;
  padding:20px;
  color:#151515;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}

.lista-filtros li span{
  vertical-align: middle;
  display: inline-block;
}


.lista-filtros li.active{
  background-color: rgba(21, 21, 21, 0.1);
  border: 1px solid #151515;
}

.lista-filtros li .icon{
  display: inline-block;
  margin-left: 50px;
  background:url(images/icon-adicionar.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.lista-filtros li.active .icon{
  background:url(images/icon-remover.svg);
  height: 2px;
}

.lista-filtros-submenu{
  max-width: 1050px;
  position: absolute;
  border: solid 1px #e8e8e8;
  padding: 25px 35px;
  top: 70px;
  left: 15px;
  right: 20px;
  display: none;
  background-color: #fff;
  z-index: 1;
}

.lista-filtros-submenu ul{
  display: none;
}

.lista-filtros-submenu ul.active{
  display: block;
}

.lista-filtros-submenu li{
  display: inline-block;
  color:#7f7f7f;
  font-size: 16px;
  font-weight: bold;
  width: 320px;
  margin-bottom: 15px;
}

.lista-filtros-submenu li.active{
  color:#151515;
}

.lista-filtros-submenu li span{
  display: inline-block;
  max-width: 270px;
  padding-left: 10px;
  vertical-align: top;
}

.lista-filtros-submenu li .checkbox{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #e8e8e8;
  width: 20px;
  height: 20px;
}

.lista-filtros-submenu li .checkbox:checked {
  border: 5px solid #e8e8e8;
  background-color: #151515;
}

.seccao-filtros h3{
  font-size: 16px;
  font-weight: bold;
  color:#151515;
  margin-bottom: 20px;
}

.seccao-top-tags-noticias{
	padding-top: 50px;
	padding-bottom: 75px;
}

.seccao-top-tags-noticias h3{
  font-size: 16px;
  font-weight: bold;
  color:#151515;
  margin-bottom: 20px;
  font-family: HurmeGeometricSans4;
}

.lista-tags{
	padding-left: 0px;
}

.lista-tags li{
  padding: 2.5px 10px 0 10px;
  margin-right: 5px;
  border:1px solid #e8e8e8;
  display: inline-block;
  color:#585858;
  font-size:12px;
  line-height: 15px;
  cursor: pointer;
}

.lista-tags li.is_selected{
  background-color: #151515;
  color:#fff;
}

.lista-tags li:empty{display: none;}

.filtros-resultados{
  margin-top: 25px;
  margin-bottom: 25px;
}

.filtros-resultados li{
  padding:1px 10px;
  margin-right: 5px;
  border:1px solid #e4e3e4;
  display: inline-block;
  color:#585858;
  font-size:12px;
  line-height: 15px;
  cursor: pointer;
  background-color: #e4e3e4;
}

.filtros-resultados li .remover{
  margin-left: 25px;
  background:url(../images/icon-remover-filtros.svg);
  background-size: cover;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

.filtros-resultados li.filtro-eliminar-resultados{
  background-color: #95a3ce;
  color:#fff;
}

.filtros-resultados li.filtro-eliminar-resultados .remover{
  background:url(../images/icon-remover-filtros-branco.svg);
}

.seccao-lista-noticias{
	padding:75px 0;
}

.caixa-noticias{
	margin-bottom: 85px;
	background-color: #fff;
}

.page-template-template-noticias .caixa-noticias h3{
	padding-top: 15px;
  padding-bottom: 35px;
}

.caixa-noticias .imagem {
    width: 100%;
    height: 240px;
    margin-bottom: 25px;
    background-color: #eee!important;
    position: relative;
    overflow: hidden;
}

/*.mCustomScrollBox{
  overflow-x: scroll;
}*/

.caixa-noticias .imagem img {
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.caixa-noticias:hover .imagem img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.caixa-noticias .categoria{
	font-size: 14px;
	font-weight: bold;
	color:#585858;
	margin-top: 25px;
	text-transform:uppercase;
	min-height: 16px;
	font-family: HurmeGeometricSans4;
}

.caixa-noticias .lista-tags:empty{
	height: 25px;
}

.caixa-noticias .lista-tags{
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    flex-wrap: wrap;
		min-height: 32px;
}

.caixa-noticias .lista-tags li{
    margin-right: 5px;
    color: #151515;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.caixa-noticias h2{
	font-size: 28px;
	font-weight: bold;
	color:#151515;
	margin-top: 15px;
	line-height: 38px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: HurmeGeometricSans4;
}

.caixa-noticias h3{
	color:#151515;
	font-size:16px;
	font-weight: 400;
	padding-top: 50px;
}

.caixa-noticias .barra-partilha-header{
	border: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	margin-top: -30px;
}

.caixa-noticias .barra-partilha-header .partilhar .icon{
	border: 0;
}

.caixa-noticias .barra-partilha-header .partilhar .addtoany_shortcode{
	left: inherit;
	right: 35px;
}
.caixa-noticias .barra-partilha-header .partilhar .addtoany_shortcode > div{
	display: inline-flex;
}

.caixa-noticias .barra-partilha-header .addtoany_list a {
    padding: 0px 10px;
}

.misha_loadmore{
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing:1px;
  cursor:pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 100%;
}

.misha_loadmore:hover{
  background-color: #767676;
  color: #fff;
}

.row-carregar-mais{
  text-align: center;
}

/****************************************************************
TEMPLATE MERCADOS
****************************************************************/

.page-template-template-mercados .seccao-titulo-principal{
  padding-top: 40px;
}

.page-template-template-mercados .seccao-titulo-principal .conteudo,.page-template-template-blogs .seccao-titulo-principal .conteudo{
	max-width: 560px;
}

.page-template-template-mercados .seccao-titulo-principal .conteudo h1,.page-template-template-blogs .seccao-titulo-principal .conteudo h1{
	margin-bottom: 35px;
	line-height: 58px;
}

.page-template-template-mercados .seccao-titulo-principal .conteudo p,.page-template-template-blogs .seccao-titulo-principal .conteudo p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 32px;
}

.conteudo-seccao-conteudo-mercados,.page-template-template-blogs{
	padding-bottom: 75px;
}

.conteudo-seccao-conteudo-mercados h2,.page-template-template-blogs h2{
	margin-bottom: 55px;
	font-size: 50px;
	font-family: HurmeGeometricSans4;
}

.seccao-conteudo-mercados{
	padding-top: 30px;
	padding-bottom: 225px;
}

.popover-mercados-mapa{
  margin-bottom: 30px;
}

.popover-mercados-mapa:last-child{
  margin-bottom: 20px;
}

.popover-mercados-mapa h2{
  font-family: HurmeGeometricSans4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.popover-mercados-mapa p{
  padding-bottom: 10px;
  font-size: 14px;
}

.popover-mercados-mapa h2 {
  padding-bottom: 10px;
}

.popover-mercados-mapa h3{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.popover-mercados-mapa .descricao{
  font-size: 16px;
  line-height: 30px;
  font-family: 'HurmeGeometricSans1';
  margin-bottom: 30px;
}

.mapsvg-controller-view-content {
    padding: 20px;
}

.popover-mercados-mapa .botao-preto {
    text-align: center;
    padding: 10.5px 25px;
}

.mapsvg-popover{
  width:400px!important;
  max-height: 360px!important;
}

.mapsvg-popover-close{
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
}

.mapsvg-popover:before{
  display: none;
}

/****************************************************************
TEMPLATE EVENTOS
****************************************************************/

.banner-eventos-seccao{
  	position: relative;
  	width: 100%;
    min-height: calc(100vh - 190px);
}

.scroll-down-eventos{
	position: absolute;
  bottom: 100px;
	width: 100%;
}



.fundo-banner-eventos-seccao{
  height: 464px;
  background-size:cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  display: table;
  width: 100%;
  position: relative;
}

.fundo-banner-eventos-seccao .conteudo-banner{
      padding-bottom: 115px;
          vertical-align: bottom;
}

.banner-eventos-seccao h1{
	font-size: 50px;
  	font-weight: bold;
  	color:#fff;
  	font-family: HurmeGeometricSans4;
  	margin-bottom: 20px;
}

.banner-eventos-seccao h2{
	font-size: 16px;
	color:#151515;
	opacity: 0.6;
	color:#fff;
	font-family: 'HurmeGeometricSans1';
	font-weight: 400;

}

.carousel-eventos{
	width: 100vw;
	left: 50vw;
	position: relative;
    z-index: 1;
    margin-top:-300px;
}

.carousel-eventos .slick-track {
    display: flex !important;
}

.carousel-eventos .slick-slide {
    margin: 0 8px;
    max-width: 369px;
		height: inherit !important;

}

.carousel-eventos .caixa-noticias{
	 border: solid 1px #eeeeee;
	 margin-bottom: 0;
	 height: 100%;
	display: flex;
	flex-direction: column;
}

.carousel-eventos .caixa-noticias {
    max-width: 367px;
    position: relative;
    margin: 0 auto;
}

.caixa-noticias.tipo-eventos h2 {
	height: 50%;
}


.carousel-eventos .caixa-noticias .lista-tags, .carousel-eventos .caixa-noticias .categoria, .carousel-eventos .caixa-noticias h2, .carousel-eventos .caixa-noticias h3{
	padding-left: 30px;
	padding-right: 30px;
}

.carousel-eventos .caixa-noticias h2{
	margin-bottom: 35px;
	font-weight: bold;
	opacity: 1;
	font-family: HurmeGeometricSans4;
}

.carousel-eventos .caixa-noticias .lista-tags{
  display: none;
}

.banner-eventos .conteudo-banner{
  display: table-cell;
  vertical-align:  bottom;
  text-align: left;
  background: rgba(0,0,0,0.7);
  padding-bottom: 130px;
}

.eventos-slider-navigation{
	position: absolute;
	right: 0;
	z-index: 11;
	top:50%;
	margin-top: -80px;
}

.eventos-slider-navigation .prev {
	cursor: pointer;
    background-color: rgba(21,21,21,0.5);
    padding: 25px!important;
    width: 80px;
    height: 80px;
    border-radius: 0;
    margin: 0;
    display: block;
}

.eventos-slider-navigation .next {
	cursor: pointer;
    background-color: rgba(21,21,21,0.5);
    padding: 25px!important;
    width: 80px;
    height: 80px;
    border-radius: 0;
    margin: 0;
    display: block;
}

.caixa-noticias.tipo-eventos h2{
	font-size: 24px;
	color:#151515;
}

.caixa-noticias.tipo-eventos h3{
	padding-top: 15px;
	padding-bottom: 35px;
}


.conhecimento_row .caixa-noticias.tipo-eventos{
	height: calc(100% - 10px);
	display: flex;
  flex-direction: column;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px){
	.conhecimento_row .caixa-noticias.tipo-eventos{
		height: calc(100% - 30px);
	}
}

.term-eventos .conhecimento_row{
	padding-bottom: 200px;
}

.term-eventos .row-carregar-mais{
	margin-top: 70px;
}

.scroll-down-wrap.no-border{
	padding-bottom: 70px;
  width: 150px;
    display: inline-block;
}


.carousel-eventos {
    width: 65vw;
    left: 35vw;
    margin-top: -320px;
}
.carousel-eventos .slick-slide{
  max-width: none;
}

.carousel-eventos .caixa-noticias .imagem {
    height: 190px;
}


.eventos-slider-navigation {
    margin-top: 23px;
}



/****************************************************************
TEMPLATE EVENTOS
****************************************************************/

.row-titulo-conhecimento-archive{
	padding-bottom: 56px;
}

.row-titulo-conhecimento-archive h2{
	font-size: 50px;
  	font-weight: bold;
  	line-height: 0.96;
  	font-family: HurmeGeometricSans4;
}

.page-template-template-arquivo-conhecimento .conhecimento_row {
    padding-bottom: 150px;
}

/****************************************************************
TEMPLATE HOT TOPICS
****************************************************************/

.carousel-hot-topics .slick-track {
    margin-left: 0px!important;
}

.seccao-banner-hottopics{
  position: relative;
  height: 400px;
  margin-bottom: 60px;
}

.seccao-banner-hottopics img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.seccao-banner-hottopics h1{
  font-family: HurmeGeometricSans1;
  font-size: 64px;
  font-weight: bold;
  line-height: 0.75;
  color:#fff;
  margin-bottom: 30px;
}

.filter_search{
  padding-bottom: 80px;
}

.filter_search_mobile .filter_search{
  padding-bottom: 0px!important;
}

.filter_search_mobile  .setores_search{
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.filter_search_mobile  .setores_search .btn-filters{
  margin-right: 10px;
}

.filter_search_mobile .setores_search form#search_frm{
  position: relative;
  width:100%;
}

.filter_search_mobile .setores_search form#search_frm #search_filter{
  width: 220px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position:absolute;
  right:0;
}

.filter_search_mobile .setores_search form#search_frm #search_filter:focus{
  width: calc(100vw - ((100vw - 100%) /2));
  border-color:#151515!important;
  color:#151515!important;
}

.filter_search_mobile .setores_search form input[type="submit"]{
  top: 60%;
}


.filter_search_mobile .setores_search form input[type="text"]{
  margin-right: 0px!important;
  margin-bottom: 0px!important;
  width: 100%;
}

.abreu-simbolo{
  display: flex;
  flex-direction: column;
  margin-right: 13px;
  margin-bottom: 10px;
}

.abreu-simbolo:before{
  content:"";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ed1d23;
  margin-bottom: 7px;
}

.abreu-simbolo:after{
  content:"";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ed1d23;
}

.page-template-template-page-hot-topics .seccao-banner-hottopics{
  margin-bottom: 40px;
}

.seccao-banner-hottopics .descricao{
  font-family: HurmeGeometricSans1;
  font-size: 24px;
  line-height: 1.58;
  color: #fff;
  margin-bottom: 40px;
}

.seccao-hottopics-categoria-detalhes .breadcrumps{
   font-size: 14px;
   font-weight: bold;
   line-height: 1.86;
   color: #585858;
   font-family: HurmeGeometricSans1;
   text-transform: uppercase;
   margin-bottom: 30px;
}

.seccao-hottopics-categoria-detalhes .breadcrumps span{
  color:#151515;
}

.seccao-hottopics-categoria-detalhes .breadcrumps a{
  color:#585858;
}

.seccao-hottopics-categoria-detalhes h1{
  margin-bottom: 30px;
}

.seccao-hottopics-categoria-detalhes .descricao{
  font-family: HurmeGeometricSans1;
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: normal;
  color: #151515;
  margin-bottom: 50px;
}


.caixa-hot-topics{
  margin-bottom: 65px;
}

.caixa-hot-topics .imagem{
  height: 365px;
  position: relative;
}

.caixa-hot-topics .imagem img{
  position: absolute;
  top:0;
  left:0;
  object-fit: cover;
}

.caixa-hot-topics h2{
  font-family: HurmeGeometricSans1;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.caixa-hot-topics .elementos{
  margin-left: 15px;
}

.caixa-hot-topics .descricao{
  margin-top: 20px;
  margin-bottom: 20px;
}

.caixa-hot-topics .descricao a{
  font-family: HurmeGeometricSans1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color:#bdbabc;
  border-bottom:2px solid #e4e3e4;
}

.caixa-hot-topics .descricao-esquerda a {
  font-family: HurmeGeometricSans1;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color:#585858;
  border-bottom: none;
}

.carousel-hot-topics .caixa-noticias .lista-tags {
	min-height: 70px!important;
	align-items: start!important;
}

.caixa-noticias.tipo-videos img{
  object-fit: cover!important;
}

.page-template-template-hottopics .caixa-noticias h3{
	display: none!important;
}

.carousel-hot-topics{
	width: 100vw;
	position: relative;
    z-index: 1;
}

.filter_menu_hot_topics  .filterMenu_row{
	display: none;
}

.filter_menu_hot_topics .titulo-filtrar-filterMenu{
	display: none;
}

.carousel-hot-topics .slick-slide {
    margin-right: 20px;
}

.carousel-hot-topics .caixa-noticias{
	margin-bottom: 35px;
}

.carousel-hot-topics .caixa-noticias .imagem{
	height: 365px;
}

.carousel-hot-topics .caixa-noticias h2{
	margin-bottom: 60px;
	min-height: 130px;
}

@media (min-width: 1200px){
  .carousel-hot-topics {
      width: calc(100vw - ((100vw - 1140px) /2));
  }
}

.oe21_sec-hot-topics .conhecimento_row {
    padding-bottom: 150px;
}

.oe21_sec-hot-topics:last-child .conhecimento_row{
	padding-bottom: 205px;
}


.oe21_sec-hot-topics .owl-nav-custom {
    position: relative;
    z-index: 11;
    right: auto;
    top:0;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    /* right: 0; */
    /* top: 50%; */
    /* margin-top: -80px; */
}

.oe21_sec-hot-topics .owl-nav-custom .owl-prev, .oe21_sec-hot-topics .owl-nav-custom .owl-next{
	display: inline-block;
	background-color: transparent;
	border:1px solid #151515;
}

.oe21_sec-hot-topics .owl-nav-custom .owl-next{
	border-left:0;
}

/****************************************************************
TEMPLATE ABREU CHANNEL
****************************************************************/

.caixa-noticias.tipo-videos .video{
	position: relative;
	height: 300px;
	background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    cursor: pointer;
}

.caixa-noticias.tipo-videos.video-formato-grande .video{
	height: 530px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:95px;
}

.caixa-noticias.tipo-videos.video-formato-grande .video .categoria{
	font-size: 12px;
	font-weight: bold;
	line-height: 2.17;
	letter-spacing: 1px;
	color:#fff;
	font-family: HurmeGeometricSans1;
}

.caixa-noticias.tipo-videos.video-formato-grande .video h2{
	font-size: 48px;
  	font-weight: bold;
  	line-height: 1.21;
  	color:#fff;
  	max-width: 485px;
  	font-family: HurmeGeometricSans1;
}

#modal-video-abreu-channel .modal-content {
    background-color: transparent;
		border: 0;
}

#modal-video-abreu-channel .modal-body{
	padding:0!important;
}

#modal-video-abreu-channel .modal-dialog {
    max-width: 950px;
}

#modal-video-abreu-channel .icon-close-video{
	position: absolute;
    right: -20px;
    top: -30px;
    width: 20px;
    cursor: pointer;
}

#modal-video-abreu-channel .modal-content{
	margin-top: 25%;
}

.modal-body img{
	max-width: 100%;
}

 /*.banner-principal-abreu-channel h1.titulo-principal-abreu-channel:after{
 	content: "";
    position: relative;
    width: 60px;
    height: 60px;
    background: url(../images/play-button.svg),rgba(21,21,21,0);
    background-repeat: no-repeat;
    background-position: center center!important;
    transition: .5s ease;
    display: block;
    margin-top: 60px;
    float: right;
 }*/

 .modal-video-close-btn{
 	display: none!important;
 }

.select-filtrar-abreu-channel{
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0;
    border: solid 1px rgba(21,21,21,0.1);
    font-size: 16px;
    padding:17px 25px;
    min-width: 260px;
    font-family: HurmeGeometricSans1;
    font-weight: bold;
    background: url(../images/seta-baixo.svg) no-repeat right white;
    display: inline-block;
    background-position: 220px center;
    width: 100%;
}

.select-filtrar-abreu-channel:focus{
	outline: 0;
}

.caixa-noticias.tipo-videos .video:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/play-button-hover.svg),rgba(21,21,21,0);
	background-repeat: no-repeat;
	background-position: center center!important;
	transition: .5s ease;
	left: 0;
	top:0;
}

.caixa-noticias.tipo-videos .video:hover:before{
	background: url(../images/play-button.svg),rgba(21,21,21,0.3);
	background-repeat: no-repeat;
	background-position: center center!important;
}


.caixa-noticias.tipo-videos .imagem{
	position: relative;
}

.caixa-noticias.tipo-videos .imagem:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:rgba(21,21,21,0.3);
}

/****************************************************************
TEMPLATE ARCHIVE CONHECIMENTO
****************************************************************/

.botao-row-titulo-conhecimento-archive{
	text-align: right;
	margin-top: 10px;
	text-transform: none;
}
.botao-row-titulo-conhecimento-archive a{
	text-transform: none;
}

.page-template-template-arquivo-conhecimento .caixa-noticias.tipo-eventos{
	border: solid 1px #eeeeee;
}

.page-template-template-arquivo-conhecimento .caixa-noticias.tipo-eventos .categoria, .page-template-template-arquivo-conhecimento .caixa-noticias.tipo-eventos h2, .page-template-template-arquivo-conhecimento .caixa-noticias.tipo-eventos h3{
	padding-left:30px;
	padding-right: 30px;
}

.page-template-template-arquivo-conhecimento .caixa-noticias.tipo-eventos h2 {
    min-height: 115px;
}

.seccao-instituto-conhecimento-archive{
	padding-bottom: 205px;
}

.fundo-seccao-instituto-conhecimento-archive{
	height: 530px;
 	width: 100%;
  	background-repeat: no-repeat!important;
  	background-size: cover!important;
  	position: relative;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	padding-left: 95px;
  	padding-right: 95px;
}

.fundo-seccao-instituto-conhecimento-archive h2{
	font-size: 48px;
  	font-weight: bold;
  	max-width: 560px;
  	color:#fff;
  	margin-bottom: 20px;
  	font-family: HurmeGeometricSans4;
}

.fundo-seccao-instituto-conhecimento-archive .conteudo{
	font-size: 16px;
  	font-weight: 400;
  	color:#fff;
  	max-width: 370px;
  	margin-bottom: 50px;
}

.fundo-seccao-instituto-conhecimento-archive .conteudo p{
  	line-height: 32px;
}

.fundo-seccao-instituto-conhecimento-archive a.botao-branco{
	max-width: 235px;
	text-align: center;
}


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

.go-to-top-section{
	padding-bottom: 15px;
}

.element-go-to-top-section{
	background:url(../images/setatop.svg);
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 80px;
    height: 80px;
    border: 1px solid #151515;
    background-size: 33%!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    right: 60px;
    position: absolute;
}

.element-go-to-top-section:hover{
	background:url(../images/setatopw.svg);
	background-color: #151515;

}

.footer-top img{
  width: 140px;
}

.company-logos-footer {
  padding-top: 40px;
  align-items: center;
}

.company-logos-footer img {
  width: auto;
  filter: brightness(0);
  MAX-HEIGHT: 43PX;
  max-WIDTH: 140px;
  margin-right: 20px;
}

.footer-top .row-first-footer-top{
  margin-bottom: 80px;
}

.newsletter-footer{
  display: flex;
  flex-direction: row;
	align-items: center;
  column-gap: 65px;
}

.newsletter-footer label{
  display: flex;
    flex-direction: row;
    column-gap: 65px;
}

.newsletter-footer h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 7px;
  font-family: HurmeGeometricSans4;
}

.newsletter-footer h3{
  font-size: 12px;
  font-weight: 400;
}

.newsletter-footer .botao-preto {
    padding: 16.5px 39.5px;
}

.footer-top{
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 0px;
  border-top:1px solid  #e5e5e5;
}

.footer-top  .widget-title{
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  padding-bottom:25px;
  font-family: HurmeGeometricSans4;
}

.footer-top ul li{
  padding-bottom: 25px;
  line-height: 16px;
}

.footer-top ul li a{
  font-size: 16px;
  color:#151515;
	font-weight: normal;
}

.footer-top #nav_menu-6 li a{
	font-weight: 700;
}

.footer-top .menu-item-description{
	display: none;
}


.footer-top .last-col li a{
  font-weight: bold;
}

.footer-bottom{
  padding-top:30px;
  padding-bottom: 35px;
  border-top:1px solid #e5e5e5;
}

.footer-top .footer-bottom {
    padding-top: 0;
}

.copyrights{
  font-size: 14px;
  font-weight: bold;
}

.footer-bottom .menu {
  margin-top: 15px;
}

.footer-bottom .menu li{
  display: inline-block;
  margin-right: 35px;
}

.footer-bottom .menu li a{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color:#9b9b9b;
}

/*.lista-footer-menus{
  display: flex;
  flex-direction: row;
  column-gap:20px;
  padding-left: 220px;
}

.lista-footer-menus ul{
  list-style-type: none;
}

.lista-footer-menus > div{
  width: 170px;
}*/


.redes-sociais-footer {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  align-items: center;
  padding-top: 60px;
}

.redes-sociais-footer .icon{
  width: 22px;
  height: 22px;
  position: relative;
}

.redes-sociais-footer .icon img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  left: 0;
  top:0;
}

.redes-sociais-footer ul{
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.redes-sociais-footer span{
  font-size: 16px;
  font-weight: bold;
  font-family: HurmeGeometricSans4;
}

.redes-sociais-footer ul li{
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 0px;
}

.search-results .inner_wapper .conhecimento_row {
    padding-bottom: 85px;
}

.search-results .inner_wapper .oe21_sec:last-child .conhecimento_row{
    padding-bottom: 165px;
}


.search-results .seccao-top-tags-noticias {
    padding-top: 0;
    padding-bottom: 85px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn{
	background-color:#050600;
	border: 3px solid #050600;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover{
	color:#050600;
	background: transparent;
	border: 3px solid #050600;
}

.siganos_sec .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .siganos_form form textarea, .siganos_form form li.input-text select {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.btn-pdf .ginput_container_fileupload{
	    background-color: #f5f4f4;
			position: relative;
			height: 58px;
			background-image: url(../images/icon-pdf.svg);
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: auto 80%;
		    overflow: hidden;
}

.btn-pdf .ginput_container_fileupload input[type='file']{
position: absolute;
    z-index: 222;
    width: 100%;
    height: 100%;
    opacity: 0;
		background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
		/*margin-left: -145px;*/
		margin-top: 14px;
		z-index: 1;
}

.btn-pdf .ginput_container_fileupload .filename{
	width: 100%;
padding: 19px 25px;
cursor: pointer;
}

.btn-pdf .ginput_container_fileupload:after{
content: '';
position: absolute;
background-color: #f5f4f4;
left: 0;
width: 20px;
height: 100%;
top: 0;
z-index: 2;
}

.btn-pdf-place{
  position: relative;
}

.btn-pdf-place .gfield_label{
  left: 30px;
    position: absolute;
    z-index: 1;
    top: 30px;
    font-weight: 300 !important;
    /*font-family: inherit !important;*/
    display: inline-block !important;
    cursor: pointer;
    width: auto !important;
    font-size: 20px !important;
        /*letter-spacing: -1px;*/
}

.btn-pdf-place  .ginput_container_fileupload .filename:not(:empty) {
    width: calc(100% - 65px);
    background: #f5f4f4;
    z-index: 1;
}

.term-events .row-carregar-mais{
	padding-top: 60px;
}

.iframebox iframe{
  min-height: 1600px;
}

.gform_wrapper#gform_wrapper_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea{
  font-weight: 500!important;
}

.post-single-content-blogs {
  margin-bottom: 100px;
}

.post-single-content-blogs img {
  height: auto !important;
  max-width: 100% !important;
  margin-bottom: 14px;
}

.blog-post-single-blogs img {
  height: auto !important;
  max-width: 100% !important;
  margin-bottom: 14px;
}

.blog-post-single-blogs, .descriptionfeature {
  text-align: justify;
  font-size: 16px;
}

.nomeblog{
  background: #000000;
  color: #ffffff;
  padding: 14px 33.5px;
  margin-top: 54px;
  margin-bottom: 56px;
  display:  inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.nomeblog a{color: white}
.nomeblog a:hover{color: #e30613}

.subtitulo {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

.meta-single-blogs {
  font-size: 16px;
  display: block;
  margin-bottom: 100px;
}

.related-blogs .meta-single-blogs {
  margin-bottom: 60px;
}

.meta-single-blogs a{
  text-decoration: underline;
}

.single-blogs .entry-content p{
  margin-top: 0;
  margin-bottom: 1rem;
}

.single-blogs .h_textcont ul li{
  margin-bottom: 0;
  margin-top: 0;
}

.single-blogs .h_textcont ol li{
  padding-bottom: 1.25rem;
}

.backgroundcimagem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%
}
.backgroundcimagem img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.lista-tags li.cat {
    border: 1px solid #151515;
    color: #ffffff;
    background: #151515;
}

.lista-tags li.cat a{
    color: #ffffff;
}

.related-blogs a:hover {
  color: #e30613;
}

.related-blogs .subtitulo {
  font-size: 16px;
  margin: 19px 0 19px 0;
}

/****************************************************************
TAXONOMIA INTERNATIONAL SANCOES
****************************************************************/

.conhecimento_row .col-lg-6 .image span:after {content:'';display: block;padding-top:calc(50% - 10px);}


.conhecimento_row_international_sanctions {
  padding-bottom: 60px;
}

.conhecimento_row_international_sanctions .owl-nav-custom {
    position: relative;
    z-index: 11;
    right: auto;
    top:0;
    margin-top: 0;
    display: flex;
    flex-direction: row;
}

.conhecimento_row_international_sanctions .owl-nav-custom .owl-prev, .conhecimento_row_international_sanctions .owl-nav-custom .owl-next{
	display: inline-block;
	background-color: transparent;
	border:1px solid #151515;
}

.conhecimento_row_international_sanctions .owl-nav-custom .owl-next{
	border-left:0;
}

.conhecimento_row_international_sanctions .ct_label a{
  height: auto;
}

/****************************************************************
ALTERACOES ANGELO
****************************************************************/

/*BOX'S*/
#mCSB_1_container > ul > li {
  border: solid 1px rgba(21, 21, 21, 0.1);
  margin-right: 10px;
  flex-grow: 4;
  text-align: center;
  border-radius: 1px;
  padding-left: 0 !important;
  /*width: calc(25% - 7px);*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/*HOVER DA BOX*/
#mCSB_1_container > ul :hover{
  background-color: rgba(21, 21, 21, 0.1);
  border: solid 1px #151515;
  border-radius: 1px;
}

/*AREAS DE PRATICAS (TITULOS SUPERIORES)*/
#mCSB_1_container > ul > li > a:hover{
  border: none !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

/*BOX ACTIVE*/
#mCSB_1_container > ul > li.active{
  background-color: rgba(21, 21, 21, 0.1);
  border: solid 1px #151515;
  border-radius: 1px;
}

/*ULTIMA BOX SEM MARGEM*/
#mCSB_1_container > ul > li:last-child {
  margin-right: 0px;
}

/*TEXTOS DAS BOX'S*/
#mCSB_1_container > ul > li > a {
  font-family: HurmeGeometricSans1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #151515;
  padding: 18px 55px;
  display: block;
}

/*HOVER TEXTOS DAS BOX'S
#mCSB_1_container > ul > li > a:hover {
  color: #050600;
  text-decoration: none;
  font-size: 16px;
}*/

/*BARRA SEARCH*/
.setores_search form input[type="text"] {
  border: solid 1px #e8e8e8 !important;
  background-color: transparent !important;
  border-radius: 1px !important;
  font-size: 16px !important;
  height: 54px;
  padding: 0 20px 0px !important;
  color: #909090;
  font-family: HurmeGeometricSans1;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  margin: 0 1001px 0 0;
}

/*ICON BARRA SEARCH*/
.setores_search form input[type="submit"]{
  width: 28px !important;
  height: 28px !important;
}

/*BOX'S DE MERCADOS*/
div.mercadosbox:hover::before{
  content: "";
  background-color: rgba(0,0,0,0.5) !important;
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.mercadosbox p{
  z-index: 2;
}

div.mercadosbox .image{
  height: 280px !important;
}

div.mercadosbox .image img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  object-position: center;
  position: absolute;
  top:0;
  left:0;
}

div.mercadosbox::before{
  content: "";
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, #000000), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000000 127%, #000000 127%);
  z-index: 1;
}


/*SETA HOVER*/
.mercadosbox a:after{
  z-index: 3;
  /*filter: brightness(0) invert(1);*/
}

.mercadosbox p {
  max-width: 75%;
  margin: 0 39px 0 0;
  font-family: HurmeGeometricSans1;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

/*SUBCATEGORIAS NOS HOVER'S*/
.subtitulos{
  position: absolute;
  display: none;
}

div.mercadosbox:hover .subtitulos{
  display: block;
}

div.mercadosbox .subtitulos{
  display: none;
  bottom: 95px;
  left: 20px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  z-index: 3;
  width: calc(100% - 40px);
}

/*paragrafos nos hover's*/
div.mercadosbox .paragrafo{
  padding-left: 15px;
  max-width: 100%;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  color: #fdfdfd;
  font-family: HurmeGeometricSans1;
  font-size: 14px;
  font-weight: 600;
  margin: 25px 0 20px 0px;
}

/*paragrafos nos hover's (barra lateral)*/
div.mercadosbox .paragrafo::before{
  content: "";
  position: absolute;
  width: 3px;
  top: -4px;
  height: 28px;
  left: 0;
  background-color: #95a3ce;
}

/*Subareas das areas de pratica*/
.subareas_area_pratica {
  background-color: rgba(149, 163, 206, 0.13);
  border: solid 1px rgba(149, 163, 206, 0.2);
  padding: 30px 22.5px 44px 24.5px;
  border-radius: 2px;
  margin: 71px 35px 0px 9px;
}

.titulo_subareas_area_pratica {
  margin: 0 0 37px 0;
  font-family: HurmeGeometricSans1 !important;
  font-size: 20px;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #95a3ce;
  text-decoration: none !important;
}

.titulo_subareas_area_pratica a {
  color: #95a3ce;
}

.titulo_subareas_area_pratica a:hover {
  color: #95a3ce !important;
}

.titulo_subareas_area_pratica:hover  {
  color: #95a3ce !important;
  text-decoration: none !important;
}

.subtitulo .paragrafo a:hover {
  text-decoration: none !important;
}

.subareas_area_pratica .paragrafo{
  padding-left: 13px;
  margin-top: 13px;
  max-width: 100%;
  line-height: 1.6;
  padding-bottom: 13px;
  border-bottom: solid 1px rgba(21, 21, 21, 0.2);
  position: relative;
  font-family: HurmeGeometricSans1 !important;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: normal;
  color: #151515;
}

.subareas_area_pratica .paragrafo::before{
  content: "";
  position: absolute;
  width: 3px;
  top: -2px;
  height: 28px;
  left: 0;
  background-color: #95a3ce ;
}

/*SECTION EXPERIENCIA*/
.imagem_background{
  background-image: url("http://abreuwebsite.testmonday.com/wp-content/uploads/2021/10/LawFirm_OrcamentodoEstado_3.png") !important;
  padding-left: 55px;
}

.titulo_experiencia{
  color: white;
  padding-top: 100px;
}

.border_content{
  border: 2px solid white;
  padding: 20px 30px;
  margin-bottom: 60px;
}

.btn_vertodos_experiencia{
  margin-top: 125px;
  padding-bottom: 70px;
}

.mercadosbox .subtitulos .paragrafo a {
  color: #fff;
}

div.mercadosbox:hover .subtitulos .paragrafo a::after{
  display: none;
}

/*MEDIA QUERIES BOX'S SUPERIORES*/

@media (max-width: 1200px) {
  #mCSB_1_container > ul > li{
    width: auto;
  }
  #mCSB_1_container > ul > li > a {
    padding: 18px 20px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #mCSB_1_container > ul > li{
    width: auto;
  }

  #mCSB_1_container > ul > li > a {
    padding: 18px 20px;
    font-size: 13px;
  }
  .mercadosbox p {
    top: initial !important;
    bottom: 20px !important;
    left: 20px !important;
    transform: initial !important;
  }
  div.mercadosbox .subtitulos{
    display: block;
  }
  div.mercadosbox::before{
    background-color: rgba(0,0,0,.5)!important;
  }
}

@media (max-width: 767px) {
  #mCSB_1_container > ul > li > a {
    padding: 18px 10px;
    font-size: 13px;
  }
  #mCSB_1_container > ul > li {
    width: auto;
  }
}

@media (max-width: 520px) {
  #mCSB_1_container > ul > li > a {
    font-size: 10px;
  }
}

/****************************************************************
HEADER
****************************************************************/

#header{
  position: absolute;
}
#header.is-sticky{
  position: fixed;
  z-index: 100;
  background: white;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
#header.is-sticky.open_menu{
  z-index: 101 !important;
}
#header.is-sticky.open_menu .headermenucont > div:not(:first-child){
  display: none !important;
}
#header.is-sticky.open_menu .barra-partilha-header{
  display: none !important;
}
#header a:hover {
    color: #e30613;
}
#header.is-sticky .top-bar{
  display: none !important;
}

body > .main_wapper.espacomaior {
padding-top: 181px;
}
@media only screen and (min-width: 601px) and (max-width: 991px)
{
  body > .main_wapper.espacomaior {
  padding-top: 140px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px)
{
  header.header-sticky + div.main_wapper.espacomaior  {
      padding-top: 70px !important;
  }
}


body > .main_wapper.espacomenor {
padding-top: 131px;
}
@media (max-width: 991px){
  body > .main_wapper.espacomenor {
  padding-top: 90px;
  }
}

@media (max-width: 480px){
  header.header-sticky + .scroll-down-geral + div.main_wapper.espacomenor {
  padding-top: 75px !important;
  }
}



.top-bar{
  border-bottom: 1px solid #ececec;
  height: auto;
}

.top-bar > div{
  padding: 10px 46px;
  text-align: right;
}
@media (max-width: 767px){
  .top-bar > div{
    padding: 16px;
    text-align: center;
  }
}

.top-bar ul.menu{
  display: inline-flex;
  justify-content: flex-end;
}
.top-bar ul.menu > li{
  font-size: 12px;
  font-weight: 500;
  margin-left: 36px;
  font-family: HurmeGeometricSans4;
}
.top-bar > div > a{
  font-size: 12px;
  font-weight: 500;
  margin-left: 30px;
  color: #909090;
  font-family: HurmeGeometricSans4;
}
.top-bar > div > a:hover{color: #e30613;}

.headermenucont{
  padding: 11px 20px;
  height: auto;
}

@media (max-width: 600px) {
  .headermenucont{
    background: white;
  }
  .banner_wapper {
    padding-top: 120px;
    z-index: -1;
  }
}

@media (max-width: 575px) {
  .banner_wapper {
    padding-top: 70px;
  }
}

@media (max-width: 460px) {
  .headermenucont{
    padding: 8px 20px;
  }
  .banner_wapper {
    padding-top: 50px;
  }
}

.ham_menubtn {
    margin: 0 0 0 0;
}
.menubuttons{z-index: 100;}
.menubuttons ul{
  display: inline-flex;
}
.menubuttons ul > li{
  width: 38px;
  height: 38px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  margin-left: 4px;
  font-family: HurmeGeometricSans4;
}
.menubuttons ul > li > a{
  line-height: 38px;
}
.menubuttons ul > li.active, .choose_language > li {
  background: #ededed;
  border-radius: 50%;
}

.headermenucont .menu{
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content:  space-around;
  justify-content: space-evenly;
  font-family: HurmeGeometricSans4;
}
/*.headermenucont .menu .sub-menu{
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  padding: 36px 96px;
  padding-top: 40px
}*/

.headermenucont .menu .sub-menu{
  display: none;
  position: absolute;
  z-index: 100;
  background: #ffffff;
  height: auto !important;
  padding-bottom: 0px !important;
  padding-top: 38px !important;
}

#header.is-sticky .headermenucont .menu .sub-menu{
  top: 57px;
}

/*.headermenucont .menu .sub-menu li {
    display: inline-block;
    margin: 5px 20px;
    width: 260px;
    max-width: 20%;
    vertical-align: top;
}*/
.headermenucont .menu .sub-menu li{
  width: 284px;
}
.headermenucont .menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.headermenucont .menu .sub-menu li:hover {
  background: #ededed;
}
.headermenucont .menu .sub-menu li:hover a {
  color: #151515;
}

.headermenucont .menu .sub-menu a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 24px 14px 24px;
    font-family: HurmeGeometricSans4;
}

.headermenucont .menu .sub-menu a .descricao {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #585858;
}

.headermenucont .menu > li:hover > .sub-menu{
  /*display: block;*/
}

.headermenucont .menu > li.menu-item-has-children > a::after{
  content: '';
  background: url('../images/expand-more-24-px-copy-2.svg');
  padding: 8px;
    background-repeat: no-repeat;
    background-position: center;
  margin-left: 6px;
}
.head_menu{padding-top: 162px !important;}
@media (min-width: 1200px){.head_menu{padding-top: 190px !important;}}
.head_menu .container-fluid{
  padding-left: 116px;
  padding-right: 116px;
}
.head_menu .container-fluid small{
  color: #585858;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 36px;
  font-family: HurmeGeometricSans4;
}
.secondry_menu{
  width: 100%;
}
.secondry_menu ul li{
  padding-bottom: 46px;
}
.secondry_menu ul li a {padding-left: 0;    width: 100%; max-width: 376px;   display: block;font-size: 30px;letter-spacing: -1px;font-family: HurmeGeometricSans4;}
.secondry_menu ul li.menu-item-has-children a {max-width: 300px;}
.secondry_menu > ul > li:not(.menu-item-has-children) > a:before{content: none;}
.secondry_menu > ul > li > a:before {left: auto;right: 0;background: url(../images/expand-more-24-px-copy-2.svg) no-repeat center center;background-size: contain; width: 20px !important;height: 36px!important;top: auto;}

.head_menu .social ul{
  display: block;
}
.social ul li{
  padding-bottom: 36px;
}
.social ul li + li{
  padding-left: 0;
}

.social ul li a{
  color: #585858;
  font-size: 22px;
  font-weight: bold;
  font-family: HurmeGeometricSans4;
}
.head_menu .secondry_menu ul li ul li a{
  color: #585858;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: normal;
}

.head_menu.open {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.head_menu {
    left: 100%;
    bottom: 0;
}

.hamburger{transition: all .6s ease-in-out;display: block;padding: 10px 0;}

.hamburger .burger{
    height: 2px;
    width: 18px;
    background: #151515;
    overflow: hidden;
}

.hamburger .burger:before{
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 2px;
      width: 100px;
      background: #ed1d23;
}

.hamburger .burger1{
    position: relative;
    bottom: 3px;
}
.hamburger .burger1:before{
      transform: translateX(-100%);
}

.hamburger .burger2{
    position: relative;
    top: 0;
    transition: transform 0.5s;
}
.hamburger .burger2:before{
      transform: translateX(-100%);
}

.hamburger .burger3{
    position: relative;
    top: 3px;
    left: 0;
    transition: transform 0.5s;
}
.hamburger .burger3:before{
      transform: translateX(-100%);
}

.hamburger:hover .burger1:before, .hamburger:hover .burger2:before, .hamburger:hover .burger3:before{
  animation: levelSlide .4s forwards;
  animation-timing-function: ease-in-out;
}

.hamburger:hover .burger1:before{
  animation-delay: 0;
}

.hamburger:hover .burger2:before{
  animation-delay: .1s;
}

.hamburger:hover .burger3:before{
  animation-delay: .2s;
}

@keyframes levelSlide{
  from{
    transform: translateX(-100%);
  }
  to{
    transform: translateX(0%);
  }
}
.hamburger.active .burger1{
  display: none;
}
.hamburger.active .burger2{
  transform: rotate(45deg);
}
.hamburger.active .burger3{
  transform: rotate(135deg);
  top: -2px;
}


button.search img {
    width: 17px;
}

button.search.is_selected {
    z-index: 104;
    position: relative;
    background-size: 17px;
    transition: background 0s;
}
button.search.is_selected img{
  width: 17px;
}

body:not(.search-is_open) .h_searchResult, body:not(.search-is_open)  .search-overlay{
  display: none;
}
body.search-is_open .logo{z-index: 99;}

body.search-is_open .search-overlay{
  position: fixed;
  background: #151515;
    opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
}

.search-is_open .ham_menubtn, .search-is_open .lang_menu {
    opacity: 1;
}



.h_searchResult {
    background-color: #fff;
    position: absolute;
    z-index: 103;
    right: -35px;
    top: -35px;
    left: inherit;
    bottom: inherit;
    width: 578px;
    height: auto;
    overflow: hidden;
    padding: 35px 35px 0 35px;
    text-align: left;
    display: none;
}

.search_header{
  padding-right: 52px;
  padding-bottom: 35px;
}

.search_header > img{
  padding-right: 35px;
}

.search_header > .d-inline-block{
  width: calc(100% - 65px);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.search_header input[type='search']{
  width: 100%;
  border: none;
}

.search_header input[type='submit']{
  display: none;
}

.search_header label{
  display: none;
}

.h_searchResult .resultados{
  transition: height 1s;
  padding-bottom: 60px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.h_searchResult .resultados:before{
  content: '';
  border-bottom: 1px solid #ececec;
  display: block;
  margin-left: -35px;
  margin-right: -35px;
}

.h_searchResult .resultados .show_loader{
  position: inherit;
    height: 100px;
    display: none;
}

.h_searchResult .resultados .search-r-single{
  padding-top: 10px;
}

.h_searchResult .resultados  .search-r-tags{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}

.h_searchResult .resultados  .search-r-tags::-webkit-scrollbar {
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #d5d5d5;
}

.h_searchResult .resultados .search-r-single:after{
  content: '';
  width: 50%;
  border-bottom: 1px solid #ececec;
  padding-top: 10px;
  display: block;
}

.h_searchResult .resultados .search-r-single:nth-last-child(2):after{
  content: none;
}

.h_searchResult .resultados .search-r-single:nth-last-child(2){
  padding-bottom: 10px;
}

.h_searchResult .resultados .search-r-categoria{
  color: #585858;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.67;
  padding-top: 28px;
  display: block;
  font-family: HurmeGeometricSans4;
}

.h_searchResult .resultados .search-r-tittle{
  color: #151515;
  font-size: 16px;
  font-weight: bold;
  font-family: HurmeGeometricSans4;
}

.h_searchResult .resultados .wp-post-image{
  width: 52px !important;
  height: 52px !important;
  max-width: none;
  max-height: none;
}

.h_searchResult .resultados .search-r-btn{
  color: #151515;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-right: -35px;
    margin-left: -35px;
    border-top: 1px solid #ececec;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
}

.h_searchResult .resultados .search-r-btn:hover{
  color: #e30613;
}

@media (max-width: 767px){

  .h_searchResult {
    position: fixed;
    right: 35px;
    top: 35px;
    left: 35px;
    width: auto;
  }
  .search-is_open .ham_menubtn {
    z-index: 99;
  }

  .search-is_open button.search.is_selected{
    position: fixed;
    right: 70px;
    top: 95px;
  }
}

.h_searchResult .lista-tags li:first-child{
  margin-left: 0;
}

.h_searchResult .lista-tags li{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  width: auto;
height: auto;
margin-top: 9px;
}

ul.how_can_we_help{
  background: #151515;
  position: relative;
  z-index: 9;
  max-width: 250px;
  /*margin: 0 auto;*/
  z-index: 100;
}

ul.choose_language{
  /* background: #ededed; */
  position: relative;
  z-index: 9;
  max-width: 240px;
  margin: 0 auto;
  z-index: 100;
  border-radius: 50%;
      margin-right: 22px;
}

.choose_language > li  a {  text-transform: uppercase;}

.choose_language > li.active {
  background: #151515 !important;
  color: white !important;
}

.choose_language > li.active > a {
  color: white !important;
  position: relative;
}

.choose_language > li > ul {
  position: absolute;
  display: none;
  z-index: -1;
  width: 100%;
  background: white;
  padding: 44px 2px 4px 4px;
  border-radius: 100px;
  box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.2);
  width: 46px;
  text-align: center;
  margin-top: -44px;
  margin-left: -4px;
}

@media (max-width: 460px){
  .choose_language > li > ul {
    padding: 34px 2px 4px 4px;
    width: 36px;
    margin-top: -34px;
    margin-left: -4px;
  }
}

.choose_language > li > ul li {
  margin: 4px 0 4px 0 !important;
}

.choose_language > li > ul li:hover{
  background-color: #ededed !important;
  border-radius: 50%;
}

.choose_language img {
  filter: contrast(1) brightness(0);
  margin-left: 22px;
  position: absolute;
  margin-top: 15px;
}

@media (max-width: 460px){
  .choose_language img {
    margin-left: 18px;
    margin-top: 11px;
  }
}

.search-is_open ul.how_can_we_help{
  z-index: 99;
}

ul.how_can_we_help > li{
  position: relative;
}

ul.how_can_we_help > li > a{
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 10px;
  text-transform: uppercase;
  font-family: HurmeGeometricSans4;
  text-align: center;
}

@media (max-width: 1400px){
  ul.how_can_we_help > li > a {padding: 15px 10px;}
  .menubuttons{padding: 0px;}
}
@media (max-width: 1240px){
/*  ul.how_can_we_help{margin: 0 -10px;}Implementação */

}
@media (min-width: 1200px) and (max-width: 1320px){
  .menubuttons ul > li{width: 30px;height: 30px;}
  .menubuttons ul > li > a {line-height: 30px;}

}

ul.how_can_we_help > li img{margin-left: 5px;transition: transform 0.5s;}
ul.how_can_we_help > li:not(.active) > a > img{
  transform: rotate(180deg);
}

ul.choose_language > li > a > img{
  transform: rotate(180deg);
}

ul.choose_language > li.active > a > img{
  transform: rotate(0deg);
}
ul.choose_language > li img{transition:transform 0.5s;}



ul.how_can_we_help > li > ul{
  position: absolute;
  display: none;
  background: #151515;
  z-index: 9;
  width: 100%;
}
ul.how_can_we_help > li > ul > li{
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul.how_can_we_help > li > ul > li > a {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-family: HurmeGeometricSans4;
}
ul.how_can_we_help > li > ul > li:hover > a {
  color: #e30613;
}
ul.how_can_we_help > li > ul > li > a img{
  margin-top: 4px;
  float: right;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: none;
}
}
.modal-open .modal{
  padding-right: 0px !important;
}
.modal-body{
  padding: 10px;
}
.modal-header .close{
      margin-top: -75px;
      opacity: 1 !important;
      outline: none;
}

.modal-header .close:not(:disabled):not(.disabled):hover{
    opacity: .75 !important;
}

.modal-header {
    border-bottom: 0px;
}
.modal-content{
  border-radius: 25px 25px 0 0 ;
  margin-top: 80px;
}

.modal-content span.desc{
    font-size: 16px;
    line-height: 2;
    max-width: 365px;
    display: block;
    padding-bottom: 70px;
}

.mx-700{
  max-width: 700px;
}
.modal-content form label, .modal-content .gform_wrapper .gfield_label{
  color: #231b1b;
  font-size: 10px;
  text-transform: uppercase;
}

.modal-content form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.modal-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.modal-content form textarea, .modal-content .gform_wrapper textarea{
  background: transparent;
  border: solid 1px #eeeeee;
  padding: 0 20px !important;
  width: 100% !important;
  height: 58px;
  margin-bottom: 26px;
  font-size: 16px;
}

.modal-content form textarea, .modal-content .gform_wrapper textarea{
  padding:20px !important;
  height: 300px;
  font-size: 16px;
}

.modal-content form input[type=submit], .modal-content .gform_wrapper input[type=submit],.modal-content .gform_wrapper .gform_footer input.button, .modal-content .gform_wrapper .gform_footer input[type=submit]{
  padding:20px 50px !important;
  text-transform: uppercase;
  color: #ffffff;
  background: #151515;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  width: auto;
  margin: 0;
}
.modal-content .gform_wrapper ::placeholder{
  color: #605a5a;
}
.modal-content label:empty{display: none !important;}
.modal-content  .gform_wrapper ul.gfield_checkbox li label, .modal-content .gform_wrapper ul.gfield_radio li label {
    font-size: 14px;
    line-height: 2.29;
    max-width: none;
    text-transform: none;
    float: left;
    margin-right: 10px;
}

.modal-content .gform_wrapper .top_label input.medium, .modal-content .gform_wrapper .top_label select.medium {
    width: 100%;
    padding: 20px !important;
    border: solid 1px #eeeeee;
    color: #605a5a;
}

@media (min-width: 1200px) and (max-width: 1500px){
  .headermenucont .col-xl-5 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%%;
    max-width: 35%;
  }
}
