/*!
 * 
Theme Name: FUNAE -  Fundo de Energia
Theme URI: http://mechanical.co.mz
Author: Mechanical Tecnologia - Yanik dos Santos
Author URI: www.instagram.com/yrsvntos
Description: Template para o site oficial do FUNAE
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funae-wp-2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
html, body{
	font-family: "Proxima-Nova";
	scroll-behavior: smooth;
}

/*Fontes*/
@font-face {
    font-family: 'Proxima-Nova';
    src: url('fonts/ProximaNova_Regular.eot');
    src: url('fonts/ProximaNova_Regular.eot') format('embedded-opentype'),
         url('fonts/ProximaNova-Regular.woff2') format('woff2'),
         url('fonts/ProximaNova_Regular.woff') format('woff'),
         url('fonts/ProximaNova_Regular.ttf') format('truetype'),
         url('fonts/ProximaNova_Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* NORMALIZACAO */
img{
	/*width: 100%;*/
}
.phone{
	width: 50px;
	height: 50px;
	background: #fff;
	color: #96CA2D;
	border-radius: 50%;
	position: fixed;
	bottom: 85px;
	font-size: 30px;
	right: 10px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 36%);
	z-index: 9999999;
}
.phone:hover{
    color: #96CA2D;
}
.topo{
	width: 50px;
	height: 50px;
	background: #FF6422;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	font-size: 30px;
	right: 10px;
	padding: 8px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 26%);
	transition: 0.9s;
	transition-delay: 40s;
	z-index: 9999999;
}
.menu-icone {
	font-size: 25px;
	display: none;
}
.text-right{
	text-align: right;
}
.align-centro{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.align-center{
	margin: 0 auto;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flexxx{
    display: flex;
}
/*Padding*/
.padding-caixa-one{
	padding: 15px 40px;
}
.p-50{
    padding: 50px 0;
}
.pt-15{
	padding-top: 15px;
}
.pl-10{
	padding-left: 10px;
}
.pr-10{
	padding-right: 10px;
}
.pbt-5{
	padding-bottom: 5px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-15{
	padding-bottom: 15px;
}
.ptb-100{
	padding: 100px 0;
}
/* Margens */
.mt15{
	margin-top:  15px;
}
.mt30{
	margin-top:  30px;
}
.mt50{
	margin:  50px 0;
}
.mt70{
	margin-top:  70px;
}
.pt-29{
	padding-top: 29px;
}
.pt-30{
	padding-top: 30px;
}
.ptb-50{
	padding: 50px 0;
}
.pb-40{
	padding-bottom: 40px;
}
.pb-80{
	padding-bottom: 80px;
}
.pb-120{
    padding-bottom: 120px;
}
.pb-50{
	padding-bottom: 50px;
}
.opa70{
	opacity: .7;
	transition: .3s;
}

.opa70:hover{
	opacity: 1;
}

.opa50{
	opacity: .5;
	transition: .3s;
}

.opa50:hover{
	opacity: 1;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff6422;
}
.nav-pills .nav-link{
	color: #ff6422;
}
/*section+section{
	margin-top: 70px;
}*/

section.gray{
	background: #f4f4f4;
	padding: 70px 0;
}

.margin70{
	margin-top: 70px;
}

.margin50{
	margin-top: 50px;
}

.margin30{
	margin-top: 30px;
}

.margin15{
	margin-top: 15px;
}

.right-line {
  border-right: 5px #FF6422 solid;
  height:2em
}

.top-line {
  border-top: 5px #FF6422 solid;
}

.halved {
  width: 50%;
  float:left;
}

.btn-funae{
    background: #FF6422;
    color: #fff;
}
.btn-funae:hover{
	color: #fff;
}
.doc-color{
	color: #FFDA66;
}
.laranja{
	color: #ff6422;
}
.brd,
.area-box{
	border-bottom: 1px solid #ccc !important;
}
.area-box:last-child{
    border-bottom: none !important;
}
.borda{
	width: 44px;
	height: 3px;
	background: #ff6422;
}
.borda{
	width: 44px;
	height: 3px;
	background: #ff6422;
}
.brd-left{
	border-left: 4px solid #ff6422;
	margin-right: 10px;
}
.page-header {
    background: #f4f4f4;
    padding: 15px;
}
.entry-title a{
    color: #212529;
}

/*.brd{*/
/*	border-bottom: 1px solid #ccc;*/
/*}*/

a{
	text-decoration: none;
}
ul{
	list-style-type: none;
}
a:hover{
	text-decoration: none;
}
/* HEADER */
#header {
	color: #fff;
	position: absolute;
	top: 0;
	z-index: 4;
	width: 100%;
	background: cover;
}

#header a{
	color: #fff;
	text-decoration: none;
	transition: .7s;
}
#header a:hover{
	color: #FF6422;
	transition: .7s;
}
#header a.active{
	color: #FF6422;
}

#header #topo, header #navegacao{
	border-bottom: 1px solid #ffffff55;
}

#navegacao{
	padding-top: 10px;
	display: inline-block;
	padding-bottom:  35px;
}

#header #topo{
	padding: 15px 0;
}

