/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');*/
@import "bootstrap";

html,
body {
	/*    font-family: 'Poppins', sans-serif !important;*/
	font-family: 'Avenir Next LT Pro';
	font-weight: normal;
	font-style: normal;
	scroll-behavior: smooth;
}

ul {
	list-style: none;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	padding-left: 0rem !important;
}

a {
	text-decoration: none !important;
}

a.color-white {
	color: #fff;
}

/*Classes Utilitarios*/
/*Text Align*/
.text-center {
	text-align: center;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}


img {
	width: 100%;
}

/*Padding*/
.pt-10 {
	padding-top: 10px;
}

.p-10 {
	padding: 10px 0;
}

.p-15 {
	padding: 15px 0;
}

.p-30 {
	padding: 30px 0;
}

.p-50 {
	padding: 50px 0;
}

.p-100 {
	padding: 100px 0;
}

/*Margin*/
.m-30 {
	margin: 30px 0;
}

.m-50 {
	margin: 50px 0;
}

.mt-50 {
	margin-top: 50px;
}

.bg-contacto {
	background: #F6F6F6;
	color: #676161;


}

.breadcrumb li {
	color: #fff;
	font-size: 20px;
}

.breadcrumb li a {
	color: #fff;
}

/*.btn{
	background: #F9A01D !important;
	border: 1px solid #F9A01D;
}*/
.bg-white {
	background: #fff;
	color: #676161;

}

.bg-azul {
	background: #1C68B3;
	color: #fff;
}

.btn-wt {
	background: #1c68B3;
	color: #fff;
}

.btn-wt-1 {
	background: transparent;
	border: 1px solid #ccc;
	color: #fff;
}

.btn-wt-2 {
	background: #DC6B35;
	color: #fff;
}

.btn-outline-primary {
	border: 1px solid #1c68B3;
}

.btn-wt:hover,
.btn-wt-1:hover,
.btn-wt-2:hover {
	color: #fff;
}

.border-left {
	border-left: 2px solid #07A8E0;
}

h2 {
	font-size: 28px;
}

p {
	font-size: 15px;
}

h5 {
	font-size: 20px;
}

.fs-5 {
	font-size: 16px !important;
}

.title-section {
	font-weight: bold;
	font-size: 2.3rem;
}

.title-section .ml {
	margin-left: 1rem;
}

.redes-sociais ul li i,
.fr-icon {
	color: #1c68b3 !important;
	font-size: 1.5rem;
	border-radius: 50%;
}

.redes-sociais ul li i {
	margin-right: 1rem;
}

/* .header-menu ul li a {
	border-bottom: 2px solid #1c68b3;

} */

.nav-link {
	display: block;
	padding: 0;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* ul.nav.nav-pills#pills-tab{
    display:grid !important;
} */

.header-menu .redes-sociais {
	border-left: 2px solid #1c68b3;
	padding: 10px;
	height: 2rem;

}

/*Classes Utilitarios End*/
.flex {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.border-left-1 {
	border-left: 2px solid #ccc !important;
}

.text-azul {
	color: #1c68b3;
}

.text-orange {
	color: #DC6B35;

}

.grey-box {
	background: #F6F6F6;
	color: #676C71;

}

.borda-inferior {
	border-bottom: 1px solid #6196CB;

}



#header i {
	color: #fff;
	margin-top: -15px;
}

#header .header-topo {}

#header p,
#header .header-topo i {
	font-size: 0.88rem;
}

#header .header-menu .logo-box img {
	width: 160px;
}

#header .linha-verde span {
	font-size: 14px;
}

#header .links-topo ul li {
	margin-right: 15px;
}

#header .invisible-desktop {
	display: none;
}

#header .header-nav-menu ul li {
	margin-right: 30px;
}

#header .header-nav-menu ul li a.activo {
	color: #1c68b3 !important;
	border-bottom: 2px solid #1c68b3;
}

#header .header-nav-menu ul li a {
	color: #676161 !important;
	transition: .5s;
	font-size: 16px;
}

