.mb0 {
	margin-bottom: 0;
}

.p0 {
	padding: 0;
}

.searchlink {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.searchlink.open, .searchlink:hover {
    cursor: pointer;
}

.searchlink.open .searchform {
    display: block;
}

.searchform {
    display: none;
    position: absolute;
    width: 270px;
    height: 70px;
    line-height: 40px;
    top: 30px;
    right: 0;
    padding: 0 15px;
    cursor: default;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    box-shadow: 0 3px 13px 0 rgba(0,0,0,.2);
    margin-left: -120px;
    z-index: 9999999;
    background-color: #fff;
}

#search {
    display: block;
    position: relative;
}

#s {
	width: 100%;
    background: #fff;
    padding: 0 11px;
    border: 1px solid #e1e1e1;
    color: #888;
    margin: 14px 0;
}

.sbtn {
    display: block;
    position: absolute;
    background: 0 0;
        background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    cursor: pointer;
    right: 0;
    top: 14px;
    background-color: #FBB042;
}

.search-section .fa {
    font-size: 20px;
	color: #999;
}

.search-section .sbtn .fa {
	font-size: 15px;
	color: #fff;
	padding: 0 10px;
}

.col-logo {
	width: 13%;
}

#logo-ue, #logo-camoes {
	margin-top: 20px;
	display: block;
}

.logo-border {
	border-right: 1px solid #000;
	height: 85px;
	padding-right: 18px;
}

.search-section-wrap {
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: end;
}


.right-menu-wrap {
	height: 110px;
	display: flex;
	justify-content: flex-end;
}

.language-switcher {
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}

.language-switcher li {
	display: inline-block;
	padding: 0 10px;
}

.language-switcher li a {
	color: #fff;
}

#navbar li a {
	border-bottom: 3px solid transparent;
}

nav.active #navbar .open a:hover,
nav.active #navbar li a:hover {
	color: #FFF!important;
	border-bottom: 3px solid #FFF!important;
}

.current_page_item a,
.dropdown > a:hover,
#navbar li:not(.dropdown) a:hover,
nav.active #navbar .open li a:hover {
	color: #FBB042!important;
	border-bottom: 3px solid #FBB042!important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: none;
}

.separador {
	background-image: url(https://www.maisemprego.org.mz/wp-content/themes/%2Bemprego/img/separador.png);
}

.separador-1 {
	margin-top: 55px;
	margin-bottom: 0;
	overflow: hidden;
}

.footer-contact-item {
	display: block;
	color: #000;
}

.footer-contact-item i {
	color: #FBB042;
}

.social-media {
	padding: 0;
	list-style: none;
}

.social-media li {
	display: inline-block;
	padding: 5px;
}

#featured-banner .vc_column-inner {
	padding: 0;
}

.featured-block {
	background: rgba(0, 0, 0, 0.42);
}

.featured-block h1.header-image {
	color: #fff!important;
}

.d-header-image {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-color: rgba(0,0,0,0.10);
	width: 100%;
	margin-bottom: 60px;
}

.d-header-image img {
	width: 100%;
	mix-blend-mode: multiply;
}

.header-image {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 30px;
}

h4.header-image {
  top: unset;
  right: 20px;
  bottom: 5px;
  left: unset;
  font-size: 12px;
}

h4.header-image {
	left: unset;
	top: 65%;
	font-size: 18px;
	position: absolute;
	right: unset;
	background: #faae41c4;
	color: #30378f;
	font-weight: bold;
	height: 60px;
	padding: 15px;
}

.d-header-image::before {
	display: none;
}

.post-list img {
  height: 120px;
  object-fit: cover;
}

.activity-list img {
  height: 148px;
  object-fit: cover;
}

.wp-pagenavi {
	padding: 40px 0;
}


/************************************
** Buttons
************************************/
.btn_full {
	width: 100%;
}

/************************************
** Video
************************************/

.video-wrapper {
	overflow: hidden;
}

.video-list .video-wrapper {
    height: 0px;
    position: relative;
    z-index: -1;
    -webkit-transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
    -o-transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
    transition: margin .75s ease .1s, padding .75s ease-in-out .1s;
}

.video-list .video-wrapper:hover .close-button:hover {
    opacity: .8;
}

.video-list .video-wrapper .close-button {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 25px;
    color: #000;
    z-index: 100;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(0,0,0,0.85);
    cursor: pointer;
    opacity: .35;
    -webkit-transition: opacity .25s ease 0.1s;
    -o-transition: opacity .25s ease 0.1s;
    transition: opacity .25s ease 0.1s;
    display: none;
}

.video-list .video-wrapper.show .close-button {
    display: block;
}

.video-list .video-wrapper .close-button .close-icon {
    position: relative;
    bottom: -54px;
    left: 23px;
    font-size: 21px;
    color: #fff;
}

.video-list .video-wrapper .video-container {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 46%;
}

.video-list .video-wrapper .video-container .video-element.open {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.video-list .video-wrapper .video-container .video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 46%;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0.1s;
    -o-transition: opacity .3s ease 0.1s;
    transition: opacity .3s ease 0.1s;
}

.video-list .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-list .video-thumbnail i {
    font-size: 48px;
    color: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -22px;
    z-index: 2;
    -webkit-transition: color 0.2s ease 0.1s;
    -o-transition: color 0.2s ease 0.1s;
    transition: color 0.2s ease 0.1s;
}

.video-list .video-thumbnail-active i,
.video-list .video-thumbnail:hover i {
    color: #fff;
}

.video-list .video-thumbnail {
    position: relative;
    border-bottom: 5px solid #FCB655;
    line-height: 0;
    padding-top: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.video-list .video-thumbnail:hover {
    cursor: pointer;
}

.video-list .video-thumbnail .overlay {
    background: rgba(35,35,35,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: background 0.2s ease 0.1s;
    -o-transition: background 0.2s ease 0.1s;
    transition: background 0.2s ease 0.1s;
}

.video-list .video-thumbnail-active .overlay,
.video-list .video-thumbnail:hover .overlay {
    background: rgba(35,35,35,0.05);
}

.video-list .video-wrapper.show {
    margin-bottom: 30px;
    padding-bottom: 46%;
    z-index: 0;
}

.v-i-el .video-thumbnail {
	margin-bottom: 15px;
}

.v-i-el strong {
	margin-bottom: 20px;
	display: block;
	font-size: 12px;
}

.library-list {
    display: block;
    overflow: hidden;
}

.library-list .lib-item {
    margin-bottom: 20px;
    border: 1px dashed #ccc;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.library-list .lib-item a {
	color: #636363;
	font-size: 15px;
}

.library-list .lib-item img {
	height: 90px;
	object-fit: cover;
	margin: 0 auto;
}

#wpsvctable {
	margin-top: 12px;
}

#footer-menu .disclaimer * {
	font-size: 11px !important;
}

#footer-menu .disclaimer strong {
	color: #fbb042;
}

#footer-menu .wpb_text_column.wpb_content_element {
	margin-bottom: 18px!important;
}