/* Logotipo */
#header img{
	Max-width: 100px;
	height:  auto;
}
.invisible-desktop{
    display: none;
}
/* Menu Principal */
#header span{
	display: inline-block;
	padding-right: 10px;
}
#header nav {
	display: inline-block;
	margin-top:  30px;
	margin-right: 50px;
}
#header ul{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#header li{
	display: inline-block;
	padding: 0 15px;
}
/*header li ul{
	display: none;
}
*/
/*Formulario de pesquisa*/
#header form{
	display: inline-block;
}
#header form input{
	background: transparent;
	border: none;
	color: #fff;
	outline: none;
	width: 125px;
}
#header form input::placeholder{
	color: #fff;
}
#header form button{
	background: transparent;
	color: #fff;
	border: none;
}

.menu-br {
	margin-top: -35px;
    background: #fff;
    width: 100%;
    color: #000;
    border: none;
    z-index: 9999;
    position: fixed;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
#header .menu-br .menu-links a,
#header .menu-br .menu-links i{
	color: #212529;
	transition: .7s;
}
#header .menu-br form input{
	background: #fff;
	border: #212529 1px solid;
	color: #212529;
	padding: 0px 5px 0px 5px;
	outline: none;
	width: 125px;
}
nav a.active{
	color: #ff6422;
}
.menu-br .menu-links a:hover{
	transition: .7s;
	color: #ff6422;
}
.menu-br input,
.menu-br input::placeholder{
	color: #212529;
}
.menu-br .menu-top{
	margin-top: -10px;
}
.menu-links {
	position: relative;
}
.menu-links a.active{
	color: #ff6422;
}
#header .menu-links ul ul{
	position: absolute;
	top: 65px;
	display: none;
}
#header .menu-links ul li:hover > ul{
	display: block;
	border: none;
	border-bottom: 3px solid #ff6422;
}
#header .menu-links ul ul li{
	padding: 5px;
	background: #fff;
	float: none;
	display: list-item;
	z-index: 12;
	/*position: relative;*/
}
#header .menu-links ul ul li a{
	color:#212529;
}
#header .menu-links ul ul li a:hover{
	color:#ff6422;
}
.menu-br .menu-links ul ul li{
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 40%);
	/*position: relative;*/
}
 .menu-texto{
	/*margin-top: 110px;*/
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}
 .menu-texto.active{
	display: block;
}
 .menu-texto h1{
	font-family: 'Opens Sans', sans-serif;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
 .menu-texto h1:nth-child(1){
	color: transparent;
	-webkit-text-stroke: 0.5px #fff;
	-webkit-text-fill-color: transparent;
}
 .menu-texto h1:nth-child(2){
	position: relative;
	top: -64.6px;
	color: #FF6422;
	-webkit-animation: animate_2 4s ease-in-out infinite;
	animation: animate_2 4s ease-in-out infinite;
}
.sub-menu{
    text-align: left;
}
@keyframes animate_2{
	0%, 100%{
		clip-path: polygon(0% 40%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%);
	}

	50%{
		clip-path: polygon(0% 90%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
	}
}

#linha-verde i {
	font-size: 45px;
	margin-right: 20px;
	color: #96CA2D;
}
#linha-verde span,
#linha-verde p{
	color: #000;
}
/* PAGINA INICIAL */

/*SECTION BANNER*/
#banner .slide{
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	width: 100% !important;
}

.slide .overlay{
	background: rgba(0, 0, 0, .3);
	height: 850px !important;
	padding-top:  330px;
	position: relative;
	top: 0;
	left: 0;
}
.banner-single{
	padding-top:  210px;
	height: 350px;
	background: url(img/resumo.jpg);
}

#banner img{
	z-index:-1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 720px;
	object-fit: cover;
}

.slick-dots {
    position: absolute;
    top: 503px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    /*background: #fff;*/
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active{
	background: #ff6422;
}

/*SECTION BANNER END*/

/*SECTION CONTENT*/
#content{
	margin-top: -195px;
	background: #f4f4f4;
	position: relative;
}

.content-bx{
	text-align: center;
	position: relative;
	top: -100px;
	background: #fff;
	/*margin-right: 10px;*/
	padding: 20px;
	box-shadow: 2px 6px 10px 0px rgb(0 0 0 / 26%);
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #FF6422;
	min-height: 247px;
}
.content-bx h2{
	text-align: center;
	line-height: 1.5;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 100px;
}
.content-bx p{
	color: #848484;
	line-height: 1.3;
}
.content-bx i{
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 2.2;
	background: #FF6422;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
}

/*SECTION CONTENT END*/

/*SECTION NOTICIAS*/
#noticias{
	/*height:750px;*/
	background: #fff;
	position: relative;
}

.news-content h2{
	padding-top: 10px;
	font-weight: 600;
	font-size: 28px;
}
#noticias .page-wrapper{
	margin: 70px 0;
}
.post-slider{
	position: relative;
	/*height: 570px;*/
	/*width: 1100px;*/
}
.post-slider .slider-title{
	text-align: center;
	margin: 30px auto;
	color: #444;
}
.avancar{
	position: absolute;
	top: 40%;
	right: -30px;
	font-size: 2rem;
	cursor: pointer;
	color: #FF6422;
}
.voltar{
	position: absolute;
	top: 40%;
	left: -30px;
	font-size: 2rem;
	cursor: pointer;
	color: #FF6422;
}
.post-slider .post-wrapper{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 10px 0px;
}
.post-slider .post-wrapper .noticias-bx{
	width: 100%;
	height: 230px;
	display: inline-block;
	background: #fff;
	margin: 0px 10px;
}
.noticia-info{
	padding: 17px;
	/*min-height: 326px;*/
	box-shadow: 2px 6px 10px 0px rgb(0 0 0 / 26%) !important;
	color: #212529;

}
.p_link{
    color: #212529;
}
.noticias-bx .news-title{
	font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #212529;
    transition: .7s;
}