#header .header-nav-menu ul li a:hover {
	opacity: .8;
	transition: .5;
}

.dropdown-toggle::after {
	vertical-align: 0.12em !important;
}

/*Section Banner*/

#banner {
	height: 30vh;
	background: #eee;
}

#banner.home {
	background: url('../img/banner.jpg') no-repeat center center/cover;
	height: 550px;
}

#banner .overlay.flex {
	background: linear-gradient(87deg, rgba(12, 52, 92, 0.90) 26.16%, rgba(102, 102, 102, 0.00) 100%);
	;
	height: 550px;
}

#banner .overlay.page {
	background: #eee;
	height: 30vh;
}

#banner-single {
	height: 30vh;
}

#banner-single .overlay {
	background: rgba(0, 0, 0, .5);
	height: 30vh;
}

#banner h1 {
	font-size: 3.3rem;
	font-weight: bold;
}

#banner p {
	font-size: 18px;
}

#banner .btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: inherit !important;
	border-radius: .3rem;
}


/*Secção About*/
#about h2 {
	margin-left: 10px;
	margin-bottom: 25px;
	font-weight: bold;
}

#about .about-content h5 {
	color: #186738;
	font-weight: bold;
	font-style: bold;
}

#about .about-content p {
	line-height: 1.8;
	font-size: 1.1rem;
}

#about .about-img {}

#about .about-img-sobre img {
	width: 20%;
	border-radius: 50%;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.01), 0 5px 17px 0 rgba(0, 0, 0, 0.05);
	padding: 10px;
}

#about .img-marcas {
	/*	border:1px solid red;*/
	text-align: center;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.01), 0 5px 17px 0 rgba(0, 0, 0, 0.05);
}

#about .img-marcas img {
	width: 60%;
}

#about .sobre-marcas {
	/*	text-align: center;*/
}

/* .sobre-marcas {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 17px 0 rgba(0, 0, 0, 0.14);
	margin-right: 10px;
	width: 205px;
} */

.sobre-marcas:last-child {
	margin-right: 0 !important;
}

#about .sobre-marcas img {
	margin-right: 115px;
	display: inline-block;
}


/*services*/
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}



/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

#services {
	background: #fafafa !important;
}

#services h2 {
	margin-left: 10px;
}

#services .button a {
	color: #DC6B35;
}

#services figure.icon-servicos {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	;
	height: 250px;
	padding-top: 15%;
	padding-bottom: 20px;
}


#services figure.icon-servicos img {
	width: 80px;
}

#services figure span {
	display: inline-block;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.4);
	padding-right: 8px;
}

#services figure h3 {
	font-size: 1.35rem;

	padding-top: 20px;
}

#produtos h2 {
	margin-left: 10px;
}


/*Portfolio*/
#portfolio .baixar-portfolio {
	width: 200px;
	background-color: #1c68b3;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

#portfolio p.text-azul {
	font-size: 1.3rem;
	font-weight: bold;
}

/*Projectos*/
#projectos .container {
	position: relative;
}

#projectos {
	background: #FAFAFA;
	color: #000;
}

#projectos .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	;
	overflow: hidden;
	width: 100%;
	height: 0%;
	transition: .5s ease;
}

#projectos .image {
	display: block;
	height: auto;
}


#projectos .col:hover .overlay {
	height: 100%;
}

#projectos .text {
	white-space: nowrap;
	color: white;
	font-size: 28px;
	position: absolute;
	overflow: hidden;
	top: 34%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#projectos .btn_p {
	background: #eee !important;
	color: #1f1f1f;
	margin: 10px;
}

#projectos .btn_p.active {
	background: #1c68B3 !important;
	color: #fff;
	margin: 10px;
}


#projectos .show {
	display: block;
}


.column {
	display: none;
	/* Hide columns by default */
}

#noticias h2 {
	margin-left: 10px;
}

/* Seccao entre em contacto (updated) */

#entre-em-contacto {
	background-color: #1c68B3;
}

/*CONTACTO-1*/

#contacto-1 .overimage {
	background: url('../img/mapa.png') no-repeat center/cover;
	height: 100%;
	width: 100%;
}