.noticias-bx i{
	color: #FF6422;
	padding-right: 8px;
}

.btn-n{
	background: #FF6422;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 16px 25px;
	border: 1px solid #FF6422;
	font-weight: bold;
	font-size: 15px;
	margin-top: -50px;
}
.btn-n:hover{
	background: #fff;
	color: #FF6422;
	border: 1px solid #FF6422;
}
.btn-btn{
	margin-top: 15px;
	background: #FF6422;
	color: #fff;
	border: 1px solid #FF6422;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	border: 2px solid #FF6422;
	padding:  7px 14px;
	transition: .7s;
}
.btn-btn:hover{
	background: #fff;
	color: #FF6422;
	border: 1px solid #FF6422;
	transition: .7s;
}
/*SECTION NOTICIAS END*/


/*SECTION ABOUT*/
#sobre{
	background: #f4f4f4;
}
#sobre .projecto-box h2{
	margin-top: 21px;
	font-size: 17px;
	color: #212529;
}
#sobre .projecto-img{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, 46%);
	column-gap: 15px;
}
#sobre .caixa-one{
	position: relative;
}
#sobre h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
   color: #212529;
}
#sobre p{
	margin-top: 20px;
	margin-bottom: 30px;
	color: #333;
	font-size: 18px;
	line-height: 1.7;
}
/*#sobre .btn-sobre{*/
/*	position: absolute;*/
/*	margin-top: 60px;*/
/*	background: transparent;*/
/*	font-size: 15px;*/
/*	font-weight: bold;*/
/*	color: #FF6422;*/
/*	text-align: center;*/
/*	border: 2px solid #FF6422;*/
/*	padding: 12px 22px;*/
/*	display: inline-block;*/
/*	transition: .7s;*/
/*}*/
#sobre .btn-sobre:hover{
	background: #FF6422;
	border: 2px solid #FF6422;
	color: #fff;
	transition: .7s;
}
#sobre .projecto-box h2 {
    margin-top: 21px;
    font-size: 17px;
    color: #212529;
}

/*SECTION ABOUT END*/

/*SECTION CONCURSOS*/
#carousel{
	font-family: 'Noto Sans', sans-serif;
	/*height: 465px;*/
	background: #fff;
	position: relative;
}
/*#carousel .carousel-content{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}*/

#carousel .post-slideshow .post-wrapper{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 10px 0px;
}
#carousel .post-slideshow .post-wrapper .post{
	width: 100%;
	min-height: 220px;
	display: inline-block;
	background: #fff;
	margin: 0px 10px;
}
#carousel .post,
.ajudicados-box{
	padding: 20px;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 26%);
	border-radius: 8px;
	color: #212529;
}
#carousel .post-info{
	margin-left: 20px;
}
#carousel .post .post-info p,
#carousel .ajudicados-post .ajudicados-info p{
		font-size: 14px;
}

#carousel .post .post-info a,
#carousel .ajudicados-post .ajudicados-info a{
		font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #212529;
}
#carousel .post .post-info a:hover,
#carousel .ajudicados-post .ajudicados-info a:hover{
	color: #555;
}
#carousel .post .post-info i,
#carousel .ajudicados-post i{
	color: #FF6422;
	padding-right: 8px;
}

.ajudicados-post{
	border-bottom: 1px solid #ccc;
}
.ajudicados-post:last-child{
	border-bottom: none;
}

#carousel .post .slider-image i{
	font-size: 30px;
	display: flex;
	justify-content: center;
}
/*SECTION CONCURSOS END*/



/*SECTION MULTIMEDIA*/
#multimedia{
	background: #343A40;
	position: relative;
	padding: 50px 0;
}
#multimedia h2{
	/*padding-top: 40px;*/
	padding-bottom: 20px;
	font-size: 28px;
	color: #fff;
}

.btn-multimedia{
	margin: 30px 0;
	background: #FF6422;
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 140px;
	padding: 12px 0;
}
.btn-multimedia:hover{
	background: #343A40;
	color: #fff;
	border: 1px solid #FF6422;
	transition: .7s;
}
/*SECTION MULTIMEDIA END*/

/*SECTION PARCEIROS*/
#parceiros{
	height: 300px;
	background: #fff;
	color: #212529;
}
#parceiros h2{
	font-weight: 600;
	font-size: 28px;
	padding-top: 25px;
	color: #212529;
}
.slider-p{
	height: 225px;
	margin: auto;
	position: relative;
	width: 100%;
	display: grid;
	place-items: center;
	overflow: hidden;
}
.slide-track{
	display: flex;
	width: calc(250px*12);
	animation: scroll 60s linear infinite;
}
@keyframes scroll{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-250px*9));
	}
}
.slide-p{
	height: 200px;
	width: 250px;
	display: flex;
	align-items: center;
	padding: 15px;
	perspective: 500px;
}
#parceiros img{
	width: 100%;
	transition: transform 1s;
}
#parceiros img:hover{
	transform: translateZ(20px);
}
/*gradient Shadows*/

.slider-p::before,
.slider-p::after{
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 100%);
	content: '';
	height: 100%;
	position: absolute;
	width: 15%;
	z-index: 3;
}
.slider-p::before{
	left: 0;
	top: 0;
}
.slider-p::after{
	right: -1px;
	top: 0;
	transform: rotateZ(180deg);
}
/*SECTION PARCEIROS END*/