#contacto-1 input,
#contacto-1 textarea {
	border: none;
	border-bottom: 1px solid #f4f4f4;
	background: none;
	border-radius: none;
}

#contacto-1 input:focus {
	color: #fff;
}

#contacto-1 input::placeholder {
	color: #fff;
}

#contacto-1 textarea {
	color: #fff;
}


/*Slide*/
.owl-carousel div img {
	width: 50%;
	display: block;
}


/*Secção de Eventos*/
#eventos h2 {
	color: #186738;
	font-weight: bold;
}

#eventos .caixa-evento {
	padding: 25px;
	border: 1px solid #ccc;
}

.caixa-evento .time {
	background-color: #186738;
	text-align: center;
	color: white;
	font-weight: bold;
	display: inline-block !important;
	padding: 10px;
}

.caixa-evento .times {
	padding: 10px;
	color: rgba(29, 27, 27, 0.8);
	display: inline-block !important;
	font-weight: bold;
	color: #000;
}

/*Secção de Downloads*/
#downloads {
	background: #f4f4f4;
}

#downloads h2 {
	color: #186738;
	font-weight: bold;
}

#downloads .accordion-button:not(.collapsed) {
	background-color: #186738 !important;
	color: #fff !important;
}

#downloads .accordion-button:not(.collapsed)::after {
	background-image: url("../img/download.svg") !important;
	transform: rotate(-180deg);
}

/*Secção de denúncias*/
#denuncias h2 {
	color: #186738;
	font-weight: bold;
}

#denuncias .denuncia-img {
	background: url('../img/slide-dois.jpg') no-repeat center center/cover;
	height: 130px;
	width: 100%;
}

#denuncias .denuncia-img .overlay {
	background: rgba(24, 103, 56, .9);
	color: #fff;
	height: 130px;
}

#denuncias .content {
	position: relative;
	top: 30%;
}

#denuncias .content i {
	font-size: 30px;
}

/*Seccao Newsletter*/
#newsletter {
	background: #f4f4f4;
}

#newsletter form {
	margin-top: 20px;
}

#newsletter form .form-control {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 9px;
	height: 45px;
	margin-right: 10px;
	min-width: 250px
}

#newsletter form .btn {
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	background: #F9A01D;
	color: #fff;
	opacity: 0.9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1
}

#newsletter form .btn:hover {
	opacity: 1
}

#newsletter form .btn:active {
	transform: translateY(1px)
}

#newsletter h4 {
	color: #186738;
	font-weight: bold;
}

#newsletter .parceiros-box h4 {
	margin-bottom: 30px;
}

#newsletter .parceiros-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*Página de Notícias*/
#banner-news {
	background: url('../img/banner-noticias.png') no-repeat center center/cover;
	height: 200px;
	color: #fff;
}

#banner-news .overlay {
	background: rgba(24, 103, 56, 0.8);
	height: 200px;
}

.banner-news-content {
	padding-top: 80px;
}

#denuncia-news {
	background: url('../img/slide-um.jpg') no-repeat center center/cover;
	color: #fff;

}

#denuncia-news .overlay {
	background: rgba(24, 103, 56, 0.8);
}

#denuncia-news .alinhamento {
	text-align: right !important;
}


/*Single Page de Notícias*/
#noticias-single h4 {
	color: #186738;
	font-weight: bold;

}

#noticias-single h5 {
	margin: 10px 0;
}

#noticias-single h5 a {
	color: #186738;
	font-weight: bold;
}

.noticias-content-principal h4 {
	margin: 20px 0;
}

.noticias-content-principal p {
	line-height: 1.8;
}

.titulo-destaques,
.publicidade-box {
	border-bottom: 1px solid #ccc;
}

.publicidade-img {
	margin: 20px 0;
}

#noticias-single .noticias-box {
	margin-bottom: 30px;
	background: #fff;
	transform: scale(1);
	transition: .3s ease-in-out;
}

#noticias-single .noticias-box:hover {
	transform: scale(1);
	box-shadow: 2px 4px 12px rgba(0, 0, 0, .5);
}

#noticias-single .noticias-img {
	position: relative;
}

#noticias-single .noticias-img .date {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background: #186738;
	color: #fff;
	border-top-right-radius: 10px;
}

#noticias-single .noticias-content {
	padding: 20px 10px;
}

#noticias-single .noticias-content h5 {
	color: #186738;
	font-weight: bold;
}


/*Página de Documentos*/
#documentos ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed;

}

#documentos ul li a {
	color: #000;
}

.documentos-img {
	width: 100%;
	height: 200px;
	padding-top: 21%;
	background: #f3f3f3;
	margin-bottom: 30px;
}

.documentos-img i {
	font-size: 30px;
	color: #666;
}


/*Single Page de Documentos*/
#documentos-single h5 {
	margin-bottom: 10px;
}

#documentos-single i {
	margin-right: 13px;
}

.documentos-box,
.documentos-box-header {
	padding: 5px 0;
	border-bottom: 1px solid #aaa;
}

.documentos-box p {
	margin-top: 1rem;
}

/*Página de Reclamações*/
.reclamacoes-box {
	/*background: #f4f4f4;*/
	/*margin-bottom: 30px;*/
	padding: 10px;
}

.reclamacoes-box h4 {
	color: #186738;
	font-weight: bold;
}

.reclamacoes-box p {
	margin-top: 1rem !important;
}

.reclamacoes-box .alinhamento {
	text-align: right !important;
}


/*Página de Consultas*/
#consultas h4 {
	margin-bottom: 20px;
}

#consultas h4,
#consultas h5 {
	color: #186738;
	font-weight: bold;
}

.consultas-resultado-box {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.consultas-resultado-box h6 {
	color: #000;
	/*font-weight: bold;*/
}

.consultas-resultado-box p {
	color: #ccc;
	margin-bottom: 0rem !important;
}

/*Página sobre nós*/
#counter i {
	font-size: 40px;
	color: #e5e5e5;
}

/*Footer Newsletter*/
.newsletter-footer button {
	color: #fff;
}

/*Footer*/
#footer {
	margin-top: -8px;
}

#footer a {
	color: #fff;
}

#footer .footer-img img {
	width: 40%;
}

#footer .footer-part-twoo a {
	color: #fff;
}

#footer h5 {
	padding-bottom: 15px;
}

#footer ul li {
	padding-bottom: 8px;
}

#footer .newsletter {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

#footer .icones i {
	margin-right: 15px;
	font-size: 24px;
}

#footer .icones li {
	display: inline-block;
	text-align: center;
}

#footer .footer-part-twoo a:hover {
	opacity: .7;
	transition: .5s;
}

#footer .footer-location {
	border-bottom: 1px solid #ccc;
}

#footer .footer-location .box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}

#footer .footer-location i {
	margin-right: 30px;
	font-size: 30px;
}

#footer p {
	margin-top: 1rem !important;
}

#footer .footer-content i {
	margin-right: 8px;
}

#footer .footer-content li {
	margin-bottom: 10px;
}

#footer .footer-content a {
	color: #fff;
}

#footer .footer-content a:hover {
	opacity: .7;
	transition: .5s;
}

#footer .relative input {
	position: relative;
	width: 450px;
	outline: none;
}

#footer .relative button {
	position: absolute;
	right: 132px;
}



/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante )
=============================================*/
@media (min-width: 1200px) {}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/
@media (max-width: 1199px) and (min-width: 992px) {}