/*PAGINA About*/
/*Pagina About*/

/*Section Showcase */
#showcase{
  background: url('img/rodape.jpg') no-repeat center center/cover;
  height: 680px;
}
#showcase .overlay{
  background:  linear-gradient(#fff,#fff,#ffffffaa);
  height: 680px;
}
#showcase h2{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #212529;
}
#showcase .paragrafo{
  line-height: 1.6;
  opacity: .5;
}
.showcase-box{
  margin-top: 50px;
}
.showcase-bx-1{
  display: grid;
  grid-template-columns: repeat(2, 10% 80%);
  column-gap: 35px;
}
.showcase-bx-1 i{
  background: #FF6422;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  padding: 15px 12px;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.showcase-info{
  margin-bottom: 25px;
  padding: 25px;
    background: #f2f2f2;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 1px 1px #00000033;
    color: #24255d;
}
.showcase-bx-2{
  display: flex;
  overflow: hidden;
}
/* Section Showcase End */


/* HistÃ³ria */
#pagSobre #Historia .titulo span.skew{
  padding: 8px 15px 7.5px 15px;
  color: #fff;
  transform: skewX(-10deg);
  display:  inline-block;
  font-size: 12px;
}

#Historia .linha{
  height: 1px;
  background: #00000033;
  margin-top: 70px;
}

#Historia .tempo{
  margin-top: -38px;
}

#Historia .ano{
  cursor: pointer;
  transition:  .3s;
}

#Historia .ano:hover{
  color: #FF6422;
  font-weight: bold;
  transform:  scale(1.5);
}

#Historia .ano::after{
  content: '';
  display:  block;
  position:  relative;
  height: 7px;
  width:  7px;
  background: #FF6422;
  margin: 10px auto;
  transform: skewX(-10deg);
  transition: .3s;
}

#Historia .ano:hover::after{
  margin-top: 3px;
}

.tabcontent {
  display: none;
}

.tabcontent.active{
  display: flex;
}
/* Section Historia End*/

/* Section About */
#about{
  /*height: 300px;*/
  background: #FF6422;
  color: #fff;
}
.about-box{
  padding: 40px 0;
  text-align: center;
}

.about-bx i{
  color: #FF6422;
  line-height: 2.2;
  font-size: 36px;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.about-bx .nr{
  font-size: 38px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.about-bx .text{
  font-size: 16px;
  font-weight: 600;
    color: rgba(255,255,255,.7);
}
 /*Section About End */

/* Section Equipa */
#team{
  /*height: 650px;*/
  background: #f8f8f8;
}
#team h2{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  color: #212529;
  font-weight: 600;
}
.team-mate-box{
	padding-bottom: 30px;
}
.team-mate-content{
  background: #FF6422;
  color: #fff;
  text-align: center;
  width: 190px;
  height: 80px;
  position: relative;
  top: -40px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.team-mate-content h3{
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 20px;
}
.team-mate-content p{
  font-weight: 300;
  margin-top: -10px;
}
/* Section Equipa End*/

#testimonial{
  height: 620px;
  background: url('img/testimonial_bg.jpg') no-repeat center center/cover;
  background-attachment: fixed;
}
#testimonial h2{
  padding-top: 60px;
  text-align: center;
  color: #FF6422;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 300px;
}
#testimonial .borda{
  border-bottom: 2px solid #FF6422;
  width: 50px;
  margin: 0 auto;
  height: 20px;
  color: #FF6422;
}
.testimonial-box{
  margin-top: 80px;
}
.testimonial-box i{
  color: #FF6422;
  font-size: 26px;
}
.testimonial-box .info{
  font-size: 18px;
  color: #FFF;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 30px;
}
.testimonial-cx{
  display: flex;
}
.testimonial-info{
  margin-top: 15px;
  margin-left: 30px;
}
.testimonial-info h4{
  padding-bottom: 5px;
  font-size: 20px;
  color: #ccc;
}
.testimonial-info p{
  font-size: 16px;
  color: #ccc;
}


/*Misao Visao e Valores*/
.premios-titulo h2{
	border: none;
	font-size: 28px;
	border-left: 4px solid #ff6422;
	padding-left: 12px;
}


/*PAGINA About END*/



/*PAGINA DE NOTICIAS*/
#blog{

}
.blog-bxx{
	display: block;
	/*grid-template-columns: repeat(2, 42% 52%);
	column-gap: 15px;*/
	margin-bottom: 50px;
	border: none;
/*	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;*/
}
.blog-bxx:last-child{
	border: none;
}
.blog-bxx i{
	color: #FF6422;
	font-size: 18px;
	padding-right: 8px;
}
.blog-link{
	margin-bottom: 15px;
}
.blog-t{
	margin-bottom: 10px;
}
.blog-t a{
	font-size: 24px;
	font-weight: 600;
	color: #212529;
	margin-bottom: 25px;
}
.blog-t a:hover{
	color: #3a3a3a;
}
#blog .tt{
	margin-top: 30px;
	font-size: 30px;
	color: #24255d;
	font-weight: 600;
}

.blog-p a{
	padding-bottom: 12px;
	line-height: 1.5;
	font-size: 15px;
	color: #000;
}
.blog-p a:hover{
	color: #ccc;
	transition: .3s;
}
.blog-bxx .btn-btn{
	padding: 8px 20px;
	text-align: center;
	background: #FF6422;
	color: #fff;
	text-align: center;
	border: 1px solid #FF6422;
	display: inline-block;
	margin-top: 22px;
	transition: .7s;
}
.blog-bxx .btn-btn:hover{
	background: #fff;
	color: #FF6422;
	border: 1px solid #FF6422;
	transition: .7s;
}
.blog-bx-1{
	/*border: 1px solid #ccc;*/
	/*padding: 30px;*/
	/*border-radius: 12px;
	background: #f4f4f4;*/
	height: 1200px;
	/*position: fixed;
	right: 50px;*/
}
.blog-bx-1 h2{
	margin-bottom: 25px;
	font-size: 20px;
}
.blog-bx-info p{
    text-align: justify;
}
.form{
	padding: 10px 28px;
	background: #f4f4f4;
	height: 145px;
	/*background: #f4f4f4;
	border-radius: 12px;*/
	margin-bottom: 30px;
	width: 100%;
	/*height: 43px;*/
}
.form .bordas{
	border: none;
	border-bottom: 5px solid #FF6422;
	width: 190px;
	position: relative;
	bottom: -40px;
	margin: 0px auto;
}
.form-input{
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
}
.form .search{
	display: block;
	border: none;
	padding: 0px 15px;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.form .search::placeholder{
	color: #000;
}
.form .search:focus{
	outline: none;
}

.form i{
	padding: 10px 15px;
	font-size: 18px;
	color: #212529;
}
.categoria{
	margin-bottom: 45px;
	border: none;
	border-radius: 1px solid #ccc;
	padding: 20px ;
	background: #f4f4f4;
}
.categoria .bordas{
	border: none;
	border-bottom: 6px solid #FF6422;
	width: 190px;
	position: relative;
	bottom: -22px;
	margin: 0px auto;
}
.categoria .categ{
	margin-top: 5px;
	font-size: 20px;
	color: #212529;
	font-weight: 600;
	padding-bottom: 5px;
}
.categoria ul li,
.arquivo ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.categoria ul li a,
.arquivo ul li a{
	color: #000;
	transition: .7s;
}
.categoria ul li a:hover,
.arquivo ul li a:hover{
	opacity: .7;
	transition: .7s;
}

.categoria ul li:last-child,
.arquivo ul li:last-child{
	border: none;
}
.arquivo{
	margin-bottom: 45px;
	border: none;
	border-radius: 1px solid #ccc;
	padding: 18px;
	background: #f4f4f4;
	/*height: 220px;*/
}
.arquivo .bordas{
	border: none;
	border-bottom: 6px solid #FF6422;
	width: 190px;
	position: relative;
	bottom: -20px;
	margin: 0px auto;
}
.arquivo .categ{
	margin-top: 5px;
	font-size: 20px;
	color: #212529;
	font-weight: 600;
	padding-bottom: 5px;
}
.categorias ul li a.active{
	color: #FF6422;
}
.lista-n{
	color: #bbb;
}
.concursos{
	padding: 20px;
	background: #f4f4f4;
	/*height: 260px;*/
}
.concursos .bordas{
	border: none;
	border-bottom: 6px solid #FF6422;
	width: 190px;
	position: relative;
	bottom: -22.5px;
	margin: 0px auto;
}
.concursos p.c-t{
	margin-top: 20px;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	padding-bottom: 15px;
}
.concurso-link{
	font-size: 14px;
	color: #212529;
}
.concurso-link i{
	font-size: 13px;
	padding-right: 8px;
}


.concursos-lista i{
	color: #FF6422;
	font-size: 18px;
}
.concurso-link{
	margin-bottom: 10px;
}
.concurso-t a{
	font-size: 15px;
	color: #212529;
	transition: .7s;
}
.concurso-t a:hover{
	opacity: .7;
	transition: .7s;
}
.concursos-bx-info .concurso-p a{
	line-height: 1.3;
	font-size: 15px;
	color: #000;
}
.concursos-bx-info .concurso-p a:hover{
	color: #ccc;
	transition: .5s;
}
.concurso-bx-img i{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
	color: #666;
}
.projectos{
	margin-top: 40px;
	border: none;
	padding: 10px 28px;
	background: #f4f4f4;
	height: 317px;
}
.projectos .bordas{
	border: none;
	border-bottom: 6px solid #FF6422;
	width: 190px;
	position: relative;
	bottom: -36px;
	margin: 0px auto;
}
.projectos p{
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	padding-bottom: 10px;
}
/*PAGINA DE NOTICIAS END*/

/*SINGLE PAGE NOTICIAS*/


.blog-bxx{
	display: block;
	/*grid-template-columns: repeat(2, 42% 52%);
	column-gap: 15px;*/
	margin-bottom: 50px;
	border: none;
/*	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;*/
}
.blog-bxx:last-child{
	border: none;
}
.blog-bxx i{
	color: #FF6422;
	font-size: 18px;
}
.blog-link{
	margin-bottom: 15px;
}
.blog-text{
	font-size: 26px;
	font-weight: 600;
	color: #212529;
	margin-top: 18px;
	margin-bottom: 30px;
	border: none;
	border-left: 4px solid #FF6422;
	padding-left: 8px;
}
#blog-n .tt{
	margin-top: 30px;
	font-size: 30px;
	color: #24255d;
	font-weight: 600;
}
.blog-pr{
	padding-top: 20px;
	padding-bottom: 1px;
	line-height: 1.8;
	font-size: 16px;
	color: #000;
}
/*.blog-bx-img img{*/
/*	height: 450px;*/
/*}*/
.blog-pr i{
	font-size: 35px;
	padding-right: 20px;
}
.blog-share-bx{
	display: flex;
	justify-content: space-between;
}
.share-bx-1{
	display: flex;
}
.share-bx-1 p{
	padding-right: 15px;
	color: #666;
}
.share-bx-2 p{
	color: #666;
}
.share-bx-2 p a{
	padding-left: 10px;
}
.share-bx-2 a i:hover{
	color: #666;
}
.share-bx-2 i{
	color: #ccc;
}