/*=============================================
ESCRITORIO PEQUENO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/
@media (max-width: 991px) and (min-width: 768px) {

	#header .header-topo {
		display: none;
	}

	#menu .header-nav-menu {
		position: absolute;
		background: #fff;
		top: 75px;
		left: 0;
		width: 100%;
		z-index: 5;
	}

	#menu .header-nav-menu ul {
		padding: 5px 25px !important;
		display: block;
	}

	#menu .header-nav-menu ul li ul {
		display: contents;
	}

	#menu .header-nav-menu ul li ul .dropdown-item {
		display: contents;
	}

	#menu .header-nav-menu li {
		padding: 10px 0;
		margin-left: 0px;
		border-bottom: 1px solid #ccc;
	}

	#menu .header-nav-menu li:last-child {
		border-bottom: none;
	}

	#menu .header-nav-menu ul li a {
		color: #186738;
		font-weight: bold;
	}

	#banner {
		height: 400px !important;
	}

	#banner img {
		height: 400px !important;
	}

	#banner .overlay {
		height: 400px !important;
	}

	.carousel-caption {
		bottom: 3rem !important;
	}

	#banner h3 {
		height: 16px;
		margin-bottom: 50px;
	}

	#banner p {
		font-size: 12px;
	}

	#banner .btn {
		font-size: 10px;
	}

	.item,
	.about-img {
		display: none;
	}

	.about-img img {
		width: 100% !important;
		height: 250px !important;
	}

	.noticias-box {
		margin-bottom: 30px;
	}

	#eventos p {
		margin-top: 1rem !important;
	}

	#downloads .faq {
		margin-top: 30px;
	}

	#newsletter .parceiro-img {
		margin-left: 20px;
	}

	.denuncia-img {
		margin-bottom: 30px;
	}

	#denuncia-news .alinhamento {
		text-align: left !important;
	}

	.reclamacoes-box .alinhamento {
		text-align: left !important;
	}

	.documentos-box-header {
		display: none;
	}

	#footer {
		height: 650px;
	}

	#footer .footer-part-one {
		height: 1140px;
	}

	#footer .footer-part-one .overlay {
		height: 1140px;
	}

	#sliderproduct a.carousel-control-prev {
		transform: translate(-60%, -1%);
	}

	#sliderproduct a.carousel-control-next {
		transform: translate(60%, -1%);
	}



}


/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/
@media(max-width: 767px) {
	h2 {
		font-size: 1.2rem;
	}

	.border-left {
		border-left: none;
	}

	/* Banner	*/

	#banner h1 {
		font-size: 2.3rem;
		font-weight: bold;

	}

	#banner .banner-content {
		text-align: center;
	}

	#banner .banner-content .flex {
		justify-content: center;

	}

	/*	portfolio*/
	#portfolio {
		text-align: center;
	}

	/*Serviços-home*/
	#services figure.icon-servicos {
		text-align: center;
		border: 1px solid rgba(255, 255, 255, 0.3);
		;
		height: 200px;
		padding-top: 15%;
		padding-bottom: 20px;
	}


	#services figure.icon-servicos img {
		width: 60px;
	}


	/*noticias-home*/
	#noticias {
		text-align: center;
	}

	/*newsletter-footer*/
	#newsletter-footer {
		text-align: center;
	}

	/*footer*/
	#footer {
		text-align: center;
	}



	/*about-home*/
	#about .about-content {
		text-align: center;
	}

	#about .about-content h2 {
		font-size: 1.3rem;

	}

	#about .about-content p {
		font-size: 1.1rem;
		text-align: center;
	}

	/* Respondividade */
	#menu {
		display: none;
	}

	.invisible-desktop {
		display: block !important;
	}

}

#header div.bilingue.languages a.glink.nturl.notranslate {
	color: #fff !important;
	display: inline-block;
}

#header div.bilingue.languages {
	margin-top: -15px !important;

}

/* Facebook */
.fa-whatsapp {
	position: fixed;
	z-index: 99999;
	bottom: 2rem;
	right: 2rem;
	background: #40BE4F;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 30px;
	padding-top: 9px;
	text-align: center;
}

.carousel .card {
	width: 50%;
	justify-content: center;
}

.carousel .card figure {
	display: flex !important;
	/* justify-content: space-between; */
}

.carousel .card figure>* {
	/* width: 40% !important; */
}

.carousel .card figure img {
	width: 40px !important;
	height: 40px !important;
}

.carousel-item.active {
	display: flex;
	justify-content: center;
}

span.carousel-control-next-icon {
	color: #000 !important;
}