#blog-n iframe{
	margin-top: 30px;
	margin-bottom: 20px;
}
#blog-n .tags{
	border: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.comments-area ol{
	list-style: none;
	padding-left: 0rem;
}
.comments-title{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #212529;
	border: none;
	border-left: 3px solid #FF6422;
	padding-left: 10px;
}
.comment-metadata,
.reply,
.comment-content{
	margin-left: 85px;
}
.comment-content{
	padding-top: 8px;
}
#respond h3{
	display: none;
}
#respond a{
	color: #212529;
	transition: .7s;
}
#respond a:hover{
	opacity: .7;
	transition: .7s;
}
.coment-form{
	display: none;
}
#resposta h3{
	position: relative;
	top: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #212529;
	border: none;
	border-left: 3px solid #FF6422;
	padding-left: 10px;
}
#respond p.comment-form-comment label,
#respond p.comment-form-author label,
#respond p.comment-form-email label{
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;

}
span.required{
	color: #ff6422;
}
#respond p.comment-form-comment textarea{
	outline: none;
	resize: none;
	width: 100%;
}
#respond p.form-submit input.submit{
	background: #FF6422;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	font-size: 18px;
	transition: .7s;
}
#respond p.form-submit input.submit:hover{
	background: #fff;
	color: #FF6422;
	border: 1px solid #FF6422;
	transition: .7s;
}
#respond form{
	/*display: none;*/
}
.comment-form-url{
	display: none;
}
.comment-awaiting-moderation{
	margin-left: 80px;
	padding-top: 10px;
	text-align: left;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input{
	width: 100%;
	height: 40px;
	padding: 10px;
	font-size: 17px;
}
.comment-form .comment-form-author input::placeholder,
.comment-form .comment-form-email input::placeholder,
.coment-form .comment-form-comment input::placeholder{
	color: #666;
}
.comment-form-comment textarea{
	width: 100%;
	resize: none;
	padding: 10px;
	font-size: 17px;
}
.comment-form-cookies-consent{
	display: none;
}
.coments-info p{
	font-size: 15px;
}
.avatar{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin: 0 15px;
}
.coments-info p{
	padding-top: 8px;
	padding-bottom: 0px;
}
.coments-info .blog-pr{
	padding-top: 20px;
	padding-bottom: 20px;
}

/*SINGLE PAGE NOTICIAS END*/

/*Documentos*/
.form-control{
    outline: none;
}
.btn-documents{
    background: #FF6422;
    border: none;
    color: #fff;
    width: 50px;
}
.documentos-bx-1{
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
/*Documentos End*/

/*Galeria*/

/*P¨¢gina de Concursos*/

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff6624 !important;
    border-color: #ff6624 !important;
}
.breadcrumb{
    width: 100%;
    padding: 0.5em 1em;
    background-color: #edeff0 !important;
    border-radius: 0.25em;

}
.breadcrumb a,
.bread-crumb i{
    color: #000 !important;
}
.breadcrumb a.active{
	color: #aaa !important;
}

.page-link{
	color: rgb(33,37,41);
}
.page-link:hover{
	color: rgb(33, 37, 41);
}


/*Pagina de Contacto*/
.wpcf7-form {
	width: 100%;
	background: #fff;
	padding: 50px;
	box-shadow: 1px 10px 50px 0px rgb(53 82 99 / 29%);
}
.wpcf7-form  input{
	width: 100%;
	height: 40px;
	padding: 10px;
	color: #666;
	margin-bottom: 20px;
	background: #f4f4f4;
	border: none;
	outline: none;
	font-family: inherit;
	font-weight: 600;
}
.wpcf7-form  input::placeholder,
.wpcf7-form  textarea::placeholder{
	color: #666;
}
.wpcf7-form textarea{
	background: #f4f4f4;
	padding: 10px;
	width: 100%;
	height: 160px;
	border: none;
	outline: none;
	font-family: inherit;
	font-weight: 600;
	color: #666;
	resize: none;
}
.wpcf7-form  .wpcf7-submit{
    width: 92px;
    height: 45px;
	display: inline-block;
	margin-top: 20px;
	background: #ff6422;
	border: 1px solid #ff6422;
	text-align: center;
	color: #fff;
	transition: .7s
}

.wpcf7-form  .wpcf7-submit:hover{
    background: #fff;
	color: #ff6422;
	border: 1px solid #ff6422;
	transition: .7s;
}
.wpcf7-form  .wpcf7-spinner{
    color: #ff6422;
}
.wpcf7-form .wpcf7-not-valid-tip{
    margin-bottom: -12px;
}
.wpcf7-form .wpcf7-response-output{
    margin-top: -12px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: none;
    color: #ff6422;
}
.contact-map{
    width: 100%;
    height: 720px;
}

#contact .footer-links {
	display: flex;
	align-items: center;
}
#contact .footer-links a{
	margin-right: 10px;
}
#contact .form-contacts .footer-links i,
#contact .location-info i{
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF6422;
	font-size: 16px;
	box-shadow: 1px 1px 3px rgb(0 0 1 / 40%);

}
/*Pagina de Contacto End*/


/* Pagina Atlas*/
.post-password-form{
	text-align: center;
}
.post-password-form [type=password]{
    outline:none;
}
.post-password-form [type=submit]{
    background: #ff6422;
    color: #fff;
    border: 2px solid #ff6422;
    height: 30.1px;
    margin-left: -7px;
}
.post-password-form [type=submit]:hover{
	background: #fff;
	color: #ff6422;
	border: 2px solid #ff6422;
}
/* Pagina Atlas End*/


/*Search form*/
.input-group {
	width: 300px;
	margin: 0 auto;
}
.input-group input{
	outline-color: none;
}
.botao-form{
	background: #ff6422;
	color: #fff;
}
.botao-form:hover{
	color: #fff;
}
/* FOOTER */
footer a{
	color: #212529;
	transition: .7s;
}
footer a:hover{
	color:  #FF6422;
	transition: .7s;
}
footer .borda-bottom{
	border-bottom: 3px solid #FF6422;
	width: 35px;
	padding-bottom: 8px;
}
.links i{
	padding-right: 10px;
	color:  #FF6422;
}
.links a{
	display: block;
	transition: .7s;
}
.links a:hover{
	color: #ccc;
	transition: .7s;
}
footer .footer-links i{
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF6422;
	font-size: 16px;
	box-shadow: 1px 1px 3px rgb(0 0 1 / 40%);

}
#colophon{

	position: relative;
}
#colophon .footer-bg{
	z-index:-1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	object-fit: cover;
}
footer h4{
	color: #fff;
}
footer .links a{
	color: #fff;
}
footer .footer-links p, footer .footer-links span{
	color: #fff;
}

.wpcf7-form {
    width: 100% !important;
    background: #fff !important;
    padding: 50px !important;
    box-shadow: 1px 10px 50px 0px rgb(53 82 99 / 29% )!important;
}
.wpcf7-form label{
    width: 100% !important;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form textarea {
    width:100% !important;
    
}
.wpcf7-form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #666;
    background: #f4f4f4;
    border: none;
    outline: none;
    font-family: inherit;
    font-weight: 600;
}

.wpcf7-form textarea {
    background: #f4f4f4;
    padding: 10px;
    width: 100%;
    height: 200px;
    border: none;
    outline: none;
    font-family: inherit;
    font-weight: 600;
    color: #666;
    resize: none;
}

.wpcf7-form input[type="submit"]{
    background: #FF6422;
    color: #fff;
    border: 1px solid #FF6422;
    transition: .7s;
    width: 100px;
    height: 50px;
}
.wpcf7-form input[type="submit"]:hover{
    background: #fff;
    color: #FF6422;
    border: 1px solid #FF6422;
    transition: .7s;
}

#newsletter .mc4wp-form-fields{
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
}
#newsletter .newsletter-box .mc4wp-form-fields input[type=email] {
    border: none;
    border-radius: unset;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    min-width: 500px
}

.mc4wp-alert p{
    color: #fff;
}
#newsletter .newsletter-box .mc4wp-form-fields input[type=submit] {
    padding: 16px 10px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    background: #FF6422;
    border: 1px solid #FF6422;
    color: #fff;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    border-radius: unset;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

#newsletter form .btn:hover {
    opacity: 1;
}
footer form input{
	margin-bottom: 20px;
    height: 45px;
    padding: 20px;
    font-size: 18px;
    border: none;
    outline: none;
}
footer form button{
	background: #FF6422;
    color: #fff;
    height: 45px;
    border: 1px solid #FF6422;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    transition: .7s;
}
footer form button:hover{
	background: transparent;
    color: #FF6422;
    height: 45px;
    color: #fff;
    border: 1px solid #FF6422;
    transition: .7s;
}
footer .border-bottom-footer{
	border-bottom: 4px solid #FF6422;
	padding-bottom: 40px;
}
.footer-p{
	font-size: 18px;
	color: #fff;
}
.footer-p a{
	color: #aaa;
	transition: .7s;
}
.footer-p a:hover{
	color: #fff;
	transition: .7s;
}
.footer-bx-2 ul{
	padding-top: 15px;
}
.footer-bx-2 ul li{
	padding-bottom: 15px;
}
.footer-bx-2 .wp-block-latest-posts a{
	color: #fff;
	transition: .7s;
}
.footer-bx-2 .wp-block-latest-posts a:hover{
	color: #ccc;
	transition: .7s;
}
.footer-bx-2 .wp-block-latest-posts__post-date{
	color: #aaa;
	padding-top: 5px;
}
.footer-bx-3 ol, ul{
	padding-left: 0rem;
}

footer ul li a{
	color: #fff;
}
footer ul li a:hover{
	color: #ccc;
}
footer ul li i{
	color: #FF6422;
	padding-right: 8px;
}
.icones-links i{
    background: #fff;
    color: #ff6422;
    width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	box-shadow: 1px 1px 3px rgb(0 0 1 / 40%);
    
    
}

/*==============================================================================
============================= Responsivo =======================================
==============================================================================*/

/* Dispositivos MÃ©dios*/
@media screen and (max-width: 992px){

	.invisible-lg{
		display: initial;
	}
    #menuRecursos{
        display: flex;
        flex-wrap: wrap;
    }
    #menuRecursos a{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    
    .preloader-plus .preloader-site-title {
        font-size: 25px;
    }
    
    #newsletter .newsletter-box .mc4wp-form-fields input[type=email] {
    
        min-width: 100% !important;
    }
        
}

/* Dispositivos Celulares*/
@media screen and (max-width: 768px){

	p{
		font-size: 14px;
	}
	/* Respondividade */
      .invisible-desktop{
        display: block;
      }
	.invisible-mobile, #topo .form-control{
		display: none;
	}
	.blog-bx-1{
	    display: none;
	}
	.menu-topo{
		background: #fff;
		width: 100%;
		height: 100px;
	}
	.menu-flex{
		height: 100px;
	}
	.phone,
	.topo{
		/*width: 40px;*/
		/*height: 40px;*/
		font-size: 20px;
	}
	#header #topo{
		display: none;
	}
	#header img{
		height: 100px;
	}
	#header li{
	    padding: 0px;
	}
	.menu-br .menu-flex{
		margin-top: 45px;
	}
	.menu-icone{
  		display: block;
  		color: #ff6422;
  		font-size: 14px;
  		text-align: -webkit-right;
  	}
  	.change{

  	}
  	.bar1, .bar2, .bar3 {
	  width: 28px;
	  height: 4px;
	  background-color: #ff6422;
	  margin: 4px 0;
	  transition: 0.4s;
	}
	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
	  transform: rotate(-45deg) translate(-3.9px, 3px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-8px, -8px);
	  transform: rotate(45deg) translate(-8px, -8px);
	}
	.menu-br .menu-links {
	     margin-top: 18px; 
	}
    .menu-links{
		display: none;
		border: none;
		position: absolute;
		left: 0px;
		top: 112px;
		padding: 10px 20px;
		height: 310px;
		width: 100%;
		background: #fff;
		color: #212529;
		z-index: 9999;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 50%);
	}
	.menu-links ul{
		display:block;
		position: absolute;
		left: 15px;
		top: 25px;
	}
	.menu-links ul li{
		font-size: 14px;
		margin-right: 3px;
		display: block;
		color: #212529;
		text-align: left;
	}
	.menu-links ul li i{
		color: #212529;
	}
	.menu-links ul li a{
		font-size: 16px;
		color: #212529;
		text-align: left;
	}
	.menu-links ul li a:hover{
		color: var(--link-hover);
	}
	.menu-links input{
		font-size: 14px;
		color: #212529;
		padding: 0;
	}
	.menu-links input::placeholder{
		font-size: 14px;
		color: #212529;
	}
	.menu-links .fa-search{
		font-size: 14px;
		color: #212529;
	}
	.menu-links ul ul{
		position: absolute;
		top: 60px;
		left: 0px;
		display: none;
	}
	.menu-links ul ul:nth-child(5){
		position: absolute;
		top: 80px;
		left: 0px;
		display: none;
	}
	.menu-links ul li:hover > ul{
		display: block;
		border: none;
	}
	.menu-links ul ul li{
		width: 200px;
		font-weight: normal;
		padding-left: 0px;
		height: 30px;
		background: #fff;
		float: none;
		display: list-item;
		z-index: 12;
		/*position: relative;*/
	}
	#Pesquisa{
	    position: absolute;
	    left: 15px;
	    top: 237px;
	}
	/*Home Page*/
	#banner .slide .overlay {
	    height: 550px !important;
	    padding-top: 160px;
	}
	.banner-single{
		padding-top:  180px;
		height: 350px;
	}
	#banner .menu-texto h1{
		font-size: 18px;
	}
	#banner .menu-texto h1:nth-child(2){
		top: -28.4px;
	}
	.banner-single .menu-texto h1{
		font-size: 18px;
	}
	.banner-single .menu-texto h1:nth-child(2){
		top: -28.4px;
	}
	.slick-dots {
	    top: 253px;
	}
	.slick-dots li {
	    width: 10px;
	    height: 10px;
	}
	.content-bx{
		margin-bottom: 15px;
	}
	.space{
		padding-top: 30px;
	}
	.space .img-1{
		display: none;
	}
	.noticias-bx{
	    margin-bottom: 30px;
	}
	#sobre .btn-sobre{
		left: 30px;
		margin-top: 30px;
		width: 170px;
		font-size: 13px;
	}
	.multimedia-caixa-2{
		display: none;
	}
	.btn-multimedia{
		position: absolute;
		width: 140px;
		margin-bottom: 80px;
		padding: 12px 0;
	}

	/*Pagina About*/
	.about-bx i{
	  line-height: 2.2;
	  font-size: 26px;
	  width: 60px;
	  height: 60px;
	}

	.about-bx .nr{
	  font-size: 28px;
	}
	.about-bx .text{
	  font-size: 14px;
	}
	#showcase,
	#showcase .overlay{
	  height: 800px;
	}
	#testimonial{
	  height: 1250px;
	}

	/*Banner Single*/
	.banner-single{
		height: 350px;
		padding-top: 190px;
	}
	.menu-texto h1{
		font-size: 36px;
	}
	.menu-texto h1:nth-child(2){
		top: -50.6px;
	}
	.blog-bx-img img{
		height: 250px;
	}
	.blog-text{
		font-size: 18px;
	}
	#newsletter button{
		font-size: 12px;
	}
	#newsletter button i{
		display: none;
	}
	
	.img-f img{
	    width: 120px !important;
	    height: 120px !important;
	}
	.img-p img{
	    width: 120px !important;
	    height: 35px !important;
	}
	
	 #menuRecursos{
        display: flex;
        flex-wrap: wrap;
    }
    #menuRecursos a{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    

}










